Shades of Witch Haze #F9E96C
Tints of Witch Haze #F9E96C
RGB
CMYK
RGB Variations
Color information
#F9E96C (or 0xF9E96C) is known color: Witch Haze. HEX triplet: F9, E9 and 6C. RGB value is (249,233,108). Sum of RGB (Red+Green+Blue) = 249+233+108=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 108 (42.58% from 255 or 18.31% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E96C is #061693. Grayscale: #E0E0E0. Windows color (decimal): -398996 or 7137785. OLE color: 7137785.
HSL color Cylindrical-coordinate representation of color #F9E96C: hue angle of 53.19º 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 #F9E96C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 233 | 108 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.02 |
| HSL | 53.19º | 0.92% | 0.7% | - |
| HSV(B) | 53.19º | 0.57% | 0.98% | - |
| XYZ | 70.91 | 79.5 | 25.79 | - |
| YUV | 223.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 233 | 108 | 0 | 0.06 | 0.57 | 0.02 | 53.19 | 0.92 | 0.7 |
| Hex | F9 | E9 | 6C | 0 | 6 | 39 | 2 | 35 | 5C | 46 |
| Octal | 371 | 351 | 154 | 0 | 6 | 71 | 2 | 65 | 134 | 106 |
| Binary | 11111001 | 11101001 | 1101100 | 0 | 110 | 111001 | 10 | 110101 | 1011100 | 1000110 |
Color Harmonies of #F9E96C
Complementary color
Monochromatic Colors of #F9E96C
Black with #F9E96C
Text Example
Text Example
White with #F9E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E96C; }
p { color: rgb(249,233,108); }
H1.HeaderClassName
{
color: #F9E96C;
}
.AnyTagClassName
{
color: #F9E96C;
}
</style>
background-color css
<style>
a { background-color: #F9E96C; }
a { background-color: rgb(249,233,108); }
div.DivClassName
{
background-color: #F9E96C;
}
.BgClassName
{
background-color: #F9E96C;
}
</style>
border-color css
<style>
span { border-color: #F9E96C; }
span { border-color: rgb(249,233,108); }
td.TdClassName
{
border-color: #F9E96C;
}
.TagClassName
{
border-color: #F9E96C;
}
</style>