Shades of Witch Haze #F7E76D
Tints of Witch Haze #F7E76D
RGB
CMYK
RGB Variations
Color information
#F7E76D (or 0xF7E76D) is known color: Witch Haze. HEX triplet: F7, E7 and 6D. RGB value is (247,231,109). Sum of RGB (Red+Green+Blue) = 247+231+109=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 109 (42.97% from 255 or 18.57% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E76D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7E76D is #081892. Grayscale: #DEDEDE. Windows color (decimal): -530579 or 7202807. OLE color: 7202807.
HSL color Cylindrical-coordinate representation of color #F7E76D: hue angle of 53.04º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7E76D is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 231 | 109 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.03 |
| HSL | 53.04º | 0.9% | 0.7% | - |
| HSV(B) | 53.04º | 0.56% | 0.97% | - |
| XYZ | 69.69 | 78.03 | 25.86 | - |
| YUV | 221.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 231 | 109 | 0 | 0.06 | 0.56 | 0.03 | 53.04 | 0.9 | 0.7 |
| Hex | F7 | E7 | 6D | 0 | 6 | 38 | 3 | 35 | 5A | 46 |
| Octal | 367 | 347 | 155 | 0 | 6 | 70 | 3 | 65 | 132 | 106 |
| Binary | 11110111 | 11100111 | 1101101 | 0 | 110 | 111000 | 11 | 110101 | 1011010 | 1000110 |
Color Harmonies of #F7E76D
Complementary color
Monochromatic Colors of #F7E76D
Black with #F7E76D
Text Example
Text Example
White with #F7E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E76D; }
p { color: rgb(247,231,109); }
H1.HeaderClassName
{
color: #F7E76D;
}
.AnyTagClassName
{
color: #F7E76D;
}
</style>
background-color css
<style>
a { background-color: #F7E76D; }
a { background-color: rgb(247,231,109); }
div.DivClassName
{
background-color: #F7E76D;
}
.BgClassName
{
background-color: #F7E76D;
}
</style>
border-color css
<style>
span { border-color: #F7E76D; }
span { border-color: rgb(247,231,109); }
td.TdClassName
{
border-color: #F7E76D;
}
.TagClassName
{
border-color: #F7E76D;
}
</style>