Shades of Witch Haze #F8ED73
Tints of Witch Haze #F8ED73
RGB
CMYK
RGB Variations
Color information
#F8ED73 (or 0xF8ED73) is known color: Witch Haze. HEX triplet: F8, ED and 73. RGB value is (248,237,115). Sum of RGB (Red+Green+Blue) = 248+237+115=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 115 (45.31% from 255 or 19.17% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED73 is #07128C. Grayscale: #E2E2E2. Windows color (decimal): -463501 or 7597560. OLE color: 7597560.
HSL color Cylindrical-coordinate representation of color #F8ED73: hue angle of 55.04º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8ED73 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 115 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.03 |
| HSL | 55.04º | 0.9% | 0.71% | - |
| HSV(B) | 55.04º | 0.54% | 0.97% | - |
| XYZ | 72.09 | 81.76 | 28.2 | - |
| YUV | 226.38 | 65.14 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 115 | 0 | 0.04 | 0.54 | 0.03 | 55.04 | 0.9 | 0.71 |
| Hex | F8 | ED | 73 | 0 | 4 | 36 | 3 | 37 | 5A | 47 |
| Octal | 370 | 355 | 163 | 0 | 4 | 66 | 3 | 67 | 132 | 107 |
| Binary | 11111000 | 11101101 | 1110011 | 0 | 100 | 110110 | 11 | 110111 | 1011010 | 1000111 |
Color Harmonies of #F8ED73
Complementary color
Monochromatic Colors of #F8ED73
Black with #F8ED73
Text Example
Text Example
White with #F8ED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ED73; }
p { color: rgb(248,237,115); }
H1.HeaderClassName
{
color: #F8ED73;
}
.AnyTagClassName
{
color: #F8ED73;
}
</style>
background-color css
<style>
a { background-color: #F8ED73; }
a { background-color: rgb(248,237,115); }
div.DivClassName
{
background-color: #F8ED73;
}
.BgClassName
{
background-color: #F8ED73;
}
</style>
border-color css
<style>
span { border-color: #F8ED73; }
span { border-color: rgb(248,237,115); }
td.TdClassName
{
border-color: #F8ED73;
}
.TagClassName
{
border-color: #F8ED73;
}
</style>