Shades of Witch Haze #FAE972
Tints of Witch Haze #FAE972
RGB
CMYK
RGB Variations
Color information
#FAE972 (or 0xFAE972) is known color: Witch Haze. HEX triplet: FA, E9 and 72. RGB value is (250,233,114). Sum of RGB (Red+Green+Blue) = 250+233+114=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 114 (44.92% from 255 or 19.10% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE972 is #05168D. Grayscale: #E1E1E1. Windows color (decimal): -333454 or 7531002. OLE color: 7531002.
HSL color Cylindrical-coordinate representation of color #FAE972: hue angle of 52.5º degrees, saturation: 0.93, 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 #FAE972 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 114 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.02 |
| HSL | 52.5º | 0.93% | 0.71% | - |
| HSV(B) | 52.5º | 0.54% | 0.98% | - |
| XYZ | 71.6 | 79.82 | 27.55 | - |
| YUV | 224.52 | 65.63 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 114 | 0 | 0.07 | 0.54 | 0.02 | 52.5 | 0.93 | 0.71 |
| Hex | FA | E9 | 72 | 0 | 7 | 36 | 2 | 34 | 5D | 47 |
| Octal | 372 | 351 | 162 | 0 | 7 | 66 | 2 | 64 | 135 | 107 |
| Binary | 11111010 | 11101001 | 1110010 | 0 | 111 | 110110 | 10 | 110100 | 1011101 | 1000111 |
Color Harmonies of #FAE972
Complementary color
Monochromatic Colors of #FAE972
Black with #FAE972
Text Example
Text Example
White with #FAE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE972; }
p { color: rgb(250,233,114); }
H1.HeaderClassName
{
color: #FAE972;
}
.AnyTagClassName
{
color: #FAE972;
}
</style>
background-color css
<style>
a { background-color: #FAE972; }
a { background-color: rgb(250,233,114); }
div.DivClassName
{
background-color: #FAE972;
}
.BgClassName
{
background-color: #FAE972;
}
</style>
border-color css
<style>
span { border-color: #FAE972; }
span { border-color: rgb(250,233,114); }
td.TdClassName
{
border-color: #FAE972;
}
.TagClassName
{
border-color: #FAE972;
}
</style>