Shades of Witch Haze #F9E76D
Tints of Witch Haze #F9E76D
RGB
CMYK
RGB Variations
Color information
#F9E76D (or 0xF9E76D) is known color: Witch Haze. HEX triplet: F9, E7 and 6D. RGB value is (249,231,109). Sum of RGB (Red+Green+Blue) = 249+231+109=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 109 (42.97% from 255 or 18.51% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E76D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E76D is #061892. Grayscale: #DEDEDE. Windows color (decimal): -399507 or 7202809. OLE color: 7202809.
HSL color Cylindrical-coordinate representation of color #F9E76D: hue angle of 52.29º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9E76D is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 231 | 109 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.02 |
| HSL | 52.29º | 0.92% | 0.7% | - |
| HSV(B) | 52.29º | 0.56% | 0.98% | - |
| XYZ | 70.4 | 78.4 | 25.89 | - |
| YUV | 222.47 | 63.96 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 231 | 109 | 0 | 0.07 | 0.56 | 0.02 | 52.29 | 0.92 | 0.7 |
| Hex | F9 | E7 | 6D | 0 | 7 | 38 | 2 | 34 | 5C | 46 |
| Octal | 371 | 347 | 155 | 0 | 7 | 70 | 2 | 64 | 134 | 106 |
| Binary | 11111001 | 11100111 | 1101101 | 0 | 111 | 111000 | 10 | 110100 | 1011100 | 1000110 |
Color Harmonies of #F9E76D
Complementary color
Monochromatic Colors of #F9E76D
Black with #F9E76D
Text Example
Text Example
White with #F9E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E76D; }
p { color: rgb(249,231,109); }
H1.HeaderClassName
{
color: #F9E76D;
}
.AnyTagClassName
{
color: #F9E76D;
}
</style>
background-color css
<style>
a { background-color: #F9E76D; }
a { background-color: rgb(249,231,109); }
div.DivClassName
{
background-color: #F9E76D;
}
.BgClassName
{
background-color: #F9E76D;
}
</style>
border-color css
<style>
span { border-color: #F9E76D; }
span { border-color: rgb(249,231,109); }
td.TdClassName
{
border-color: #F9E76D;
}
.TagClassName
{
border-color: #F9E76D;
}
</style>