Shades of Witch Haze #F8EC7B
Tints of Witch Haze #F8EC7B
RGB
CMYK
RGB Variations
Color information
#F8EC7B (or 0xF8EC7B) is known color: Witch Haze. HEX triplet: F8, EC and 7B. RGB value is (248,236,123). Sum of RGB (Red+Green+Blue) = 248+236+123=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 123 (48.44% from 255 or 20.26% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EC7B is #071384. Grayscale: #E3E3E3. Windows color (decimal): -463749 or 8121592. OLE color: 8121592.
HSL color Cylindrical-coordinate representation of color #F8EC7B: hue angle of 54.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8EC7B is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 123 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.03 |
| HSL | 54.24º | 0.9% | 0.73% | - |
| HSV(B) | 54.24º | 0.5% | 0.97% | - |
| XYZ | 72.28 | 81.38 | 30.64 | - |
| YUV | 226.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 123 | 0 | 0.05 | 0.50 | 0.03 | 54.24 | 0.9 | 0.73 |
| Hex | F8 | EC | 7B | 0 | 5 | 32 | 3 | 36 | 5A | 49 |
| Octal | 370 | 354 | 173 | 0 | 5 | 62 | 3 | 66 | 132 | 111 |
| Binary | 11111000 | 11101100 | 1111011 | 0 | 101 | 110010 | 11 | 110110 | 1011010 | 1001001 |
Color Harmonies of #F8EC7B
Complementary color
Monochromatic Colors of #F8EC7B
Black with #F8EC7B
Text Example
Text Example
White with #F8EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC7B; }
p { color: rgb(248,236,123); }
H1.HeaderClassName
{
color: #F8EC7B;
}
.AnyTagClassName
{
color: #F8EC7B;
}
</style>
background-color css
<style>
a { background-color: #F8EC7B; }
a { background-color: rgb(248,236,123); }
div.DivClassName
{
background-color: #F8EC7B;
}
.BgClassName
{
background-color: #F8EC7B;
}
</style>
border-color css
<style>
span { border-color: #F8EC7B; }
span { border-color: rgb(248,236,123); }
td.TdClassName
{
border-color: #F8EC7B;
}
.TagClassName
{
border-color: #F8EC7B;
}
</style>