Color: #FCD871

#FCD871 Color Information

#FCD871 is a light color. The closest websafe version is #FCD871. A complement of this color would be #7398FC, perceived brightness is 0.84, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 44°,a saturation of 96%, and a lightness of 72%.The HSV representation shows a hue of 44°, a saturation of 55%, and a value of 99%.

In a RGB color space, #FCD871 is composed of 99% red, 85% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 55% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 71.89, x: 0.4372, and y: 0.4412.

Color Code #FCD871

#FCD871rgb(252, 216, 113)
HEX
#FCD871
RGB
rgb(252, 216, 113)
HSL
hsl(44, 96%, 72%)
HSV
hsv(44, 55%, 99%)
CMYK
0%, 14%, 55%, 1%
XYZ
X: 71.25, Y: 71.89, Z: 19.82
Lab
L: 87.91, a: 4.14, b: 54.85
Name

Shades of Color #FCD871

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

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

#FCD871rgb(252, 216, 113)

About #FCD871 Color Code

In the HSL color space, this color has a hue angle of 44°, a saturation of 96%, and a lightness of 72%. The HSV representation shows a hue of 44°, a saturation of 55%, and a value of 99%.

  • HEX: #FCD871
  • RGB: rgb(252, 216, 113)
  • HSL: hsl(44, 96%, 72%)
  • HSV: hsv(44, 55%, 99%)
  • CMYK: 0.00% cyan, 14.00% magenta, 55.00% yellow, 100.00% black
  • XYZ: 71.25, 71.89, 19.82
  • Yxy: 71.89, 0.4372, 0.4412
  • Hunter Lab: 87.91, 4.14, 54.85
  • CIE-Lab: 87.91, 4.14, 54.85

In the XYZ color space, this color is represented as X: 71.25, Y: 71.89, Z: 19.82. The Yxy representation further refines this as Y: 71.89, x: 0.4372, and y: 0.4412.

In the Hunter Lab color space, this color is represented as L: 87.91, a: 4.14, and b: 54.85. Similarly, in the CIE-Lab color space, it is represented as L: 87.91, a: 4.14, and b: 54.85.

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

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

Analogous Colors of #FCD871

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

Split Complementary Colors of #FCD871

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

Tetradic Colors of #FCD871

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

Monochromatic Colors of #FCD871

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

Complementary Color of #FCD871

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

/* Using HEX */
body {
  background-color: #fcd871;
}
/* Using RGB */
body {
  background-color: rgb(252, 216, 113);
}
/* Using RGB with opacity */
body {
  background-color: rgba(252, 216, 113, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(44, 96%, 72%);
}
/* Text color */
p {
  color: #fcd871;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fcd871;
}
/* Border color */
.box {
  border: 4px solid #fcd871;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fcd871;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fcd871;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FCD871
On Black Background
#FCD871
On White Background
#FCD871

HTML Examples of #FCD871

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

Related Colors of #FCD871

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