Shades of Witch Haze #FDF876
Tints of Witch Haze #FDF876
RGB
CMYK
RGB Variations
Color information
#FDF876 (or 0xFDF876) is known color: Witch Haze. HEX triplet: FD, F8 and 76. RGB value is (253,248,118). Sum of RGB (Red+Green+Blue) = 253+248+118=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 118 (46.48% from 255 or 19.06% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF876 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF876 is #020789. Grayscale: #EBEBEB. Windows color (decimal): -133002 or 7796989. OLE color: 7796989.
HSL color Cylindrical-coordinate representation of color #FDF876: hue angle of 57.78º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDF876 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 118 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.01 |
| HSL | 57.78º | 0.97% | 0.73% | - |
| HSV(B) | 57.78º | 0.53% | 0.99% | - |
| XYZ | 77.35 | 89.33 | 30.3 | - |
| YUV | 234.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 118 | 0 | 0.02 | 0.53 | 0.01 | 57.78 | 0.97 | 0.73 |
| Hex | FD | F8 | 76 | 0 | 2 | 35 | 1 | 3A | 61 | 49 |
| Octal | 375 | 370 | 166 | 0 | 2 | 65 | 1 | 72 | 141 | 111 |
| Binary | 11111101 | 11111000 | 1110110 | 0 | 10 | 110101 | 1 | 111010 | 1100001 | 1001001 |
Color Harmonies of #FDF876
Complementary color
Monochromatic Colors of #FDF876
Black with #FDF876
Text Example
Text Example
White with #FDF876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF876; }
p { color: rgb(253,248,118); }
H1.HeaderClassName
{
color: #FDF876;
}
.AnyTagClassName
{
color: #FDF876;
}
</style>
background-color css
<style>
a { background-color: #FDF876; }
a { background-color: rgb(253,248,118); }
div.DivClassName
{
background-color: #FDF876;
}
.BgClassName
{
background-color: #FDF876;
}
</style>
border-color css
<style>
span { border-color: #FDF876; }
span { border-color: rgb(253,248,118); }
td.TdClassName
{
border-color: #FDF876;
}
.TagClassName
{
border-color: #FDF876;
}
</style>