Color: #FCDE5C
#FCDE5C Color Information
#FCDE5C is a light color. The closest websafe version is #FCDE5C. A complement of this color would be #5A78FC, perceived brightness is 0.85, and the grayscale version is #ACACAC.
In the HSL color space, this color has a hue angle of 49°,a saturation of 96%, and a lightness of 67%.The HSV representation shows a hue of 49°, a saturation of 63%, and a value of 99%.
In a RGB color space, #FCDE5C is composed of 99% red, 87% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 63% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 74.67, x: 0.4427, and y: 0.4585.
Color Code #FCDE5C
Shades of Color #FCDE5C
Shades are created by darkening the original color #FCDE5C 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 #FCDE5C
Tints are created by lightening the original color #FCDE5C 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 #FCDE5C Color Code
In the HSL color space, this color has a hue angle of 49°, a saturation of 96%, and a lightness of 67%. The HSV representation shows a hue of 49°, a saturation of 63%, and a value of 99%.
- HEX: #FCDE5C
- RGB: rgb(252, 222, 92)
- HSL: hsl(49, 96%, 67%)
- HSV: hsv(49, 63%, 99%)
- CMYK: 0.00% cyan, 12.00% magenta, 63.00% yellow, 100.00% black
- XYZ: 72.11, 74.67, 16.09
- Yxy: 74.67, 0.4427, 0.4585
- Hunter Lab: 89.24, 0.22, 65.47
- CIE-Lab: 89.24, 0.22, 65.47
In the XYZ color space, this color is represented as X: 72.11, Y: 74.67, Z: 16.09. The Yxy representation further refines this as Y: 74.67, x: 0.4427, and y: 0.4585.
In the Hunter Lab color space, this color is represented as L: 89.24, a: 0.22, and b: 65.47. Similarly, in the CIE-Lab color space, it is represented as L: 89.24, a: 0.22, and b: 65.47.
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 #FCDE5C
Triadic colors are three colors evenly spaced around the color wheel, including #FCDE5C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FCDE5C
Split complementary colors are two colors adjacent to the complementary color of #FCDE5C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FCDE5C
Monochromatic colors are variations of #FCDE5C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FCDE5C
The complementary color of #FCDE5C 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 #FCDE5C
/* Using HEX */ body { background-color: #fcde5c; }
/* Using RGB */ body { background-color: rgb(252, 222, 92); }
/* Using RGB with opacity */ body { background-color: rgba(252, 222, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(49, 96%, 67%); }
/* Text color */ p { color: #fcde5c; }
/* Box shadow */ div { box-shadow: 4px 4px #fcde5c; }
/* Border color */ .box { border: 4px solid #fcde5c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fcde5c; }
/* Background with text */ div { background: #fcde5c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FCDE5C
<!-- Using HEX --> <div style="background-color: #fcde5c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(252, 222, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(252, 222, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(49, 96%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fcde5c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fcde5c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fcde5c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fcde5c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fcde5c; color: #fff; padding: 16px; border-radius: 8px;"> #FCDE5C </div>
Related Colors of #FCDE5C
These colors are similar to #FCDE5C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.