Shades of Witch Haze #F8F282
Tints of Witch Haze #F8F282
RGB
CMYK
RGB Variations
Color information
#F8F282 (or 0xF8F282) is known color: Witch Haze. HEX triplet: F8, F2 and 82. RGB value is (248,242,130). Sum of RGB (Red+Green+Blue) = 248+242+130=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 130 (51.17% from 255 or 20.97% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F282 is #070D7D. Grayscale: #E7E7E7. Windows color (decimal): -462206 or 8581880. OLE color: 8581880.
HSL color Cylindrical-coordinate representation of color #F8F282: hue angle of 56.95º 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 #F8F282 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 130 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.03 |
| HSL | 56.95º | 0.89% | 0.74% | - |
| HSV(B) | 56.95º | 0.48% | 0.97% | - |
| XYZ | 74.49 | 85.07 | 33.61 | - |
| YUV | 231.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 130 | 0 | 0.02 | 0.48 | 0.03 | 56.95 | 0.89 | 0.74 |
| Hex | F8 | F2 | 82 | 0 | 2 | 30 | 3 | 39 | 59 | 4A |
| Octal | 370 | 362 | 202 | 0 | 2 | 60 | 3 | 71 | 131 | 112 |
| Binary | 11111000 | 11110010 | 10000010 | 0 | 10 | 110000 | 11 | 111001 | 1011001 | 1001010 |
Color Harmonies of #F8F282
Complementary color
Monochromatic Colors of #F8F282
Black with #F8F282
Text Example
Text Example
White with #F8F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F282; }
p { color: rgb(248,242,130); }
H1.HeaderClassName
{
color: #F8F282;
}
.AnyTagClassName
{
color: #F8F282;
}
</style>
background-color css
<style>
a { background-color: #F8F282; }
a { background-color: rgb(248,242,130); }
div.DivClassName
{
background-color: #F8F282;
}
.BgClassName
{
background-color: #F8F282;
}
</style>
border-color css
<style>
span { border-color: #F8F282; }
span { border-color: rgb(248,242,130); }
td.TdClassName
{
border-color: #F8F282;
}
.TagClassName
{
border-color: #F8F282;
}
</style>