Shades of Witch Haze #F8EC7A
Tints of Witch Haze #F8EC7A
RGB
CMYK
RGB Variations
Color information
#F8EC7A (or 0xF8EC7A) is known color: Witch Haze. HEX triplet: F8, EC and 7A. RGB value is (248,236,122). Sum of RGB (Red+Green+Blue) = 248+236+122=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 122 (48.05% from 255 or 20.13% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EC7A is #071385. Grayscale: #E3E3E3. Windows color (decimal): -463750 or 8056056. OLE color: 8056056.
HSL color Cylindrical-coordinate representation of color #F8EC7A: hue angle of 54.29º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8EC7A is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 122 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.03 |
| HSL | 54.29º | 0.9% | 0.73% | - |
| HSV(B) | 54.29º | 0.51% | 0.97% | - |
| XYZ | 72.22 | 81.35 | 30.31 | - |
| YUV | 226.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 122 | 0 | 0.05 | 0.51 | 0.03 | 54.29 | 0.9 | 0.73 |
| Hex | F8 | EC | 7A | 0 | 5 | 33 | 3 | 36 | 5A | 49 |
| Octal | 370 | 354 | 172 | 0 | 5 | 63 | 3 | 66 | 132 | 111 |
| Binary | 11111000 | 11101100 | 1111010 | 0 | 101 | 110011 | 11 | 110110 | 1011010 | 1001001 |
Color Harmonies of #F8EC7A
Complementary color
Monochromatic Colors of #F8EC7A
Black with #F8EC7A
Text Example
Text Example
White with #F8EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC7A; }
p { color: rgb(248,236,122); }
H1.HeaderClassName
{
color: #F8EC7A;
}
.AnyTagClassName
{
color: #F8EC7A;
}
</style>
background-color css
<style>
a { background-color: #F8EC7A; }
a { background-color: rgb(248,236,122); }
div.DivClassName
{
background-color: #F8EC7A;
}
.BgClassName
{
background-color: #F8EC7A;
}
</style>
border-color css
<style>
span { border-color: #F8EC7A; }
span { border-color: rgb(248,236,122); }
td.TdClassName
{
border-color: #F8EC7A;
}
.TagClassName
{
border-color: #F8EC7A;
}
</style>