Shades of Witch Haze #F8F082
Tints of Witch Haze #F8F082
RGB
CMYK
RGB Variations
Color information
#F8F082 (or 0xF8F082) is known color: Witch Haze. HEX triplet: F8, F0 and 82. RGB value is (248,240,130). Sum of RGB (Red+Green+Blue) = 248+240+130=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 130 (51.17% from 255 or 21.04% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F082 is #070F7D. Grayscale: #E6E6E6. Windows color (decimal): -462718 or 8581368. OLE color: 8581368.
HSL color Cylindrical-coordinate representation of color #F8F082: hue angle of 55.93º 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 #F8F082 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 130 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.03 |
| HSL | 55.93º | 0.89% | 0.74% | - |
| HSV(B) | 55.93º | 0.48% | 0.97% | - |
| XYZ | 73.9 | 83.89 | 33.42 | - |
| YUV | 229.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 130 | 0 | 0.03 | 0.48 | 0.03 | 55.93 | 0.89 | 0.74 |
| Hex | F8 | F0 | 82 | 0 | 3 | 30 | 3 | 38 | 59 | 4A |
| Octal | 370 | 360 | 202 | 0 | 3 | 60 | 3 | 70 | 131 | 112 |
| Binary | 11111000 | 11110000 | 10000010 | 0 | 11 | 110000 | 11 | 111000 | 1011001 | 1001010 |
Color Harmonies of #F8F082
Complementary color
Monochromatic Colors of #F8F082
Black with #F8F082
Text Example
Text Example
White with #F8F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F082; }
p { color: rgb(248,240,130); }
H1.HeaderClassName
{
color: #F8F082;
}
.AnyTagClassName
{
color: #F8F082;
}
</style>
background-color css
<style>
a { background-color: #F8F082; }
a { background-color: rgb(248,240,130); }
div.DivClassName
{
background-color: #F8F082;
}
.BgClassName
{
background-color: #F8F082;
}
</style>
border-color css
<style>
span { border-color: #F8F082; }
span { border-color: rgb(248,240,130); }
td.TdClassName
{
border-color: #F8F082;
}
.TagClassName
{
border-color: #F8F082;
}
</style>