Shades of Witch Haze #F9F07D
Tints of Witch Haze #F9F07D
RGB
CMYK
RGB Variations
Color information
#F9F07D (or 0xF9F07D) is known color: Witch Haze. HEX triplet: F9, F0 and 7D. RGB value is (249,240,125). Sum of RGB (Red+Green+Blue) = 249+240+125=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 125 (49.22% from 255 or 20.36% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F07D is #060F82. Grayscale: #E6E6E6. Windows color (decimal): -397187 or 8253689. OLE color: 8253689.
HSL color Cylindrical-coordinate representation of color #F9F07D: hue angle of 55.65º 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 #F9F07D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 125 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.02 |
| HSL | 55.65º | 0.91% | 0.73% | - |
| HSV(B) | 55.65º | 0.5% | 0.98% | - |
| XYZ | 73.93 | 83.94 | 31.71 | - |
| YUV | 229.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 125 | 0 | 0.04 | 0.50 | 0.02 | 55.65 | 0.91 | 0.73 |
| Hex | F9 | F0 | 7D | 0 | 4 | 32 | 2 | 38 | 5B | 49 |
| Octal | 371 | 360 | 175 | 0 | 4 | 62 | 2 | 70 | 133 | 111 |
| Binary | 11111001 | 11110000 | 1111101 | 0 | 100 | 110010 | 10 | 111000 | 1011011 | 1001001 |
Color Harmonies of #F9F07D
Complementary color
Monochromatic Colors of #F9F07D
Black with #F9F07D
Text Example
Text Example
White with #F9F07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F07D; }
p { color: rgb(249,240,125); }
H1.HeaderClassName
{
color: #F9F07D;
}
.AnyTagClassName
{
color: #F9F07D;
}
</style>
background-color css
<style>
a { background-color: #F9F07D; }
a { background-color: rgb(249,240,125); }
div.DivClassName
{
background-color: #F9F07D;
}
.BgClassName
{
background-color: #F9F07D;
}
</style>
border-color css
<style>
span { border-color: #F9F07D; }
span { border-color: rgb(249,240,125); }
td.TdClassName
{
border-color: #F9F07D;
}
.TagClassName
{
border-color: #F9F07D;
}
</style>