Shades of Witch Haze #F9EA6E
Tints of Witch Haze #F9EA6E
RGB
CMYK
RGB Variations
Color information
#F9EA6E (or 0xF9EA6E) is known color: Witch Haze. HEX triplet: F9, EA and 6E. RGB value is (249,234,110). Sum of RGB (Red+Green+Blue) = 249+234+110=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 110 (43.36% from 255 or 18.55% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EA6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9EA6E is #061591. Grayscale: #E0E0E0. Windows color (decimal): -398738 or 7269113. OLE color: 7269113.
HSL color Cylindrical-coordinate representation of color #F9EA6E: hue angle of 53.53º 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 #F9EA6E is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 234 | 110 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.02 |
| HSL | 53.53º | 0.92% | 0.7% | - |
| HSV(B) | 53.53º | 0.56% | 0.98% | - |
| XYZ | 71.3 | 80.11 | 26.46 | - |
| YUV | 224.35 | 63.47 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 234 | 110 | 0 | 0.06 | 0.56 | 0.02 | 53.53 | 0.92 | 0.7 |
| Hex | F9 | EA | 6E | 0 | 6 | 38 | 2 | 36 | 5C | 46 |
| Octal | 371 | 352 | 156 | 0 | 6 | 70 | 2 | 66 | 134 | 106 |
| Binary | 11111001 | 11101010 | 1101110 | 0 | 110 | 111000 | 10 | 110110 | 1011100 | 1000110 |
Color Harmonies of #F9EA6E
Complementary color
Monochromatic Colors of #F9EA6E
Black with #F9EA6E
Text Example
Text Example
White with #F9EA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EA6E; }
p { color: rgb(249,234,110); }
H1.HeaderClassName
{
color: #F9EA6E;
}
.AnyTagClassName
{
color: #F9EA6E;
}
</style>
background-color css
<style>
a { background-color: #F9EA6E; }
a { background-color: rgb(249,234,110); }
div.DivClassName
{
background-color: #F9EA6E;
}
.BgClassName
{
background-color: #F9EA6E;
}
</style>
border-color css
<style>
span { border-color: #F9EA6E; }
span { border-color: rgb(249,234,110); }
td.TdClassName
{
border-color: #F9EA6E;
}
.TagClassName
{
border-color: #F9EA6E;
}
</style>