Shades of Witch Haze #F9E86E
Tints of Witch Haze #F9E86E
RGB
CMYK
RGB Variations
Color information
#F9E86E (or 0xF9E86E) is known color: Witch Haze. HEX triplet: F9, E8 and 6E. RGB value is (249,232,110). Sum of RGB (Red+Green+Blue) = 249+232+110=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 110 (43.36% from 255 or 18.61% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E86E is #061791. Grayscale: #DFDFDF. Windows color (decimal): -399250 or 7268601. OLE color: 7268601.
HSL color Cylindrical-coordinate representation of color #F9E86E: hue angle of 52.66º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9E86E is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 110 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.02 |
| HSL | 52.66º | 0.92% | 0.7% | - |
| HSV(B) | 52.66º | 0.56% | 0.98% | - |
| XYZ | 70.74 | 78.98 | 26.27 | - |
| YUV | 223.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 110 | 0 | 0.07 | 0.56 | 0.02 | 52.66 | 0.92 | 0.7 |
| Hex | F9 | E8 | 6E | 0 | 7 | 38 | 2 | 35 | 5C | 46 |
| Octal | 371 | 350 | 156 | 0 | 7 | 70 | 2 | 65 | 134 | 106 |
| Binary | 11111001 | 11101000 | 1101110 | 0 | 111 | 111000 | 10 | 110101 | 1011100 | 1000110 |
Color Harmonies of #F9E86E
Complementary color
Monochromatic Colors of #F9E86E
Black with #F9E86E
Text Example
Text Example
White with #F9E86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E86E; }
p { color: rgb(249,232,110); }
H1.HeaderClassName
{
color: #F9E86E;
}
.AnyTagClassName
{
color: #F9E86E;
}
</style>
background-color css
<style>
a { background-color: #F9E86E; }
a { background-color: rgb(249,232,110); }
div.DivClassName
{
background-color: #F9E86E;
}
.BgClassName
{
background-color: #F9E86E;
}
</style>
border-color css
<style>
span { border-color: #F9E86E; }
span { border-color: rgb(249,232,110); }
td.TdClassName
{
border-color: #F9E86E;
}
.TagClassName
{
border-color: #F9E86E;
}
</style>