Shades of Witch Haze #F7E96A
Tints of Witch Haze #F7E96A
RGB
CMYK
RGB Variations
Color information
#F7E96A (or 0xF7E96A) is known color: Witch Haze. HEX triplet: F7, E9 and 6A. RGB value is (247,233,106). Sum of RGB (Red+Green+Blue) = 247+233+106=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 106 (41.80% from 255 or 18.09% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E96A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7E96A is #081695. Grayscale: #DFDFDF. Windows color (decimal): -530070 or 7006711. OLE color: 7006711.
HSL color Cylindrical-coordinate representation of color #F7E96A: hue angle of 54.04º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7E96A is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 233 | 106 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.03 |
| HSL | 54.04º | 0.9% | 0.69% | - |
| HSV(B) | 54.04º | 0.57% | 0.97% | - |
| XYZ | 70.1 | 79.09 | 25.21 | - |
| YUV | 222.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 233 | 106 | 0 | 0.06 | 0.57 | 0.03 | 54.04 | 0.9 | 0.69 |
| Hex | F7 | E9 | 6A | 0 | 6 | 39 | 3 | 36 | 5A | 45 |
| Octal | 367 | 351 | 152 | 0 | 6 | 71 | 3 | 66 | 132 | 105 |
| Binary | 11110111 | 11101001 | 1101010 | 0 | 110 | 111001 | 11 | 110110 | 1011010 | 1000101 |
Color Harmonies of #F7E96A
Complementary color
Monochromatic Colors of #F7E96A
Black with #F7E96A
Text Example
Text Example
White with #F7E96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E96A; }
p { color: rgb(247,233,106); }
H1.HeaderClassName
{
color: #F7E96A;
}
.AnyTagClassName
{
color: #F7E96A;
}
</style>
background-color css
<style>
a { background-color: #F7E96A; }
a { background-color: rgb(247,233,106); }
div.DivClassName
{
background-color: #F7E96A;
}
.BgClassName
{
background-color: #F7E96A;
}
</style>
border-color css
<style>
span { border-color: #F7E96A; }
span { border-color: rgb(247,233,106); }
td.TdClassName
{
border-color: #F7E96A;
}
.TagClassName
{
border-color: #F7E96A;
}
</style>