Shades of Witch Haze #FDF980
Tints of Witch Haze #FDF980
RGB
CMYK
RGB Variations
Color information
#FDF980 (or 0xFDF980) is known color: Witch Haze. HEX triplet: FD, F9 and 80. RGB value is (253,249,128). Sum of RGB (Red+Green+Blue) = 253+249+128=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 128 (50.39% from 255 or 20.32% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF980 is #02067F. Grayscale: #ECECEC. Windows color (decimal): -132736 or 8452605. OLE color: 8452605.
HSL color Cylindrical-coordinate representation of color #FDF980: hue angle of 58.08º 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 #FDF980 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 128 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.01 |
| HSL | 58.08º | 0.97% | 0.75% | - |
| HSV(B) | 58.08º | 0.49% | 0.99% | - |
| XYZ | 78.28 | 90.19 | 33.71 | - |
| YUV | 236.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 128 | 0 | 0.02 | 0.49 | 0.01 | 58.08 | 0.97 | 0.75 |
| Hex | FD | F9 | 80 | 0 | 2 | 31 | 1 | 3A | 61 | 4B |
| Octal | 375 | 371 | 200 | 0 | 2 | 61 | 1 | 72 | 141 | 113 |
| Binary | 11111101 | 11111001 | 10000000 | 0 | 10 | 110001 | 1 | 111010 | 1100001 | 1001011 |
Color Harmonies of #FDF980
Complementary color
Monochromatic Colors of #FDF980
Black with #FDF980
Text Example
Text Example
White with #FDF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF980; }
p { color: rgb(253,249,128); }
H1.HeaderClassName
{
color: #FDF980;
}
.AnyTagClassName
{
color: #FDF980;
}
</style>
background-color css
<style>
a { background-color: #FDF980; }
a { background-color: rgb(253,249,128); }
div.DivClassName
{
background-color: #FDF980;
}
.BgClassName
{
background-color: #FDF980;
}
</style>
border-color css
<style>
span { border-color: #FDF980; }
span { border-color: rgb(253,249,128); }
td.TdClassName
{
border-color: #FDF980;
}
.TagClassName
{
border-color: #FDF980;
}
</style>