Color: #FEA06E

#FEA06E Color Information

#FEA06E is a light color. The closest websafe version is #FEA06E. A complement of this color would be #6CCBFE, perceived brightness is 0.72, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 21°,a saturation of 99%, and a lightness of 71%.The HSV representation shows a hue of 21°, a saturation of 57%, and a value of 100%.

In a RGB color space, #FEA06E is composed of 100% red, 63% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 37% magenta, 57% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 48.20, x: 0.4791, and y: 0.3915.

Color Code #FEA06E

#FEA06Ergb(254, 160, 110)
HEX
#FEA06E
RGB
rgb(254, 160, 110)
HSL
hsl(21, 99%, 71%)
HSV
hsv(21, 57%, 100%)
CMYK
0%, 37%, 57%, 0%
XYZ
X: 58.99, Y: 48.20, Z: 15.93
Lab
L: 74.95, a: 32.43, b: 41.22
Name

Shades of Color #FEA06E

Shades are created by darkening the original color #FEA06E 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 #FEA06E

Tints are created by lightening the original color #FEA06E 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.

#FEA06Ergb(254, 160, 110)

About #FEA06E Color Code

In the HSL color space, this color has a hue angle of 21°, a saturation of 99%, and a lightness of 71%. The HSV representation shows a hue of 21°, a saturation of 57%, and a value of 100%.

  • HEX: #FEA06E
  • RGB: rgb(254, 160, 110)
  • HSL: hsl(21, 99%, 71%)
  • HSV: hsv(21, 57%, 100%)
  • CMYK: 0.00% cyan, 37.00% magenta, 57.00% yellow, 0.00% black
  • XYZ: 58.99, 48.20, 15.93
  • Yxy: 48.20, 0.4791, 0.3915
  • Hunter Lab: 74.95, 32.43, 41.22
  • CIE-Lab: 74.95, 32.43, 41.22

In the XYZ color space, this color is represented as X: 58.99, Y: 48.20, Z: 15.93. The Yxy representation further refines this as Y: 48.20, x: 0.4791, and y: 0.3915.

In the Hunter Lab color space, this color is represented as L: 74.95, a: 32.43, and b: 41.22. Similarly, in the CIE-Lab color space, it is represented as L: 74.95, a: 32.43, and b: 41.22.

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 #FEA06E

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

Analogous Colors of #FEA06E

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

Monochromatic Colors of #FEA06E

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

Complementary Color of #FEA06E

The complementary color of #FEA06E 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 #FEA06E

/* Using HEX */
body {
  background-color: #fea06e;
}
/* Using RGB */
body {
  background-color: rgb(254, 160, 110);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 160, 110, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 99%, 71%);
}
/* Text color */
p {
  color: #fea06e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fea06e;
}
/* Border color */
.box {
  border: 4px solid #fea06e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fea06e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fea06e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FEA06E
On Black Background
#FEA06E
On White Background
#FEA06E

HTML Examples of #FEA06E

<!-- Using HEX -->
<div style="background-color: #fea06e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(254, 160, 110); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(254, 160, 110, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(21, 99%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fea06e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fea06e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #fea06e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #fea06e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #fea06e; color: #fff; padding: 16px; border-radius: 8px;">
  #FEA06E
</div>
#FEA06E
On Black Background
#FEA06E
On White Background
#FEA06E

Related Colors of #FEA06E

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