Shades of Witch Haze #F5E76E
Tints of Witch Haze #F5E76E
RGB
CMYK
RGB Variations
Color information
#F5E76E (or 0xF5E76E) is known color: Witch Haze. HEX triplet: F5, E7 and 6E. RGB value is (245,231,110). Sum of RGB (Red+Green+Blue) = 245+231+110=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 110 (43.36% from 255 or 18.77% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E76E is #0A1891. Grayscale: #DDDDDD. Windows color (decimal): -661650 or 7268341. OLE color: 7268341.
HSL color Cylindrical-coordinate representation of color #F5E76E: hue angle of 53.78º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5E76E is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 110 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.04 |
| HSL | 53.78º | 0.87% | 0.7% | - |
| HSV(B) | 53.78º | 0.55% | 0.96% | - |
| XYZ | 69.05 | 77.69 | 26.11 | - |
| YUV | 221.39 | 65.14 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 110 | 0 | 0.06 | 0.55 | 0.04 | 53.78 | 0.87 | 0.7 |
| Hex | F5 | E7 | 6E | 0 | 6 | 37 | 4 | 36 | 57 | 46 |
| Octal | 365 | 347 | 156 | 0 | 6 | 67 | 4 | 66 | 127 | 106 |
| Binary | 11110101 | 11100111 | 1101110 | 0 | 110 | 110111 | 100 | 110110 | 1010111 | 1000110 |
Color Harmonies of #F5E76E
Complementary color
Monochromatic Colors of #F5E76E
Black with #F5E76E
Text Example
Text Example
White with #F5E76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E76E; }
p { color: rgb(245,231,110); }
H1.HeaderClassName
{
color: #F5E76E;
}
.AnyTagClassName
{
color: #F5E76E;
}
</style>
background-color css
<style>
a { background-color: #F5E76E; }
a { background-color: rgb(245,231,110); }
div.DivClassName
{
background-color: #F5E76E;
}
.BgClassName
{
background-color: #F5E76E;
}
</style>
border-color css
<style>
span { border-color: #F5E76E; }
span { border-color: rgb(245,231,110); }
td.TdClassName
{
border-color: #F5E76E;
}
.TagClassName
{
border-color: #F5E76E;
}
</style>