Shades of Witch Haze #F5E978
Tints of Witch Haze #F5E978
RGB
CMYK
RGB Variations
Color information
#F5E978 (or 0xF5E978) is known color: Witch Haze. HEX triplet: F5, E9 and 78. RGB value is (245,233,120). Sum of RGB (Red+Green+Blue) = 245+233+120=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 120 (47.27% from 255 or 20.07% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E978 is #0A1687. Grayscale: #E0E0E0. Windows color (decimal): -661128 or 7924213. OLE color: 7924213.
HSL color Cylindrical-coordinate representation of color #F5E978: hue angle of 54.24º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5E978 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 120 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.04 |
| HSL | 54.24º | 0.86% | 0.72% | - |
| HSV(B) | 54.24º | 0.51% | 0.96% | - |
| XYZ | 70.19 | 79.05 | 29.33 | - |
| YUV | 223.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 120 | 0 | 0.05 | 0.51 | 0.04 | 54.24 | 0.86 | 0.72 |
| Hex | F5 | E9 | 78 | 0 | 5 | 33 | 4 | 36 | 56 | 48 |
| Octal | 365 | 351 | 170 | 0 | 5 | 63 | 4 | 66 | 126 | 110 |
| Binary | 11110101 | 11101001 | 1111000 | 0 | 101 | 110011 | 100 | 110110 | 1010110 | 1001000 |
Color Harmonies of #F5E978
Complementary color
Monochromatic Colors of #F5E978
Black with #F5E978
Text Example
Text Example
White with #F5E978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E978; }
p { color: rgb(245,233,120); }
H1.HeaderClassName
{
color: #F5E978;
}
.AnyTagClassName
{
color: #F5E978;
}
</style>
background-color css
<style>
a { background-color: #F5E978; }
a { background-color: rgb(245,233,120); }
div.DivClassName
{
background-color: #F5E978;
}
.BgClassName
{
background-color: #F5E978;
}
</style>
border-color css
<style>
span { border-color: #F5E978; }
span { border-color: rgb(245,233,120); }
td.TdClassName
{
border-color: #F5E978;
}
.TagClassName
{
border-color: #F5E978;
}
</style>