Color: #FCE20E

#FCE20E Color Information

#FCE20E is a light color. The closest websafe version is #FCE20E. A complement of this color would be #0D29FD, perceived brightness is 0.82, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 53°,a saturation of 98%, and a lightness of 52%.The HSV representation shows a hue of 53°, a saturation of 100%, and a value of 100%.

In a RGB color space, #FCE20E is composed of 99% red, 89% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 94% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 76.21, x: 0.4572, and y: 0.4852.

Color Code #FCE20E

HEX
#FCE20E
RGB
rgb(252, 226, 14)
HSL
hsl(53, 98%, 52%)
HSV
hsv(53, 94%, 99%)
CMYK
0%, 10%, 94%, 1%
XYZ
X: 71.80, Y: 76.21, Z: 9.05
Lab
L: 89.96, a: -3.51, b: 86.93
Name

Shades of Color #FCE20E

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

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

About #FCE20E Color Code

In the HSL color space, this color has a hue angle of 53°, a saturation of 98%, and a lightness of 52%. The HSV representation shows a hue of 53°, a saturation of 94%, and a value of 99%.

  • HEX: #FCE20E
  • RGB: rgb(252, 226, 14)
  • HSL: hsl(53, 98%, 52%)
  • HSV: hsv(53, 94%, 99%)
  • CMYK: 0.00% cyan, 10.00% magenta, 94.00% yellow, 100.00% black
  • XYZ: 71.80, 76.21, 9.05
  • Yxy: 76.21, 0.4572, 0.4852
  • Hunter Lab: 89.96, -3.51, 86.93
  • CIE-Lab: 89.96, -3.51, 86.93

In the XYZ color space, this color is represented as X: 71.80, Y: 76.21, Z: 9.05. The Yxy representation further refines this as Y: 76.21, x: 0.4572, and y: 0.4852.

In the Hunter Lab color space, this color is represented as L: 89.96, a: -3.51, and b: 86.93. Similarly, in the CIE-Lab color space, it is represented as L: 89.96, a: -3.51, and b: 86.93.

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

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

Analogous Colors of #FCE20E

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

Monochromatic Colors of #FCE20E

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

Complementary Color of #FCE20E

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

/* Using HEX */
body {
  background-color: #fce20e;
}
/* Using RGB */
body {
  background-color: rgb(252, 226, 14);
}
/* Using RGB with opacity */
body {
  background-color: rgba(252, 226, 14, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(53, 98%, 52%);
}
/* Text color */
p {
  color: #fce20e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fce20e;
}

HTML Examples of #FCE20E

<!-- Using HEX -->
<div style="background-color: #fce20e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(252, 226, 14); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(252, 226, 14, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(53, 98%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fce20e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fce20e; width: 100px; height: 100px;"></div>

Related Colors of #FCE20E

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