Shades of Witch Haze #F9E972
Tints of Witch Haze #F9E972
RGB
CMYK
RGB Variations
Color information
#F9E972 (or 0xF9E972) is known color: Witch Haze. HEX triplet: F9, E9 and 72. RGB value is (249,233,114). Sum of RGB (Red+Green+Blue) = 249+233+114=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 114 (44.92% from 255 or 19.13% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E972 is #06168D. Grayscale: #E0E0E0. Windows color (decimal): -398990 or 7531001. OLE color: 7531001.
HSL color Cylindrical-coordinate representation of color #F9E972: hue angle of 52.89º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9E972 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 233 | 114 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.02 |
| HSL | 52.89º | 0.92% | 0.71% | - |
| HSV(B) | 52.89º | 0.54% | 0.98% | - |
| XYZ | 71.24 | 79.63 | 27.54 | - |
| YUV | 224.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 233 | 114 | 0 | 0.06 | 0.54 | 0.02 | 52.89 | 0.92 | 0.71 |
| Hex | F9 | E9 | 72 | 0 | 6 | 36 | 2 | 35 | 5C | 47 |
| Octal | 371 | 351 | 162 | 0 | 6 | 66 | 2 | 65 | 134 | 107 |
| Binary | 11111001 | 11101001 | 1110010 | 0 | 110 | 110110 | 10 | 110101 | 1011100 | 1000111 |
Color Harmonies of #F9E972
Complementary color
Monochromatic Colors of #F9E972
Black with #F9E972
Text Example
Text Example
White with #F9E972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E972; }
p { color: rgb(249,233,114); }
H1.HeaderClassName
{
color: #F9E972;
}
.AnyTagClassName
{
color: #F9E972;
}
</style>
background-color css
<style>
a { background-color: #F9E972; }
a { background-color: rgb(249,233,114); }
div.DivClassName
{
background-color: #F9E972;
}
.BgClassName
{
background-color: #F9E972;
}
</style>
border-color css
<style>
span { border-color: #F9E972; }
span { border-color: rgb(249,233,114); }
td.TdClassName
{
border-color: #F9E972;
}
.TagClassName
{
border-color: #F9E972;
}
</style>