Shades of Witch Haze #F8EC72
Tints of Witch Haze #F8EC72
RGB
CMYK
RGB Variations
Color information
#F8EC72 (or 0xF8EC72) is known color: Witch Haze. HEX triplet: F8, EC and 72. RGB value is (248,236,114). Sum of RGB (Red+Green+Blue) = 248+236+114=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 114 (44.92% from 255 or 19.06% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EC72 is #07138D. Grayscale: #E2E2E2. Windows color (decimal): -463758 or 7531768. OLE color: 7531768.
HSL color Cylindrical-coordinate representation of color #F8EC72: hue angle of 54.63º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8EC72 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 114 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.03 |
| HSL | 54.63º | 0.91% | 0.71% | - |
| HSV(B) | 54.63º | 0.54% | 0.97% | - |
| XYZ | 71.74 | 81.16 | 27.8 | - |
| YUV | 225.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 114 | 0 | 0.05 | 0.54 | 0.03 | 54.63 | 0.91 | 0.71 |
| Hex | F8 | EC | 72 | 0 | 5 | 36 | 3 | 37 | 5B | 47 |
| Octal | 370 | 354 | 162 | 0 | 5 | 66 | 3 | 67 | 133 | 107 |
| Binary | 11111000 | 11101100 | 1110010 | 0 | 101 | 110110 | 11 | 110111 | 1011011 | 1000111 |
Color Harmonies of #F8EC72
Complementary color
Monochromatic Colors of #F8EC72
Black with #F8EC72
Text Example
Text Example
White with #F8EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC72; }
p { color: rgb(248,236,114); }
H1.HeaderClassName
{
color: #F8EC72;
}
.AnyTagClassName
{
color: #F8EC72;
}
</style>
background-color css
<style>
a { background-color: #F8EC72; }
a { background-color: rgb(248,236,114); }
div.DivClassName
{
background-color: #F8EC72;
}
.BgClassName
{
background-color: #F8EC72;
}
</style>
border-color css
<style>
span { border-color: #F8EC72; }
span { border-color: rgb(248,236,114); }
td.TdClassName
{
border-color: #F8EC72;
}
.TagClassName
{
border-color: #F8EC72;
}
</style>