Shades of Witch Haze #FDF882
Tints of Witch Haze #FDF882
RGB
CMYK
RGB Variations
Color information
#FDF882 (or 0xFDF882) is known color: Witch Haze. HEX triplet: FD, F8 and 82. RGB value is (253,248,130). Sum of RGB (Red+Green+Blue) = 253+248+130=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 130 (51.17% from 255 or 20.60% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF882 is #02077D. Grayscale: #ECECEC. Windows color (decimal): -132990 or 8583421. OLE color: 8583421.
HSL color Cylindrical-coordinate representation of color #FDF882: hue angle of 57.56º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDF882 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 130 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.01 |
| HSL | 57.56º | 0.97% | 0.75% | - |
| HSV(B) | 57.56º | 0.49% | 0.99% | - |
| XYZ | 78.1 | 89.63 | 34.3 | - |
| YUV | 236.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 130 | 0 | 0.02 | 0.49 | 0.01 | 57.56 | 0.97 | 0.75 |
| Hex | FD | F8 | 82 | 0 | 2 | 31 | 1 | 3A | 61 | 4B |
| Octal | 375 | 370 | 202 | 0 | 2 | 61 | 1 | 72 | 141 | 113 |
| Binary | 11111101 | 11111000 | 10000010 | 0 | 10 | 110001 | 1 | 111010 | 1100001 | 1001011 |
Color Harmonies of #FDF882
Complementary color
Monochromatic Colors of #FDF882
Black with #FDF882
Text Example
Text Example
White with #FDF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF882; }
p { color: rgb(253,248,130); }
H1.HeaderClassName
{
color: #FDF882;
}
.AnyTagClassName
{
color: #FDF882;
}
</style>
background-color css
<style>
a { background-color: #FDF882; }
a { background-color: rgb(253,248,130); }
div.DivClassName
{
background-color: #FDF882;
}
.BgClassName
{
background-color: #FDF882;
}
</style>
border-color css
<style>
span { border-color: #FDF882; }
span { border-color: rgb(253,248,130); }
td.TdClassName
{
border-color: #FDF882;
}
.TagClassName
{
border-color: #FDF882;
}
</style>