Shades of Witch Haze #F8F482
Tints of Witch Haze #F8F482
RGB
CMYK
RGB Variations
Color information
#F8F482 (or 0xF8F482) is known color: Witch Haze. HEX triplet: F8, F4 and 82. RGB value is (248,244,130). Sum of RGB (Red+Green+Blue) = 248+244+130=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 130 (51.17% from 255 or 20.90% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F482 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F482 is #070B7D. Grayscale: #E8E8E8. Windows color (decimal): -461694 or 8582392. OLE color: 8582392.
HSL color Cylindrical-coordinate representation of color #F8F482: hue angle of 57.97º degrees, saturation: 0.89, 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 #F8F482 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 244 | 130 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.03 |
| HSL | 57.97º | 0.89% | 0.74% | - |
| HSV(B) | 57.97º | 0.48% | 0.97% | - |
| XYZ | 75.09 | 86.27 | 33.81 | - |
| YUV | 232.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 244 | 130 | 0 | 0.02 | 0.48 | 0.03 | 57.97 | 0.89 | 0.74 |
| Hex | F8 | F4 | 82 | 0 | 2 | 30 | 3 | 3A | 59 | 4A |
| Octal | 370 | 364 | 202 | 0 | 2 | 60 | 3 | 72 | 131 | 112 |
| Binary | 11111000 | 11110100 | 10000010 | 0 | 10 | 110000 | 11 | 111010 | 1011001 | 1001010 |
Color Harmonies of #F8F482
Complementary color
Monochromatic Colors of #F8F482
Black with #F8F482
Text Example
Text Example
White with #F8F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F482; }
p { color: rgb(248,244,130); }
H1.HeaderClassName
{
color: #F8F482;
}
.AnyTagClassName
{
color: #F8F482;
}
</style>
background-color css
<style>
a { background-color: #F8F482; }
a { background-color: rgb(248,244,130); }
div.DivClassName
{
background-color: #F8F482;
}
.BgClassName
{
background-color: #F8F482;
}
</style>
border-color css
<style>
span { border-color: #F8F482; }
span { border-color: rgb(248,244,130); }
td.TdClassName
{
border-color: #F8F482;
}
.TagClassName
{
border-color: #F8F482;
}
</style>