Color: #FFD15C
#FFD15C Color Information
#FFD15C is a light color. The closest websafe version is #FFD15C. A complement of this color would be #5C8AFF, perceived brightness is 0.82, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 43°,a saturation of 99%, and a lightness of 68%.The HSV representation shows a hue of 43°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FFD15C is composed of 100% red, 82% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 64% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 68.61, x: 0.4539, and y: 0.4469.
Color Code #FFD15C
Shades of Color #FFD15C
Shades are created by darkening the original color #FFD15C 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 #FFD15C
Tints are created by lightening the original color #FFD15C 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 #FFD15C Color Code
In the HSL color space, this color has a hue angle of 43°, a saturation of 100%, and a lightness of 68%. The HSV representation shows a hue of 43°, a saturation of 64%, and a value of 100%.
- HEX: #FFD15C
- RGB: rgb(255, 209, 92)
- HSL: hsl(43, 100%, 68%)
- HSV: hsv(43, 64%, 100%)
- CMYK: 0.00% cyan, 18.00% magenta, 64.00% yellow, 0.00% black
- XYZ: 69.69, 68.61, 15.23
- Yxy: 68.61, 0.4539, 0.4469
- Hunter Lab: 86.31, 7.73, 62.53
- CIE-Lab: 86.31, 7.73, 62.53
In the XYZ color space, this color is represented as X: 69.69, Y: 68.61, Z: 15.23. The Yxy representation further refines this as Y: 68.61, x: 0.4539, and y: 0.4469.
In the Hunter Lab color space, this color is represented as L: 86.31, a: 7.73, and b: 62.53. Similarly, in the CIE-Lab color space, it is represented as L: 86.31, a: 7.73, and b: 62.53.
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 #FFD15C
Triadic colors are three colors evenly spaced around the color wheel, including #FFD15C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FFD15C
Monochromatic colors are variations of #FFD15C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FFD15C
The complementary color of #FFD15C 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 #FFD15C
/* Using HEX */ body { background-color: #ffd15c; }
/* Using RGB */ body { background-color: rgb(255, 209, 92); }
/* Using RGB with opacity */ body { background-color: rgba(255, 209, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(43, 100%, 68%); }
/* Text color */ p { color: #ffd15c; }
/* Box shadow */ div { box-shadow: 4px 4px #ffd15c; }
HTML Examples of #FFD15C
<!-- Using HEX --> <div style="background-color: #ffd15c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(255, 209, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(255, 209, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(43, 100%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ffd15c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ffd15c; width: 100px; height: 100px;"></div>
Related Colors of #FFD15C
These colors are similar to #FFD15C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.