Color: #F17D60

#F17D60 Color Information

#F17D60 is a light color. The closest websafe version is #F17D60. A complement of this color would be #5FD4F1, perceived brightness is 0.61, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 12°,a saturation of 84%, and a lightness of 66%.The HSV representation shows a hue of 12°, a saturation of 60%, and a value of 95%.

In a RGB color space, #F17D60 is composed of 95% red, 49% green and 38% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 60% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 34.98, x: 0.5073, and y: 0.3702.

Color Code #F17D60

#F17D60rgb(241, 125, 96)
HEX
#F17D60
RGB
rgb(241, 125, 96)
HSL
hsl(12, 84%, 66%)
HSV
hsv(12, 60%, 95%)
CMYK
0%, 48%, 60%, 5%
XYZ
X: 47.93, Y: 34.98, Z: 11.57
Lab
L: 65.74, a: 43.77, b: 37.02
Name

Shades of Color #F17D60

Shades are created by darkening the original color #F17D60 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #F17D60

Tints are created by lightening the original color #F17D60 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#F17D60rgb(241, 125, 96)

About #F17D60 Color Code

In the HSL color space, this color has a hue angle of 12°, a saturation of 84%, and a lightness of 66%. The HSV representation shows a hue of 12°, a saturation of 60%, and a value of 95%.

  • HEX: #F17D60
  • RGB: rgb(241, 125, 96)
  • HSL: hsl(12, 84%, 66%)
  • HSV: hsv(12, 60%, 95%)
  • CMYK: 0.00% cyan, 48.00% magenta, 60.00% yellow, 5.00% black
  • XYZ: 47.93, 34.98, 11.57
  • Yxy: 34.98, 0.5073, 0.3702
  • Hunter Lab: 65.74, 43.77, 37.02
  • CIE-Lab: 65.74, 43.77, 37.02

In the XYZ color space, this color is represented as X: 47.93, Y: 34.98, Z: 11.57. The Yxy representation further refines this as Y: 34.98, x: 0.5073, and y: 0.3702.

In the Hunter Lab color space, this color is represented as L: 65.74, a: 43.77, and b: 37.02. Similarly, in the CIE-Lab color space, it is represented as L: 65.74, a: 43.77, and b: 37.02.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #F17D60

Triadic colors are three colors evenly spaced around the color wheel, including #F17D60. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #F17D60

Analogous colors are adjacent to #F17D60 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #F17D60

Split complementary colors are two colors adjacent to the complementary color of #F17D60. They create a balanced and visually appealing color scheme.

Tetradic Colors of #F17D60

Tetradic colors form a rectangle on the color wheel, including #F17D60. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #F17D60

Monochromatic colors are variations of #F17D60, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #F17D60

The complementary color of #F17D60 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #F17D60

/* Using HEX */
body {
  background-color: #f17d60;
}
/* Using RGB */
body {
  background-color: rgb(241, 125, 96);
}
/* Using RGB with opacity */
body {
  background-color: rgba(241, 125, 96, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(12, 84%, 66%);
}
/* Text color */
p {
  color: #f17d60;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f17d60;
}
/* Border color */
.box {
  border: 4px solid #f17d60;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f17d60;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f17d60;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F17D60
On Black Background
#F17D60
On White Background
#F17D60

HTML Examples of #F17D60

<!-- Using HEX -->
<div style="background-color: #f17d60; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(241, 125, 96); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(241, 125, 96, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(12, 84%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f17d60;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f17d60; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f17d60; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f17d60;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f17d60; color: #fff; padding: 16px; border-radius: 8px;">
  #F17D60
</div>
#F17D60
On Black Background
#F17D60
On White Background
#F17D60

Related Colors of #F17D60

These colors are similar to #F17D60, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.