Shades of Witch Haze #F8ED74
Tints of Witch Haze #F8ED74
RGB
CMYK
RGB Variations
Color information
#F8ED74 (or 0xF8ED74) is known color: Witch Haze. HEX triplet: F8, ED and 74. RGB value is (248,237,116). Sum of RGB (Red+Green+Blue) = 248+237+116=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 116 (45.70% from 255 or 19.30% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED74 is #07128B. Grayscale: #E2E2E2. Windows color (decimal): -463500 or 7663096. OLE color: 7663096.
HSL color Cylindrical-coordinate representation of color #F8ED74: hue angle of 55º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8ED74 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 116 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.03 |
| HSL | 55º | 0.9% | 0.71% | - |
| HSV(B) | 55º | 0.53% | 0.97% | - |
| XYZ | 72.15 | 81.79 | 28.51 | - |
| YUV | 226.5 | 65.64 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 116 | 0 | 0.04 | 0.53 | 0.03 | 55 | 0.9 | 0.71 |
| Hex | F8 | ED | 74 | 0 | 4 | 35 | 3 | 37 | 5A | 47 |
| Octal | 370 | 355 | 164 | 0 | 4 | 65 | 3 | 67 | 132 | 107 |
| Binary | 11111000 | 11101101 | 1110100 | 0 | 100 | 110101 | 11 | 110111 | 1011010 | 1000111 |
Color Harmonies of #F8ED74
Complementary color
Monochromatic Colors of #F8ED74
Black with #F8ED74
Text Example
Text Example
White with #F8ED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ED74; }
p { color: rgb(248,237,116); }
H1.HeaderClassName
{
color: #F8ED74;
}
.AnyTagClassName
{
color: #F8ED74;
}
</style>
background-color css
<style>
a { background-color: #F8ED74; }
a { background-color: rgb(248,237,116); }
div.DivClassName
{
background-color: #F8ED74;
}
.BgClassName
{
background-color: #F8ED74;
}
</style>
border-color css
<style>
span { border-color: #F8ED74; }
span { border-color: rgb(248,237,116); }
td.TdClassName
{
border-color: #F8ED74;
}
.TagClassName
{
border-color: #F8ED74;
}
</style>