Shades of Witch Haze #F5E875
Tints of Witch Haze #F5E875
RGB
CMYK
RGB Variations
Color information
#F5E875 (or 0xF5E875) is known color: Witch Haze. HEX triplet: F5, E8 and 75. RGB value is (245,232,117). Sum of RGB (Red+Green+Blue) = 245+232+117=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 117 (46.09% from 255 or 19.70% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E875 is #0A178A. Grayscale: #DFDFDF. Windows color (decimal): -661387 or 7727349. OLE color: 7727349.
HSL color Cylindrical-coordinate representation of color #F5E875: hue angle of 53.91º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5E875 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 117 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.04 |
| HSL | 53.91º | 0.86% | 0.71% | - |
| HSV(B) | 53.91º | 0.52% | 0.96% | - |
| XYZ | 69.72 | 78.41 | 28.29 | - |
| YUV | 222.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 117 | 0 | 0.05 | 0.52 | 0.04 | 53.91 | 0.86 | 0.71 |
| Hex | F5 | E8 | 75 | 0 | 5 | 34 | 4 | 36 | 56 | 47 |
| Octal | 365 | 350 | 165 | 0 | 5 | 64 | 4 | 66 | 126 | 107 |
| Binary | 11110101 | 11101000 | 1110101 | 0 | 101 | 110100 | 100 | 110110 | 1010110 | 1000111 |
Color Harmonies of #F5E875
Complementary color
Monochromatic Colors of #F5E875
Black with #F5E875
Text Example
Text Example
White with #F5E875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E875; }
p { color: rgb(245,232,117); }
H1.HeaderClassName
{
color: #F5E875;
}
.AnyTagClassName
{
color: #F5E875;
}
</style>
background-color css
<style>
a { background-color: #F5E875; }
a { background-color: rgb(245,232,117); }
div.DivClassName
{
background-color: #F5E875;
}
.BgClassName
{
background-color: #F5E875;
}
</style>
border-color css
<style>
span { border-color: #F5E875; }
span { border-color: rgb(245,232,117); }
td.TdClassName
{
border-color: #F5E875;
}
.TagClassName
{
border-color: #F5E875;
}
</style>