Color: #FCE34F
#FCE34F Color Information
#FCE34F is a light color. The closest websafe version is #FCE34F. A complement of this color would be #4F69FC, perceived brightness is 0.85, and the grayscale version is #A6A6A6.
In the HSL color space, this color has a hue angle of 51°,a saturation of 97%, and a lightness of 65%.The HSV representation shows a hue of 51°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FCE34F is composed of 99% red, 89% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 69% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 77.20, x: 0.4440, and y: 0.4686.
Color Code #FCE34F
Shades of Color #FCE34F
Shades are created by darkening the original color #FCE34F 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 #FCE34F
Tints are created by lightening the original color #FCE34F 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 #FCE34F Color Code
In the HSL color space, this color has a hue angle of 51°, a saturation of 97%, and a lightness of 65%. The HSV representation shows a hue of 51°, a saturation of 69%, and a value of 99%.
- HEX: #FCE34F
- RGB: rgb(252, 227, 79)
- HSL: hsl(51, 97%, 65%)
- HSV: hsv(51, 69%, 99%)
- CMYK: 0.00% cyan, 10.00% magenta, 69.00% yellow, 100.00% black
- XYZ: 73.15, 77.20, 14.40
- Yxy: 77.20, 0.4440, 0.4686
- Hunter Lab: 90.41, -2.67, 71.71
- CIE-Lab: 90.41, -2.67, 71.71
In the XYZ color space, this color is represented as X: 73.15, Y: 77.20, Z: 14.40. The Yxy representation further refines this as Y: 77.20, x: 0.4440, and y: 0.4686.
In the Hunter Lab color space, this color is represented as L: 90.41, a: -2.67, and b: 71.71. Similarly, in the CIE-Lab color space, it is represented as L: 90.41, a: -2.67, and b: 71.71.
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 #FCE34F
Triadic colors are three colors evenly spaced around the color wheel, including #FCE34F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FCE34F
Monochromatic colors are variations of #FCE34F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FCE34F
The complementary color of #FCE34F 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 #FCE34F
/* Using HEX */ body { background-color: #fce34f; }
/* Using RGB */ body { background-color: rgb(252, 227, 79); }
/* Using RGB with opacity */ body { background-color: rgba(252, 227, 79, 0.5); }
/* Using HSL */ body { background-color: hsl(51, 97%, 65%); }
/* Text color */ p { color: #fce34f; }
/* Box shadow */ div { box-shadow: 4px 4px #fce34f; }
HTML Examples of #FCE34F
<!-- Using HEX --> <div style="background-color: #fce34f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(252, 227, 79); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(252, 227, 79, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(51, 97%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fce34f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fce34f; width: 100px; height: 100px;"></div>
Related Colors of #FCE34F
These colors are similar to #FCE34F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.