Shades of Witch Haze #F9F87D
Tints of Witch Haze #F9F87D
RGB
CMYK
RGB Variations
Color information
#F9F87D (or 0xF9F87D) is known color: Witch Haze. HEX triplet: F9, F8 and 7D. RGB value is (249,248,125). Sum of RGB (Red+Green+Blue) = 249+248+125=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 125 (49.22% from 255 or 20.10% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F87D is #060782. Grayscale: #EAEAEA. Windows color (decimal): -395139 or 8255737. OLE color: 8255737.
HSL color Cylindrical-coordinate representation of color #F9F87D: hue angle of 59.52º 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 #F9F87D is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 125 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.02 |
| HSL | 59.52º | 0.91% | 0.73% | - |
| HSV(B) | 59.52º | 0.5% | 0.98% | - |
| XYZ | 76.34 | 88.76 | 32.51 | - |
| YUV | 234.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 125 | 0 | 0.00 | 0.50 | 0.02 | 59.52 | 0.91 | 0.73 |
| Hex | F9 | F8 | 7D | 0 | 0 | 32 | 2 | 3C | 5B | 49 |
| Octal | 371 | 370 | 175 | 0 | 0 | 62 | 2 | 74 | 133 | 111 |
| Binary | 11111001 | 11111000 | 1111101 | 0 | 0 | 110010 | 10 | 111100 | 1011011 | 1001001 |
Color Harmonies of #F9F87D
Complementary color
Monochromatic Colors of #F9F87D
Black with #F9F87D
Text Example
Text Example
White with #F9F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F87D; }
p { color: rgb(249,248,125); }
H1.HeaderClassName
{
color: #F9F87D;
}
.AnyTagClassName
{
color: #F9F87D;
}
</style>
background-color css
<style>
a { background-color: #F9F87D; }
a { background-color: rgb(249,248,125); }
div.DivClassName
{
background-color: #F9F87D;
}
.BgClassName
{
background-color: #F9F87D;
}
</style>
border-color css
<style>
span { border-color: #F9F87D; }
span { border-color: rgb(249,248,125); }
td.TdClassName
{
border-color: #F9F87D;
}
.TagClassName
{
border-color: #F9F87D;
}
</style>