Shades of Witch Haze #F9EE7A
Tints of Witch Haze #F9EE7A
RGB
CMYK
RGB Variations
Color information
#F9EE7A (or 0xF9EE7A) is known color: Witch Haze. HEX triplet: F9, EE and 7A. RGB value is (249,238,122). Sum of RGB (Red+Green+Blue) = 249+238+122=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 122 (48.05% from 255 or 20.03% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9EE7A is #061185. Grayscale: #E4E4E4. Windows color (decimal): -397702 or 8056569. OLE color: 8056569.
HSL color Cylindrical-coordinate representation of color #F9EE7A: hue angle of 54.8º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9EE7A is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 122 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.02 |
| HSL | 54.8º | 0.91% | 0.73% | - |
| HSV(B) | 54.8º | 0.51% | 0.98% | - |
| XYZ | 73.15 | 82.69 | 30.52 | - |
| YUV | 228.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 122 | 0 | 0.04 | 0.51 | 0.02 | 54.8 | 0.91 | 0.73 |
| Hex | F9 | EE | 7A | 0 | 4 | 33 | 2 | 37 | 5B | 49 |
| Octal | 371 | 356 | 172 | 0 | 4 | 63 | 2 | 67 | 133 | 111 |
| Binary | 11111001 | 11101110 | 1111010 | 0 | 100 | 110011 | 10 | 110111 | 1011011 | 1001001 |
Color Harmonies of #F9EE7A
Complementary color
Monochromatic Colors of #F9EE7A
Black with #F9EE7A
Text Example
Text Example
White with #F9EE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EE7A; }
p { color: rgb(249,238,122); }
H1.HeaderClassName
{
color: #F9EE7A;
}
.AnyTagClassName
{
color: #F9EE7A;
}
</style>
background-color css
<style>
a { background-color: #F9EE7A; }
a { background-color: rgb(249,238,122); }
div.DivClassName
{
background-color: #F9EE7A;
}
.BgClassName
{
background-color: #F9EE7A;
}
</style>
border-color css
<style>
span { border-color: #F9EE7A; }
span { border-color: rgb(249,238,122); }
td.TdClassName
{
border-color: #F9EE7A;
}
.TagClassName
{
border-color: #F9EE7A;
}
</style>