Shades of Witch Haze #F8F078
Tints of Witch Haze #F8F078
RGB
CMYK
RGB Variations
Color information
#F8F078 (or 0xF8F078) is known color: Witch Haze. HEX triplet: F8, F0 and 78. RGB value is (248,240,120). Sum of RGB (Red+Green+Blue) = 248+240+120=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 120 (47.27% from 255 or 19.74% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F078 is #070F87. Grayscale: #E5E5E5. Windows color (decimal): -462728 or 7926008. OLE color: 7926008.
HSL color Cylindrical-coordinate representation of color #F8F078: hue angle of 56.25º 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 #F8F078 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 120 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.03 |
| HSL | 56.25º | 0.9% | 0.72% | - |
| HSV(B) | 56.25º | 0.52% | 0.97% | - |
| XYZ | 73.26 | 83.63 | 30.05 | - |
| YUV | 228.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 120 | 0 | 0.03 | 0.52 | 0.03 | 56.25 | 0.9 | 0.72 |
| Hex | F8 | F0 | 78 | 0 | 3 | 34 | 3 | 38 | 5A | 48 |
| Octal | 370 | 360 | 170 | 0 | 3 | 64 | 3 | 70 | 132 | 110 |
| Binary | 11111000 | 11110000 | 1111000 | 0 | 11 | 110100 | 11 | 111000 | 1011010 | 1001000 |
Color Harmonies of #F8F078
Complementary color
Monochromatic Colors of #F8F078
Black with #F8F078
Text Example
Text Example
White with #F8F078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F078; }
p { color: rgb(248,240,120); }
H1.HeaderClassName
{
color: #F8F078;
}
.AnyTagClassName
{
color: #F8F078;
}
</style>
background-color css
<style>
a { background-color: #F8F078; }
a { background-color: rgb(248,240,120); }
div.DivClassName
{
background-color: #F8F078;
}
.BgClassName
{
background-color: #F8F078;
}
</style>
border-color css
<style>
span { border-color: #F8F078; }
span { border-color: rgb(248,240,120); }
td.TdClassName
{
border-color: #F8F078;
}
.TagClassName
{
border-color: #F8F078;
}
</style>