Color: #FCD357

#FCD357 Color Information

#FCD357 is a light color. The closest websafe version is #FCD357. A complement of this color would be #557FFC, perceived brightness is 0.82, and the grayscale version is #AAAAAA.

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

In a RGB color space, #FCD357 is composed of 99% red, 83% green and 34% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 65% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 68.94, x: 0.4523, and y: 0.4526.

Color Code #FCD357

#FCD357rgb(252, 211, 87)
HEX
#FCD357
RGB
rgb(252, 211, 87)
HSL
hsl(45, 96%, 66%)
HSV
hsv(45, 65%, 99%)
CMYK
0%, 16%, 65%, 1%
XYZ
X: 68.90, Y: 68.94, Z: 14.49
Lab
L: 86.47, a: 5.31, b: 64.69
Name

Shades of Color #FCD357

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

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

#FCD357rgb(252, 211, 87)

About #FCD357 Color Code

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

  • HEX: #FCD357
  • RGB: rgb(252, 211, 87)
  • HSL: hsl(45, 96%, 66%)
  • HSV: hsv(45, 65%, 99%)
  • CMYK: 0.00% cyan, 16.00% magenta, 65.00% yellow, 100.00% black
  • XYZ: 68.90, 68.94, 14.49
  • Yxy: 68.94, 0.4523, 0.4526
  • Hunter Lab: 86.47, 5.31, 64.69
  • CIE-Lab: 86.47, 5.31, 64.69

In the XYZ color space, this color is represented as X: 68.90, Y: 68.94, Z: 14.49. The Yxy representation further refines this as Y: 68.94, x: 0.4523, and y: 0.4526.

In the Hunter Lab color space, this color is represented as L: 86.47, a: 5.31, and b: 64.69. Similarly, in the CIE-Lab color space, it is represented as L: 86.47, a: 5.31, and b: 64.69.

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

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

Analogous Colors of #FCD357

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

Split Complementary Colors of #FCD357

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

Tetradic Colors of #FCD357

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

Monochromatic Colors of #FCD357

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

Complementary Color of #FCD357

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

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

HTML Examples of #FCD357

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

Related Colors of #FCD357

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