Shades of Witch Haze #F8F57C
Tints of Witch Haze #F8F57C
RGB
CMYK
RGB Variations
Color information
#F8F57C (or 0xF8F57C) is known color: Witch Haze. HEX triplet: F8, F5 and 7C. RGB value is (248,245,124). Sum of RGB (Red+Green+Blue) = 248+245+124=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 124 (48.83% from 255 or 20.10% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F57C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F57C is #070A83. Grayscale: #E8E8E8. Windows color (decimal): -461444 or 8189432. OLE color: 8189432.
HSL color Cylindrical-coordinate representation of color #F8F57C: hue angle of 58.55º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8F57C is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 124 | - |
| CMYK | 0 | 0.01 | 0.5 | 0.03 |
| HSL | 58.55º | 0.9% | 0.73% | - |
| HSV(B) | 58.55º | 0.5% | 0.97% | - |
| XYZ | 75 | 86.72 | 31.85 | - |
| YUV | 232.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 124 | 0 | 0.01 | 0.5 | 0.03 | 58.55 | 0.9 | 0.73 |
| Hex | F8 | F5 | 7C | 0 | 1 | 32 | 3 | 3B | 5A | 49 |
| Octal | 370 | 365 | 174 | 0 | 1 | 62 | 3 | 73 | 132 | 111 |
| Binary | 11111000 | 11110101 | 1111100 | 0 | 1 | 110010 | 11 | 111011 | 1011010 | 1001001 |
Color Harmonies of #F8F57C
Complementary color
Monochromatic Colors of #F8F57C
Black with #F8F57C
Text Example
Text Example
White with #F8F57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F57C; }
p { color: rgb(248,245,124); }
H1.HeaderClassName
{
color: #F8F57C;
}
.AnyTagClassName
{
color: #F8F57C;
}
</style>
background-color css
<style>
a { background-color: #F8F57C; }
a { background-color: rgb(248,245,124); }
div.DivClassName
{
background-color: #F8F57C;
}
.BgClassName
{
background-color: #F8F57C;
}
</style>
border-color css
<style>
span { border-color: #F8F57C; }
span { border-color: rgb(248,245,124); }
td.TdClassName
{
border-color: #F8F57C;
}
.TagClassName
{
border-color: #F8F57C;
}
</style>