Shades of Witch Haze #F9EC6E
Tints of Witch Haze #F9EC6E
RGB
CMYK
RGB Variations
Color information
#F9EC6E (or 0xF9EC6E) is known color: Witch Haze. HEX triplet: F9, EC and 6E. RGB value is (249,236,110). Sum of RGB (Red+Green+Blue) = 249+236+110=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 110 (43.36% from 255 or 18.49% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9EC6E is #061391. Grayscale: #E2E2E2. Windows color (decimal): -398226 or 7269625. OLE color: 7269625.
HSL color Cylindrical-coordinate representation of color #F9EC6E: hue angle of 54.39º 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 #F9EC6E is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 110 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.02 |
| HSL | 54.39º | 0.92% | 0.7% | - |
| HSV(B) | 54.39º | 0.56% | 0.98% | - |
| XYZ | 71.88 | 81.26 | 26.65 | - |
| YUV | 225.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 110 | 0 | 0.05 | 0.56 | 0.02 | 54.39 | 0.92 | 0.7 |
| Hex | F9 | EC | 6E | 0 | 5 | 38 | 2 | 36 | 5C | 46 |
| Octal | 371 | 354 | 156 | 0 | 5 | 70 | 2 | 66 | 134 | 106 |
| Binary | 11111001 | 11101100 | 1101110 | 0 | 101 | 111000 | 10 | 110110 | 1011100 | 1000110 |
Color Harmonies of #F9EC6E
Complementary color
Monochromatic Colors of #F9EC6E
Black with #F9EC6E
Text Example
Text Example
White with #F9EC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC6E; }
p { color: rgb(249,236,110); }
H1.HeaderClassName
{
color: #F9EC6E;
}
.AnyTagClassName
{
color: #F9EC6E;
}
</style>
background-color css
<style>
a { background-color: #F9EC6E; }
a { background-color: rgb(249,236,110); }
div.DivClassName
{
background-color: #F9EC6E;
}
.BgClassName
{
background-color: #F9EC6E;
}
</style>
border-color css
<style>
span { border-color: #F9EC6E; }
span { border-color: rgb(249,236,110); }
td.TdClassName
{
border-color: #F9EC6E;
}
.TagClassName
{
border-color: #F9EC6E;
}
</style>