Shades of Witch Haze #F8EE80
Tints of Witch Haze #F8EE80
RGB
CMYK
RGB Variations
Color information
#F8EE80 (or 0xF8EE80) is known color: Witch Haze. HEX triplet: F8, EE and 80. RGB value is (248,238,128). Sum of RGB (Red+Green+Blue) = 248+238+128=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 128 (50.39% from 255 or 20.85% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EE80 is #07117F. Grayscale: #E4E4E4. Windows color (decimal): -463232 or 8449784. OLE color: 8449784.
HSL color Cylindrical-coordinate representation of color #F8EE80: hue angle of 55º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8EE80 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 128 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.03 |
| HSL | 55º | 0.9% | 0.74% | - |
| HSV(B) | 55º | 0.48% | 0.97% | - |
| XYZ | 73.18 | 82.66 | 32.52 | - |
| YUV | 228.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 128 | 0 | 0.04 | 0.48 | 0.03 | 55 | 0.9 | 0.74 |
| Hex | F8 | EE | 80 | 0 | 4 | 30 | 3 | 37 | 5A | 4A |
| Octal | 370 | 356 | 200 | 0 | 4 | 60 | 3 | 67 | 132 | 112 |
| Binary | 11111000 | 11101110 | 10000000 | 0 | 100 | 110000 | 11 | 110111 | 1011010 | 1001010 |
Color Harmonies of #F8EE80
Complementary color
Monochromatic Colors of #F8EE80
Black with #F8EE80
Text Example
Text Example
White with #F8EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EE80; }
p { color: rgb(248,238,128); }
H1.HeaderClassName
{
color: #F8EE80;
}
.AnyTagClassName
{
color: #F8EE80;
}
</style>
background-color css
<style>
a { background-color: #F8EE80; }
a { background-color: rgb(248,238,128); }
div.DivClassName
{
background-color: #F8EE80;
}
.BgClassName
{
background-color: #F8EE80;
}
</style>
border-color css
<style>
span { border-color: #F8EE80; }
span { border-color: rgb(248,238,128); }
td.TdClassName
{
border-color: #F8EE80;
}
.TagClassName
{
border-color: #F8EE80;
}
</style>