Shades of Witch Haze #F9EE6C
Tints of Witch Haze #F9EE6C
RGB
CMYK
RGB Variations
Color information
#F9EE6C (or 0xF9EE6C) is known color: Witch Haze. HEX triplet: F9, EE and 6C. RGB value is (249,238,108). Sum of RGB (Red+Green+Blue) = 249+238+108=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 108 (42.58% from 255 or 18.15% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9EE6C is #061193. Grayscale: #E3E3E3. Windows color (decimal): -397716 or 7139065. OLE color: 7139065.
HSL color Cylindrical-coordinate representation of color #F9EE6C: hue angle of 55.32º 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 #F9EE6C is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 108 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.02 |
| HSL | 55.32º | 0.92% | 0.7% | - |
| HSV(B) | 55.32º | 0.57% | 0.98% | - |
| XYZ | 72.35 | 82.37 | 26.27 | - |
| YUV | 226.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 108 | 0 | 0.04 | 0.57 | 0.02 | 55.32 | 0.92 | 0.7 |
| Hex | F9 | EE | 6C | 0 | 4 | 39 | 2 | 37 | 5C | 46 |
| Octal | 371 | 356 | 154 | 0 | 4 | 71 | 2 | 67 | 134 | 106 |
| Binary | 11111001 | 11101110 | 1101100 | 0 | 100 | 111001 | 10 | 110111 | 1011100 | 1000110 |
Color Harmonies of #F9EE6C
Complementary color
Monochromatic Colors of #F9EE6C
Black with #F9EE6C
Text Example
Text Example
White with #F9EE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EE6C; }
p { color: rgb(249,238,108); }
H1.HeaderClassName
{
color: #F9EE6C;
}
.AnyTagClassName
{
color: #F9EE6C;
}
</style>
background-color css
<style>
a { background-color: #F9EE6C; }
a { background-color: rgb(249,238,108); }
div.DivClassName
{
background-color: #F9EE6C;
}
.BgClassName
{
background-color: #F9EE6C;
}
</style>
border-color css
<style>
span { border-color: #F9EE6C; }
span { border-color: rgb(249,238,108); }
td.TdClassName
{
border-color: #F9EE6C;
}
.TagClassName
{
border-color: #F9EE6C;
}
</style>