Color: #FEEC3C

#FEEC3C Color Information

#FEEC3C is a light color. The closest websafe version is #FEEC3C. A complement of this color would be #3E51FE, perceived brightness is 0.87, and the grayscale version is #9D9D9D.

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

In a RGB color space, #FEEC3C is composed of 100% red, 93% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 76% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 82.46, x: 0.4445, and y: 0.4812.

Color Code #FEEC3C

#FEEC3Crgb(254, 236, 60)
HEX
#FEEC3C
RGB
rgb(254, 236, 60)
HSL
hsl(54, 99%, 62%)
HSV
hsv(54, 76%, 100%)
CMYK
0%, 7%, 76%, 0%
XYZ
X: 76.17, Y: 82.46, Z: 12.75
Lab
L: 92.78, a: -6.66, b: 80.22
Name

Shades of Color #FEEC3C

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

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

#FEEC3Crgb(254, 236, 60)

About #FEEC3C Color Code

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

  • HEX: #FEEC3C
  • RGB: rgb(254, 236, 60)
  • HSL: hsl(54, 99%, 62%)
  • HSV: hsv(54, 76%, 100%)
  • CMYK: 0.00% cyan, 7.00% magenta, 76.00% yellow, 0.00% black
  • XYZ: 76.17, 82.46, 12.75
  • Yxy: 82.46, 0.4445, 0.4812
  • Hunter Lab: 92.78, -6.66, 80.22
  • CIE-Lab: 92.78, -6.66, 80.22

In the XYZ color space, this color is represented as X: 76.17, Y: 82.46, Z: 12.75. The Yxy representation further refines this as Y: 82.46, x: 0.4445, and y: 0.4812.

In the Hunter Lab color space, this color is represented as L: 92.78, a: -6.66, and b: 80.22. Similarly, in the CIE-Lab color space, it is represented as L: 92.78, a: -6.66, and b: 80.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 #FEEC3C

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

Analogous Colors of #FEEC3C

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

Split Complementary Colors of #FEEC3C

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

Tetradic Colors of #FEEC3C

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

Monochromatic Colors of #FEEC3C

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

Complementary Color of #FEEC3C

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

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

HTML Examples of #FEEC3C

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

Related Colors of #FEEC3C

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