Shades of Witch Haze #F9EE7D
Tints of Witch Haze #F9EE7D
RGB
CMYK
RGB Variations
Color information
#F9EE7D (or 0xF9EE7D) is known color: Witch Haze. HEX triplet: F9, EE and 7D. RGB value is (249,238,125). Sum of RGB (Red+Green+Blue) = 249+238+125=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 125 (49.22% from 255 or 20.42% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9EE7D is #061182. Grayscale: #E4E4E4. Windows color (decimal): -397699 or 8253177. OLE color: 8253177.
HSL color Cylindrical-coordinate representation of color #F9EE7D: hue angle of 54.68º 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 #F9EE7D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 125 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.02 |
| HSL | 54.68º | 0.91% | 0.73% | - |
| HSV(B) | 54.68º | 0.5% | 0.98% | - |
| XYZ | 73.34 | 82.77 | 31.51 | - |
| YUV | 228.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 125 | 0 | 0.04 | 0.50 | 0.02 | 54.68 | 0.91 | 0.73 |
| Hex | F9 | EE | 7D | 0 | 4 | 32 | 2 | 37 | 5B | 49 |
| Octal | 371 | 356 | 175 | 0 | 4 | 62 | 2 | 67 | 133 | 111 |
| Binary | 11111001 | 11101110 | 1111101 | 0 | 100 | 110010 | 10 | 110111 | 1011011 | 1001001 |
Color Harmonies of #F9EE7D
Complementary color
Monochromatic Colors of #F9EE7D
Black with #F9EE7D
Text Example
Text Example
White with #F9EE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EE7D; }
p { color: rgb(249,238,125); }
H1.HeaderClassName
{
color: #F9EE7D;
}
.AnyTagClassName
{
color: #F9EE7D;
}
</style>
background-color css
<style>
a { background-color: #F9EE7D; }
a { background-color: rgb(249,238,125); }
div.DivClassName
{
background-color: #F9EE7D;
}
.BgClassName
{
background-color: #F9EE7D;
}
</style>
border-color css
<style>
span { border-color: #F9EE7D; }
span { border-color: rgb(249,238,125); }
td.TdClassName
{
border-color: #F9EE7D;
}
.TagClassName
{
border-color: #F9EE7D;
}
</style>