Shades of Witch Haze #F9EC7E
Tints of Witch Haze #F9EC7E
RGB
CMYK
RGB Variations
Color information
#F9EC7E (or 0xF9EC7E) is known color: Witch Haze. HEX triplet: F9, EC and 7E. RGB value is (249,236,126). Sum of RGB (Red+Green+Blue) = 249+236+126=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 126 (49.61% from 255 or 20.62% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9EC7E is #061381. Grayscale: #E3E3E3. Windows color (decimal): -398210 or 8318201. OLE color: 8318201.
HSL color Cylindrical-coordinate representation of color #F9EC7E: hue angle of 53.66º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9EC7E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 126 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.02 |
| HSL | 53.66º | 0.91% | 0.74% | - |
| HSV(B) | 53.66º | 0.49% | 0.98% | - |
| XYZ | 72.83 | 81.64 | 31.66 | - |
| YUV | 227.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 126 | 0 | 0.05 | 0.49 | 0.02 | 53.66 | 0.91 | 0.74 |
| Hex | F9 | EC | 7E | 0 | 5 | 31 | 2 | 36 | 5B | 4A |
| Octal | 371 | 354 | 176 | 0 | 5 | 61 | 2 | 66 | 133 | 112 |
| Binary | 11111001 | 11101100 | 1111110 | 0 | 101 | 110001 | 10 | 110110 | 1011011 | 1001010 |
Color Harmonies of #F9EC7E
Complementary color
Monochromatic Colors of #F9EC7E
Black with #F9EC7E
Text Example
Text Example
White with #F9EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC7E; }
p { color: rgb(249,236,126); }
H1.HeaderClassName
{
color: #F9EC7E;
}
.AnyTagClassName
{
color: #F9EC7E;
}
</style>
background-color css
<style>
a { background-color: #F9EC7E; }
a { background-color: rgb(249,236,126); }
div.DivClassName
{
background-color: #F9EC7E;
}
.BgClassName
{
background-color: #F9EC7E;
}
</style>
border-color css
<style>
span { border-color: #F9EC7E; }
span { border-color: rgb(249,236,126); }
td.TdClassName
{
border-color: #F9EC7E;
}
.TagClassName
{
border-color: #F9EC7E;
}
</style>