Shades of Witch Haze #FCF570
Tints of Witch Haze #FCF570
RGB
CMYK
RGB Variations
Color information
#FCF570 (or 0xFCF570) is known color: Witch Haze. HEX triplet: FC, F5 and 70. RGB value is (252,245,112). Sum of RGB (Red+Green+Blue) = 252+245+112=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 112 (44.14% from 255 or 18.39% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF570 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF570 is #030A8F. Grayscale: #E8E8E8. Windows color (decimal): -199312 or 7403004. OLE color: 7403004.
HSL color Cylindrical-coordinate representation of color #FCF570: hue angle of 57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCF570 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 112 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.01 |
| HSL | 57º | 0.96% | 0.71% | - |
| HSV(B) | 57º | 0.56% | 0.99% | - |
| XYZ | 75.72 | 87.17 | 28.16 | - |
| YUV | 231.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 112 | 0 | 0.03 | 0.56 | 0.01 | 57 | 0.96 | 0.71 |
| Hex | FC | F5 | 70 | 0 | 3 | 38 | 1 | 39 | 60 | 47 |
| Octal | 374 | 365 | 160 | 0 | 3 | 70 | 1 | 71 | 140 | 107 |
| Binary | 11111100 | 11110101 | 1110000 | 0 | 11 | 111000 | 1 | 111001 | 1100000 | 1000111 |
Color Harmonies of #FCF570
Complementary color
Monochromatic Colors of #FCF570
Black with #FCF570
Text Example
Text Example
White with #FCF570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF570; }
p { color: rgb(252,245,112); }
H1.HeaderClassName
{
color: #FCF570;
}
.AnyTagClassName
{
color: #FCF570;
}
</style>
background-color css
<style>
a { background-color: #FCF570; }
a { background-color: rgb(252,245,112); }
div.DivClassName
{
background-color: #FCF570;
}
.BgClassName
{
background-color: #FCF570;
}
</style>
border-color css
<style>
span { border-color: #FCF570; }
span { border-color: rgb(252,245,112); }
td.TdClassName
{
border-color: #FCF570;
}
.TagClassName
{
border-color: #FCF570;
}
</style>