Shades of Witch Haze #F8F582
Tints of Witch Haze #F8F582
RGB
CMYK
RGB Variations
Color information
#F8F582 (or 0xF8F582) is known color: Witch Haze. HEX triplet: F8, F5 and 82. RGB value is (248,245,130). Sum of RGB (Red+Green+Blue) = 248+245+130=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 130 (51.17% from 255 or 20.87% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F582 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F582 is #070A7D. Grayscale: #E9E9E9. Windows color (decimal): -461438 or 8582648. OLE color: 8582648.
HSL color Cylindrical-coordinate representation of color #F8F582: hue angle of 58.47º 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 #F8F582 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 130 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.03 |
| HSL | 58.47º | 0.89% | 0.74% | - |
| HSV(B) | 58.47º | 0.48% | 0.97% | - |
| XYZ | 75.39 | 86.87 | 33.91 | - |
| YUV | 232.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 130 | 0 | 0.01 | 0.48 | 0.03 | 58.47 | 0.89 | 0.74 |
| Hex | F8 | F5 | 82 | 0 | 1 | 30 | 3 | 3A | 59 | 4A |
| Octal | 370 | 365 | 202 | 0 | 1 | 60 | 3 | 72 | 131 | 112 |
| Binary | 11111000 | 11110101 | 10000010 | 0 | 1 | 110000 | 11 | 111010 | 1011001 | 1001010 |
Color Harmonies of #F8F582
Complementary color
Monochromatic Colors of #F8F582
Black with #F8F582
Text Example
Text Example
White with #F8F582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F582; }
p { color: rgb(248,245,130); }
H1.HeaderClassName
{
color: #F8F582;
}
.AnyTagClassName
{
color: #F8F582;
}
</style>
background-color css
<style>
a { background-color: #F8F582; }
a { background-color: rgb(248,245,130); }
div.DivClassName
{
background-color: #F8F582;
}
.BgClassName
{
background-color: #F8F582;
}
</style>
border-color css
<style>
span { border-color: #F8F582; }
span { border-color: rgb(248,245,130); }
td.TdClassName
{
border-color: #F8F582;
}
.TagClassName
{
border-color: #F8F582;
}
</style>