Shades of Witch Haze #F9EA7D
Tints of Witch Haze #F9EA7D
RGB
CMYK
RGB Variations
Color information
#F9EA7D (or 0xF9EA7D) is known color: Witch Haze. HEX triplet: F9, EA and 7D. RGB value is (249,234,125). Sum of RGB (Red+Green+Blue) = 249+234+125=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9EA7D is #061582. Grayscale: #E2E2E2. Windows color (decimal): -398723 or 8252153. OLE color: 8252153.
HSL color Cylindrical-coordinate representation of color #F9EA7D: hue angle of 52.74º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9EA7D is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 234 | 125 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.02 |
| HSL | 52.74º | 0.91% | 0.73% | - |
| HSV(B) | 52.74º | 0.5% | 0.98% | - |
| XYZ | 72.19 | 80.47 | 31.13 | - |
| YUV | 226.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 234 | 125 | 0 | 0.06 | 0.50 | 0.02 | 52.74 | 0.91 | 0.73 |
| Hex | F9 | EA | 7D | 0 | 6 | 32 | 2 | 35 | 5B | 49 |
| Octal | 371 | 352 | 175 | 0 | 6 | 62 | 2 | 65 | 133 | 111 |
| Binary | 11111001 | 11101010 | 1111101 | 0 | 110 | 110010 | 10 | 110101 | 1011011 | 1001001 |
Color Harmonies of #F9EA7D
Complementary color
Monochromatic Colors of #F9EA7D
Black with #F9EA7D
Text Example
Text Example
White with #F9EA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EA7D; }
p { color: rgb(249,234,125); }
H1.HeaderClassName
{
color: #F9EA7D;
}
.AnyTagClassName
{
color: #F9EA7D;
}
</style>
background-color css
<style>
a { background-color: #F9EA7D; }
a { background-color: rgb(249,234,125); }
div.DivClassName
{
background-color: #F9EA7D;
}
.BgClassName
{
background-color: #F9EA7D;
}
</style>
border-color css
<style>
span { border-color: #F9EA7D; }
span { border-color: rgb(249,234,125); }
td.TdClassName
{
border-color: #F9EA7D;
}
.TagClassName
{
border-color: #F9EA7D;
}
</style>