Shades of Witch Haze #F9E86B
Tints of Witch Haze #F9E86B
RGB
CMYK
RGB Variations
Color information
#F9E86B (or 0xF9E86B) is known color: Witch Haze. HEX triplet: F9, E8 and 6B. RGB value is (249,232,107). Sum of RGB (Red+Green+Blue) = 249+232+107=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 107 (42.19% from 255 or 18.20% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E86B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E86B is #061794. Grayscale: #DFDFDF. Windows color (decimal): -399253 or 7071993. OLE color: 7071993.
HSL color Cylindrical-coordinate representation of color #F9E86B: hue angle of 52.82º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9E86B is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 107 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.02 |
| HSL | 52.82º | 0.92% | 0.7% | - |
| HSV(B) | 52.82º | 0.57% | 0.98% | - |
| XYZ | 70.58 | 78.91 | 25.42 | - |
| YUV | 222.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 107 | 0 | 0.07 | 0.57 | 0.02 | 52.82 | 0.92 | 0.7 |
| Hex | F9 | E8 | 6B | 0 | 7 | 39 | 2 | 35 | 5C | 46 |
| Octal | 371 | 350 | 153 | 0 | 7 | 71 | 2 | 65 | 134 | 106 |
| Binary | 11111001 | 11101000 | 1101011 | 0 | 111 | 111001 | 10 | 110101 | 1011100 | 1000110 |
Color Harmonies of #F9E86B
Complementary color
Monochromatic Colors of #F9E86B
Black with #F9E86B
Text Example
Text Example
White with #F9E86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E86B; }
p { color: rgb(249,232,107); }
H1.HeaderClassName
{
color: #F9E86B;
}
.AnyTagClassName
{
color: #F9E86B;
}
</style>
background-color css
<style>
a { background-color: #F9E86B; }
a { background-color: rgb(249,232,107); }
div.DivClassName
{
background-color: #F9E86B;
}
.BgClassName
{
background-color: #F9E86B;
}
</style>
border-color css
<style>
span { border-color: #F9E86B; }
span { border-color: rgb(249,232,107); }
td.TdClassName
{
border-color: #F9E86B;
}
.TagClassName
{
border-color: #F9E86B;
}
</style>