Shades of Witch Haze #F9E96E
Tints of Witch Haze #F9E96E
RGB
CMYK
RGB Variations
Color information
#F9E96E (or 0xF9E96E) is known color: Witch Haze. HEX triplet: F9, E9 and 6E. RGB value is (249,233,110). Sum of RGB (Red+Green+Blue) = 249+233+110=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 110 (43.36% from 255 or 18.58% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E96E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E96E is #061691. Grayscale: #E0E0E0. Windows color (decimal): -398994 or 7268857. OLE color: 7268857.
HSL color Cylindrical-coordinate representation of color #F9E96E: hue angle of 53.09º 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 #F9E96E is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 233 | 110 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.02 |
| HSL | 53.09º | 0.92% | 0.7% | - |
| HSV(B) | 53.09º | 0.56% | 0.98% | - |
| XYZ | 71.02 | 79.54 | 26.36 | - |
| YUV | 223.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 233 | 110 | 0 | 0.06 | 0.56 | 0.02 | 53.09 | 0.92 | 0.7 |
| Hex | F9 | E9 | 6E | 0 | 6 | 38 | 2 | 35 | 5C | 46 |
| Octal | 371 | 351 | 156 | 0 | 6 | 70 | 2 | 65 | 134 | 106 |
| Binary | 11111001 | 11101001 | 1101110 | 0 | 110 | 111000 | 10 | 110101 | 1011100 | 1000110 |
Color Harmonies of #F9E96E
Complementary color
Monochromatic Colors of #F9E96E
Black with #F9E96E
Text Example
Text Example
White with #F9E96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E96E; }
p { color: rgb(249,233,110); }
H1.HeaderClassName
{
color: #F9E96E;
}
.AnyTagClassName
{
color: #F9E96E;
}
</style>
background-color css
<style>
a { background-color: #F9E96E; }
a { background-color: rgb(249,233,110); }
div.DivClassName
{
background-color: #F9E96E;
}
.BgClassName
{
background-color: #F9E96E;
}
</style>
border-color css
<style>
span { border-color: #F9E96E; }
span { border-color: rgb(249,233,110); }
td.TdClassName
{
border-color: #F9E96E;
}
.TagClassName
{
border-color: #F9E96E;
}
</style>