Shades of Witch Haze #F8EC6F
Tints of Witch Haze #F8EC6F
RGB
CMYK
RGB Variations
Color information
#F8EC6F (or 0xF8EC6F) is known color: Witch Haze. HEX triplet: F8, EC and 6F. RGB value is (248,236,111). Sum of RGB (Red+Green+Blue) = 248+236+111=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 111 (43.75% from 255 or 18.66% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EC6F is #071390. Grayscale: #E1E1E1. Windows color (decimal): -463761 or 7335160. OLE color: 7335160.
HSL color Cylindrical-coordinate representation of color #F8EC6F: hue angle of 54.74º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8EC6F is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 111 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.03 |
| HSL | 54.74º | 0.91% | 0.7% | - |
| HSV(B) | 54.74º | 0.55% | 0.97% | - |
| XYZ | 71.58 | 81.1 | 26.92 | - |
| YUV | 225.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 111 | 0 | 0.05 | 0.55 | 0.03 | 54.74 | 0.91 | 0.7 |
| Hex | F8 | EC | 6F | 0 | 5 | 37 | 3 | 37 | 5B | 46 |
| Octal | 370 | 354 | 157 | 0 | 5 | 67 | 3 | 67 | 133 | 106 |
| Binary | 11111000 | 11101100 | 1101111 | 0 | 101 | 110111 | 11 | 110111 | 1011011 | 1000110 |
Color Harmonies of #F8EC6F
Complementary color
Monochromatic Colors of #F8EC6F
Black with #F8EC6F
Text Example
Text Example
White with #F8EC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC6F; }
p { color: rgb(248,236,111); }
H1.HeaderClassName
{
color: #F8EC6F;
}
.AnyTagClassName
{
color: #F8EC6F;
}
</style>
background-color css
<style>
a { background-color: #F8EC6F; }
a { background-color: rgb(248,236,111); }
div.DivClassName
{
background-color: #F8EC6F;
}
.BgClassName
{
background-color: #F8EC6F;
}
</style>
border-color css
<style>
span { border-color: #F8EC6F; }
span { border-color: rgb(248,236,111); }
td.TdClassName
{
border-color: #F8EC6F;
}
.TagClassName
{
border-color: #F8EC6F;
}
</style>