Color: #FCB946
#FCB946 Color Information
#FCB946 is a light color. The closest websafe version is #FCB946. A complement of this color would be #4588FC, perceived brightness is 0.75, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 38°,a saturation of 97%, and a lightness of 63%.The HSV representation shows a hue of 38°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FCB946 is composed of 99% red, 73% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 72% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 56.81, x: 0.4797, and y: 0.4395.
Color Code #FCB946
Shades of Color #FCB946
Shades are created by darkening the original color #FCB946 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 #FCB946
Tints are created by lightening the original color #FCB946 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 #FCB946 Color Code
In the HSL color space, this color has a hue angle of 38°, a saturation of 97%, and a lightness of 63%. The HSV representation shows a hue of 38°, a saturation of 72%, and a value of 99%.
- HEX: #FCB946
- RGB: rgb(252, 185, 70)
- HSL: hsl(38, 97%, 63%)
- HSV: hsv(38, 72%, 99%)
- CMYK: 0.00% cyan, 27.00% magenta, 72.00% yellow, 100.00% black
- XYZ: 62.01, 56.81, 10.44
- Yxy: 56.81, 0.4797, 0.4395
- Hunter Lab: 80.07, 17.47, 65.24
- CIE-Lab: 80.07, 17.47, 65.24
In the XYZ color space, this color is represented as X: 62.01, Y: 56.81, Z: 10.44. The Yxy representation further refines this as Y: 56.81, x: 0.4797, and y: 0.4395.
In the Hunter Lab color space, this color is represented as L: 80.07, a: 17.47, and b: 65.24. Similarly, in the CIE-Lab color space, it is represented as L: 80.07, a: 17.47, and b: 65.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 #FCB946
Triadic colors are three colors evenly spaced around the color wheel, including #FCB946. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FCB946
Monochromatic colors are variations of #FCB946, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FCB946
The complementary color of #FCB946 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 #FCB946
/* Using HEX */ body { background-color: #fcb946; }
/* Using RGB */ body { background-color: rgb(252, 185, 70); }
/* Using RGB with opacity */ body { background-color: rgba(252, 185, 70, 0.5); }
/* Using HSL */ body { background-color: hsl(38, 97%, 63%); }
/* Text color */ p { color: #fcb946; }
/* Box shadow */ div { box-shadow: 4px 4px #fcb946; }
HTML Examples of #FCB946
<!-- Using HEX --> <div style="background-color: #fcb946; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(252, 185, 70); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(252, 185, 70, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(38, 97%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fcb946;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fcb946; width: 100px; height: 100px;"></div>
Related Colors of #FCB946
These colors are similar to #FCB946, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.