Shades of Witch Haze #F9F082
Tints of Witch Haze #F9F082
RGB
CMYK
RGB Variations
Color information
#F9F082 (or 0xF9F082) is known color: Witch Haze. HEX triplet: F9, F0 and 82. RGB value is (249,240,130). Sum of RGB (Red+Green+Blue) = 249+240+130=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 130 (51.17% from 255 or 21.00% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F082 is #060F7D. Grayscale: #E6E6E6. Windows color (decimal): -397182 or 8581369. OLE color: 8581369.
HSL color Cylindrical-coordinate representation of color #F9F082: hue angle of 55.46º 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 #F9F082 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 130 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.02 |
| HSL | 55.46º | 0.91% | 0.74% | - |
| HSV(B) | 55.46º | 0.48% | 0.98% | - |
| XYZ | 74.26 | 84.07 | 33.43 | - |
| YUV | 230.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 130 | 0 | 0.04 | 0.48 | 0.02 | 55.46 | 0.91 | 0.74 |
| Hex | F9 | F0 | 82 | 0 | 4 | 30 | 2 | 37 | 5B | 4A |
| Octal | 371 | 360 | 202 | 0 | 4 | 60 | 2 | 67 | 133 | 112 |
| Binary | 11111001 | 11110000 | 10000010 | 0 | 100 | 110000 | 10 | 110111 | 1011011 | 1001010 |
Color Harmonies of #F9F082
Complementary color
Monochromatic Colors of #F9F082
Black with #F9F082
Text Example
Text Example
White with #F9F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F082; }
p { color: rgb(249,240,130); }
H1.HeaderClassName
{
color: #F9F082;
}
.AnyTagClassName
{
color: #F9F082;
}
</style>
background-color css
<style>
a { background-color: #F9F082; }
a { background-color: rgb(249,240,130); }
div.DivClassName
{
background-color: #F9F082;
}
.BgClassName
{
background-color: #F9F082;
}
</style>
border-color css
<style>
span { border-color: #F9F082; }
span { border-color: rgb(249,240,130); }
td.TdClassName
{
border-color: #F9F082;
}
.TagClassName
{
border-color: #F9F082;
}
</style>