Shades of Witch Haze #F9F07C
Tints of Witch Haze #F9F07C
RGB
CMYK
RGB Variations
Color information
#F9F07C (or 0xF9F07C) is known color: Witch Haze. HEX triplet: F9, F0 and 7C. RGB value is (249,240,124). Sum of RGB (Red+Green+Blue) = 249+240+124=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 124 (48.83% from 255 or 20.23% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F07C is #060F83. Grayscale: #E5E5E5. Windows color (decimal): -397188 or 8188153. OLE color: 8188153.
HSL color Cylindrical-coordinate representation of color #F9F07C: hue angle of 55.68º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9F07C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 124 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.02 |
| HSL | 55.68º | 0.91% | 0.73% | - |
| HSV(B) | 55.68º | 0.5% | 0.98% | - |
| XYZ | 73.87 | 83.92 | 31.37 | - |
| YUV | 229.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 124 | 0 | 0.04 | 0.50 | 0.02 | 55.68 | 0.91 | 0.73 |
| Hex | F9 | F0 | 7C | 0 | 4 | 32 | 2 | 38 | 5B | 49 |
| Octal | 371 | 360 | 174 | 0 | 4 | 62 | 2 | 70 | 133 | 111 |
| Binary | 11111001 | 11110000 | 1111100 | 0 | 100 | 110010 | 10 | 111000 | 1011011 | 1001001 |
Color Harmonies of #F9F07C
Complementary color
Monochromatic Colors of #F9F07C
Black with #F9F07C
Text Example
Text Example
White with #F9F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F07C; }
p { color: rgb(249,240,124); }
H1.HeaderClassName
{
color: #F9F07C;
}
.AnyTagClassName
{
color: #F9F07C;
}
</style>
background-color css
<style>
a { background-color: #F9F07C; }
a { background-color: rgb(249,240,124); }
div.DivClassName
{
background-color: #F9F07C;
}
.BgClassName
{
background-color: #F9F07C;
}
</style>
border-color css
<style>
span { border-color: #F9F07C; }
span { border-color: rgb(249,240,124); }
td.TdClassName
{
border-color: #F9F07C;
}
.TagClassName
{
border-color: #F9F07C;
}
</style>