Shades of Witch Haze #FCF576
Tints of Witch Haze #FCF576
RGB
CMYK
RGB Variations
Color information
#FCF576 (or 0xFCF576) is known color: Witch Haze. HEX triplet: FC, F5 and 76. RGB value is (252,245,118). Sum of RGB (Red+Green+Blue) = 252+245+118=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 118 (46.48% from 255 or 19.19% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF576 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF576 is #030A89. Grayscale: #E9E9E9. Windows color (decimal): -199306 or 7796220. OLE color: 7796220.
HSL color Cylindrical-coordinate representation of color #FCF576: hue angle of 56.87º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCF576 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 118 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.01 |
| HSL | 56.87º | 0.96% | 0.73% | - |
| HSV(B) | 56.87º | 0.53% | 0.99% | - |
| XYZ | 76.07 | 87.31 | 29.98 | - |
| YUV | 232.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 118 | 0 | 0.03 | 0.53 | 0.01 | 56.87 | 0.96 | 0.73 |
| Hex | FC | F5 | 76 | 0 | 3 | 35 | 1 | 39 | 60 | 49 |
| Octal | 374 | 365 | 166 | 0 | 3 | 65 | 1 | 71 | 140 | 111 |
| Binary | 11111100 | 11110101 | 1110110 | 0 | 11 | 110101 | 1 | 111001 | 1100000 | 1001001 |
Color Harmonies of #FCF576
Complementary color
Monochromatic Colors of #FCF576
Black with #FCF576
Text Example
Text Example
White with #FCF576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF576; }
p { color: rgb(252,245,118); }
H1.HeaderClassName
{
color: #FCF576;
}
.AnyTagClassName
{
color: #FCF576;
}
</style>
background-color css
<style>
a { background-color: #FCF576; }
a { background-color: rgb(252,245,118); }
div.DivClassName
{
background-color: #FCF576;
}
.BgClassName
{
background-color: #FCF576;
}
</style>
border-color css
<style>
span { border-color: #FCF576; }
span { border-color: rgb(252,245,118); }
td.TdClassName
{
border-color: #FCF576;
}
.TagClassName
{
border-color: #FCF576;
}
</style>