Shades of Witch Haze #F8F080
Tints of Witch Haze #F8F080
RGB
CMYK
RGB Variations
Color information
#F8F080 (or 0xF8F080) is known color: Witch Haze. HEX triplet: F8, F0 and 80. RGB value is (248,240,128). Sum of RGB (Red+Green+Blue) = 248+240+128=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F080 is #070F7F. Grayscale: #E6E6E6. Windows color (decimal): -462720 or 8450296. OLE color: 8450296.
HSL color Cylindrical-coordinate representation of color #F8F080: hue angle of 56º 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 #F8F080 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 128 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.03 |
| HSL | 56º | 0.9% | 0.74% | - |
| HSV(B) | 56º | 0.48% | 0.97% | - |
| XYZ | 73.77 | 83.84 | 32.72 | - |
| YUV | 229.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 128 | 0 | 0.03 | 0.48 | 0.03 | 56 | 0.9 | 0.74 |
| Hex | F8 | F0 | 80 | 0 | 3 | 30 | 3 | 38 | 5A | 4A |
| Octal | 370 | 360 | 200 | 0 | 3 | 60 | 3 | 70 | 132 | 112 |
| Binary | 11111000 | 11110000 | 10000000 | 0 | 11 | 110000 | 11 | 111000 | 1011010 | 1001010 |
Color Harmonies of #F8F080
Complementary color
Monochromatic Colors of #F8F080
Black with #F8F080
Text Example
Text Example
White with #F8F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F080; }
p { color: rgb(248,240,128); }
H1.HeaderClassName
{
color: #F8F080;
}
.AnyTagClassName
{
color: #F8F080;
}
</style>
background-color css
<style>
a { background-color: #F8F080; }
a { background-color: rgb(248,240,128); }
div.DivClassName
{
background-color: #F8F080;
}
.BgClassName
{
background-color: #F8F080;
}
</style>
border-color css
<style>
span { border-color: #F8F080; }
span { border-color: rgb(248,240,128); }
td.TdClassName
{
border-color: #F8F080;
}
.TagClassName
{
border-color: #F8F080;
}
</style>