Shades of Witch Haze #F9F37D
Tints of Witch Haze #F9F37D
RGB
CMYK
RGB Variations
Color information
#F9F37D (or 0xF9F37D) is known color: Witch Haze. HEX triplet: F9, F3 and 7D. RGB value is (249,243,125). Sum of RGB (Red+Green+Blue) = 249+243+125=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 125 (49.22% from 255 or 20.26% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F37D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F37D is #060C82. Grayscale: #E7E7E7. Windows color (decimal): -396419 or 8254457. OLE color: 8254457.
HSL color Cylindrical-coordinate representation of color #F9F37D: hue angle of 57.1º 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 #F9F37D is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 125 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.02 |
| HSL | 57.1º | 0.91% | 0.73% | - |
| HSV(B) | 57.1º | 0.5% | 0.98% | - |
| XYZ | 74.82 | 85.72 | 32 | - |
| YUV | 231.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 125 | 0 | 0.02 | 0.50 | 0.02 | 57.1 | 0.91 | 0.73 |
| Hex | F9 | F3 | 7D | 0 | 2 | 32 | 2 | 39 | 5B | 49 |
| Octal | 371 | 363 | 175 | 0 | 2 | 62 | 2 | 71 | 133 | 111 |
| Binary | 11111001 | 11110011 | 1111101 | 0 | 10 | 110010 | 10 | 111001 | 1011011 | 1001001 |
Color Harmonies of #F9F37D
Complementary color
Monochromatic Colors of #F9F37D
Black with #F9F37D
Text Example
Text Example
White with #F9F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F37D; }
p { color: rgb(249,243,125); }
H1.HeaderClassName
{
color: #F9F37D;
}
.AnyTagClassName
{
color: #F9F37D;
}
</style>
background-color css
<style>
a { background-color: #F9F37D; }
a { background-color: rgb(249,243,125); }
div.DivClassName
{
background-color: #F9F37D;
}
.BgClassName
{
background-color: #F9F37D;
}
</style>
border-color css
<style>
span { border-color: #F9F37D; }
span { border-color: rgb(249,243,125); }
td.TdClassName
{
border-color: #F9F37D;
}
.TagClassName
{
border-color: #F9F37D;
}
</style>