Color: #FEA05C

#FEA05C Color Information

#FEA05C is a light color. The closest websafe version is #FEA05C. A complement of this color would be #5DBBFE, perceived brightness is 0.71, and the grayscale version is #ADADAD.

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

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

In the Yxy color space, this color is represented as Y: 47.90, x: 0.4914, and y: 0.4038.

Color Code #FEA05C

#FEA05Crgb(254, 160, 92)
HEX
#FEA05C
RGB
rgb(254, 160, 92)
HSL
hsl(25, 99%, 68%)
HSV
hsv(25, 64%, 100%)
CMYK
0%, 37%, 64%, 0%
XYZ
X: 58.29, Y: 47.90, Z: 12.44
Lab
L: 74.76, a: 31.55, b: 50.05
Name

Shades of Color #FEA05C

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

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

#FEA05Crgb(254, 160, 92)

About #FEA05C Color Code

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

  • HEX: #FEA05C
  • RGB: rgb(254, 160, 92)
  • HSL: hsl(25, 99%, 68%)
  • HSV: hsv(25, 64%, 100%)
  • CMYK: 0.00% cyan, 37.00% magenta, 64.00% yellow, 0.00% black
  • XYZ: 58.29, 47.90, 12.44
  • Yxy: 47.90, 0.4914, 0.4038
  • Hunter Lab: 74.76, 31.55, 50.05
  • CIE-Lab: 74.76, 31.55, 50.05

In the XYZ color space, this color is represented as X: 58.29, Y: 47.90, Z: 12.44. The Yxy representation further refines this as Y: 47.90, x: 0.4914, and y: 0.4038.

In the Hunter Lab color space, this color is represented as L: 74.76, a: 31.55, and b: 50.05. Similarly, in the CIE-Lab color space, it is represented as L: 74.76, a: 31.55, and b: 50.05.

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

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

Analogous Colors of #FEA05C

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

Split Complementary Colors of #FEA05C

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

Tetradic Colors of #FEA05C

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

Monochromatic Colors of #FEA05C

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

Complementary Color of #FEA05C

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

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

HTML Examples of #FEA05C

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

Related Colors of #FEA05C

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