Color: #FC971D
#FC971D Color Information
#FC971D is a light color. The closest websafe version is #FC971D. A complement of this color would be #1D81FC, perceived brightness is 0.66, and the grayscale version is #8D8D8D.
In the HSL color space, this color has a hue angle of 33°,a saturation of 97%, and a lightness of 55%.The HSV representation shows a hue of 33°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FC971D is composed of 99% red, 59% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 88% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 43.92, x: 0.5259, and y: 0.4235.
Color Code #FC971D
Shades of Color #FC971D
Shades are created by darkening the original color #FC971D 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 #FC971D
Tints are created by lightening the original color #FC971D 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 #FC971D Color Code
In the HSL color space, this color has a hue angle of 33°, a saturation of 97%, and a lightness of 55%. The HSV representation shows a hue of 33°, a saturation of 88%, and a value of 99%.
- HEX: #FC971D
- RGB: rgb(252, 151, 29)
- HSL: hsl(33, 97%, 55%)
- HSV: hsv(33, 88%, 99%)
- CMYK: 0.00% cyan, 40.00% magenta, 88.00% yellow, 100.00% black
- XYZ: 54.54, 43.92, 5.24
- Yxy: 43.92, 0.5259, 0.4235
- Hunter Lab: 72.17, 33.45, 72.24
- CIE-Lab: 72.17, 33.45, 72.24
In the XYZ color space, this color is represented as X: 54.54, Y: 43.92, Z: 5.24. The Yxy representation further refines this as Y: 43.92, x: 0.5259, and y: 0.4235.
In the Hunter Lab color space, this color is represented as L: 72.17, a: 33.45, and b: 72.24. Similarly, in the CIE-Lab color space, it is represented as L: 72.17, a: 33.45, and b: 72.24.
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 #FC971D
Triadic colors are three colors evenly spaced around the color wheel, including #FC971D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FC971D
Monochromatic colors are variations of #FC971D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FC971D
The complementary color of #FC971D 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 #FC971D
/* Using HEX */ body { background-color: #fc971d; }
/* Using RGB */ body { background-color: rgb(252, 151, 29); }
/* Using RGB with opacity */ body { background-color: rgba(252, 151, 29, 0.5); }
/* Using HSL */ body { background-color: hsl(33, 97%, 55%); }
/* Text color */ p { color: #fc971d; }
/* Box shadow */ div { box-shadow: 4px 4px #fc971d; }
HTML Examples of #FC971D
<!-- Using HEX --> <div style="background-color: #fc971d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(252, 151, 29); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(252, 151, 29, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(33, 97%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fc971d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fc971d; width: 100px; height: 100px;"></div>
Related Colors of #FC971D
These colors are similar to #FC971D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.