Shades of Witch Haze #F9F880
Tints of Witch Haze #F9F880
RGB
CMYK
RGB Variations
Color information
#F9F880 (or 0xF9F880) is known color: Witch Haze. HEX triplet: F9, F8 and 80. RGB value is (249,248,128). Sum of RGB (Red+Green+Blue) = 249+248+128=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 128 (50.39% from 255 or 20.48% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F880 is #06077F. Grayscale: #EBEBEB. Windows color (decimal): -395136 or 8452345. OLE color: 8452345.
HSL color Cylindrical-coordinate representation of color #F9F880: hue angle of 59.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9F880 is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 128 | - |
| CMYK | 0 | 0.00 | 0.49 | 0.02 |
| HSL | 59.5º | 0.91% | 0.74% | - |
| HSV(B) | 59.5º | 0.49% | 0.98% | - |
| XYZ | 76.53 | 88.83 | 33.53 | - |
| YUV | 234.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 128 | 0 | 0.00 | 0.49 | 0.02 | 59.5 | 0.91 | 0.74 |
| Hex | F9 | F8 | 80 | 0 | 0 | 31 | 2 | 3C | 5B | 4A |
| Octal | 371 | 370 | 200 | 0 | 0 | 61 | 2 | 74 | 133 | 112 |
| Binary | 11111001 | 11111000 | 10000000 | 0 | 0 | 110001 | 10 | 111100 | 1011011 | 1001010 |
Color Harmonies of #F9F880
Complementary color
Monochromatic Colors of #F9F880
Black with #F9F880
Text Example
Text Example
White with #F9F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F880; }
p { color: rgb(249,248,128); }
H1.HeaderClassName
{
color: #F9F880;
}
.AnyTagClassName
{
color: #F9F880;
}
</style>
background-color css
<style>
a { background-color: #F9F880; }
a { background-color: rgb(249,248,128); }
div.DivClassName
{
background-color: #F9F880;
}
.BgClassName
{
background-color: #F9F880;
}
</style>
border-color css
<style>
span { border-color: #F9F880; }
span { border-color: rgb(249,248,128); }
td.TdClassName
{
border-color: #F9F880;
}
.TagClassName
{
border-color: #F9F880;
}
</style>