Color: #FCD35F
#FCD35F Color Information
#FCD35F is a light color. The closest websafe version is #FCD35F. A complement of this color would be #5F89FC, perceived brightness is 0.82, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 44°,a saturation of 96%, and a lightness of 68%.The HSV representation shows a hue of 44°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FCD35F is composed of 99% red, 83% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 62% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 69.05, x: 0.4490, and y: 0.4482.
Color Code #FCD35F
Shades of Color #FCD35F
Shades are created by darkening the original color #FCD35F 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 #FCD35F
Tints are created by lightening the original color #FCD35F 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 #FCD35F Color Code
In the HSL color space, this color has a hue angle of 44°, a saturation of 96%, and a lightness of 68%. The HSV representation shows a hue of 44°, a saturation of 62%, and a value of 99%.
- HEX: #FCD35F
- RGB: rgb(252, 211, 95)
- HSL: hsl(44, 96%, 68%)
- HSV: hsv(44, 62%, 99%)
- CMYK: 0.00% cyan, 16.00% magenta, 62.00% yellow, 100.00% black
- XYZ: 69.17, 69.05, 15.85
- Yxy: 69.05, 0.4490, 0.4482
- Hunter Lab: 86.53, 5.66, 61.37
- CIE-Lab: 86.53, 5.66, 61.37
In the XYZ color space, this color is represented as X: 69.17, Y: 69.05, Z: 15.85. The Yxy representation further refines this as Y: 69.05, x: 0.4490, and y: 0.4482.
In the Hunter Lab color space, this color is represented as L: 86.53, a: 5.66, and b: 61.37. Similarly, in the CIE-Lab color space, it is represented as L: 86.53, a: 5.66, and b: 61.37.
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 #FCD35F
Triadic colors are three colors evenly spaced around the color wheel, including #FCD35F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FCD35F
Monochromatic colors are variations of #FCD35F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FCD35F
The complementary color of #FCD35F 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 #FCD35F
/* Using HEX */ body { background-color: #fcd35f; }
/* Using RGB */ body { background-color: rgb(252, 211, 95); }
/* Using RGB with opacity */ body { background-color: rgba(252, 211, 95, 0.5); }
/* Using HSL */ body { background-color: hsl(44, 96%, 68%); }
/* Text color */ p { color: #fcd35f; }
/* Box shadow */ div { box-shadow: 4px 4px #fcd35f; }
HTML Examples of #FCD35F
<!-- Using HEX --> <div style="background-color: #fcd35f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(252, 211, 95); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(252, 211, 95, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(44, 96%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fcd35f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fcd35f; width: 100px; height: 100px;"></div>
Related Colors of #FCD35F
These colors are similar to #FCD35F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.