Shades of Witch Haze #F8F079
Tints of Witch Haze #F8F079
RGB
CMYK
RGB Variations
Color information
#F8F079 (or 0xF8F079) is known color: Witch Haze. HEX triplet: F8, F0 and 79. RGB value is (248,240,121). Sum of RGB (Red+Green+Blue) = 248+240+121=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 121 (47.66% from 255 or 19.87% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F079 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F079 is #070F86. Grayscale: #E5E5E5. Windows color (decimal): -462727 or 7991544. OLE color: 7991544.
HSL color Cylindrical-coordinate representation of color #F8F079: hue angle of 56.22º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8F079 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 121 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.03 |
| HSL | 56.22º | 0.9% | 0.72% | - |
| HSV(B) | 56.22º | 0.51% | 0.97% | - |
| XYZ | 73.32 | 83.66 | 30.37 | - |
| YUV | 228.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 121 | 0 | 0.03 | 0.51 | 0.03 | 56.22 | 0.9 | 0.72 |
| Hex | F8 | F0 | 79 | 0 | 3 | 33 | 3 | 38 | 5A | 48 |
| Octal | 370 | 360 | 171 | 0 | 3 | 63 | 3 | 70 | 132 | 110 |
| Binary | 11111000 | 11110000 | 1111001 | 0 | 11 | 110011 | 11 | 111000 | 1011010 | 1001000 |
Color Harmonies of #F8F079
Complementary color
Monochromatic Colors of #F8F079
Black with #F8F079
Text Example
Text Example
White with #F8F079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F079; }
p { color: rgb(248,240,121); }
H1.HeaderClassName
{
color: #F8F079;
}
.AnyTagClassName
{
color: #F8F079;
}
</style>
background-color css
<style>
a { background-color: #F8F079; }
a { background-color: rgb(248,240,121); }
div.DivClassName
{
background-color: #F8F079;
}
.BgClassName
{
background-color: #F8F079;
}
</style>
border-color css
<style>
span { border-color: #F8F079; }
span { border-color: rgb(248,240,121); }
td.TdClassName
{
border-color: #F8F079;
}
.TagClassName
{
border-color: #F8F079;
}
</style>