Shades of Witch Haze #F9F482
Tints of Witch Haze #F9F482
RGB
CMYK
RGB Variations
Color information
#F9F482 (or 0xF9F482) is known color: Witch Haze. HEX triplet: F9, F4 and 82. RGB value is (249,244,130). Sum of RGB (Red+Green+Blue) = 249+244+130=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 130 (51.17% from 255 or 20.87% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F482 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F482 is #060B7D. Grayscale: #E8E8E8. Windows color (decimal): -396158 or 8582393. OLE color: 8582393.
HSL color Cylindrical-coordinate representation of color #F9F482: hue angle of 57.48º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9F482 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 244 | 130 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.02 |
| HSL | 57.48º | 0.91% | 0.74% | - |
| HSV(B) | 57.48º | 0.48% | 0.98% | - |
| XYZ | 75.45 | 86.45 | 33.83 | - |
| YUV | 232.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 244 | 130 | 0 | 0.02 | 0.48 | 0.02 | 57.48 | 0.91 | 0.74 |
| Hex | F9 | F4 | 82 | 0 | 2 | 30 | 2 | 39 | 5B | 4A |
| Octal | 371 | 364 | 202 | 0 | 2 | 60 | 2 | 71 | 133 | 112 |
| Binary | 11111001 | 11110100 | 10000010 | 0 | 10 | 110000 | 10 | 111001 | 1011011 | 1001010 |
Color Harmonies of #F9F482
Complementary color
Monochromatic Colors of #F9F482
Black with #F9F482
Text Example
Text Example
White with #F9F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F482; }
p { color: rgb(249,244,130); }
H1.HeaderClassName
{
color: #F9F482;
}
.AnyTagClassName
{
color: #F9F482;
}
</style>
background-color css
<style>
a { background-color: #F9F482; }
a { background-color: rgb(249,244,130); }
div.DivClassName
{
background-color: #F9F482;
}
.BgClassName
{
background-color: #F9F482;
}
</style>
border-color css
<style>
span { border-color: #F9F482; }
span { border-color: rgb(249,244,130); }
td.TdClassName
{
border-color: #F9F482;
}
.TagClassName
{
border-color: #F9F482;
}
</style>