Shades of Witch Haze #F8EF76
Tints of Witch Haze #F8EF76
RGB
CMYK
RGB Variations
Color information
#F8EF76 (or 0xF8EF76) is known color: Witch Haze. HEX triplet: F8, EF and 76. RGB value is (248,239,118). Sum of RGB (Red+Green+Blue) = 248+239+118=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 118 (46.48% from 255 or 19.50% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EF76 is #071089. Grayscale: #E4E4E4. Windows color (decimal): -462986 or 7794680. OLE color: 7794680.
HSL color Cylindrical-coordinate representation of color #F8EF76: hue angle of 55.85º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8EF76 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 118 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.03 |
| HSL | 55.85º | 0.9% | 0.72% | - |
| HSV(B) | 55.85º | 0.52% | 0.97% | - |
| XYZ | 72.85 | 83 | 29.32 | - |
| YUV | 227.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 118 | 0 | 0.04 | 0.52 | 0.03 | 55.85 | 0.9 | 0.72 |
| Hex | F8 | EF | 76 | 0 | 4 | 34 | 3 | 38 | 5A | 48 |
| Octal | 370 | 357 | 166 | 0 | 4 | 64 | 3 | 70 | 132 | 110 |
| Binary | 11111000 | 11101111 | 1110110 | 0 | 100 | 110100 | 11 | 111000 | 1011010 | 1001000 |
Color Harmonies of #F8EF76
Complementary color
Monochromatic Colors of #F8EF76
Black with #F8EF76
Text Example
Text Example
White with #F8EF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EF76; }
p { color: rgb(248,239,118); }
H1.HeaderClassName
{
color: #F8EF76;
}
.AnyTagClassName
{
color: #F8EF76;
}
</style>
background-color css
<style>
a { background-color: #F8EF76; }
a { background-color: rgb(248,239,118); }
div.DivClassName
{
background-color: #F8EF76;
}
.BgClassName
{
background-color: #F8EF76;
}
</style>
border-color css
<style>
span { border-color: #F8EF76; }
span { border-color: rgb(248,239,118); }
td.TdClassName
{
border-color: #F8EF76;
}
.TagClassName
{
border-color: #F8EF76;
}
</style>