Shades of Witch Haze #FCE970
Tints of Witch Haze #FCE970
RGB
CMYK
RGB Variations
Color information
#FCE970 (or 0xFCE970) is known color: Witch Haze. HEX triplet: FC, E9 and 70. RGB value is (252,233,112). Sum of RGB (Red+Green+Blue) = 252+233+112=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 112 (44.14% from 255 or 18.76% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE970 is #03168F. Grayscale: #E1E1E1. Windows color (decimal): -202384 or 7399932. OLE color: 7399932.
HSL color Cylindrical-coordinate representation of color #FCE970: hue angle of 51.86º 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 #FCE970 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 112 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.01 |
| HSL | 51.86º | 0.96% | 0.71% | - |
| HSV(B) | 51.86º | 0.56% | 0.99% | - |
| XYZ | 72.21 | 80.14 | 26.99 | - |
| YUV | 224.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 112 | 0 | 0.08 | 0.56 | 0.01 | 51.86 | 0.96 | 0.71 |
| Hex | FC | E9 | 70 | 0 | 8 | 38 | 1 | 34 | 60 | 47 |
| Octal | 374 | 351 | 160 | 0 | 10 | 70 | 1 | 64 | 140 | 107 |
| Binary | 11111100 | 11101001 | 1110000 | 0 | 1000 | 111000 | 1 | 110100 | 1100000 | 1000111 |
Color Harmonies of #FCE970
Complementary color
Monochromatic Colors of #FCE970
Black with #FCE970
Text Example
Text Example
White with #FCE970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE970; }
p { color: rgb(252,233,112); }
H1.HeaderClassName
{
color: #FCE970;
}
.AnyTagClassName
{
color: #FCE970;
}
</style>
background-color css
<style>
a { background-color: #FCE970; }
a { background-color: rgb(252,233,112); }
div.DivClassName
{
background-color: #FCE970;
}
.BgClassName
{
background-color: #FCE970;
}
</style>
border-color css
<style>
span { border-color: #FCE970; }
span { border-color: rgb(252,233,112); }
td.TdClassName
{
border-color: #FCE970;
}
.TagClassName
{
border-color: #FCE970;
}
</style>