Shades of Witch Haze #FEF980
Tints of Witch Haze #FEF980
RGB
CMYK
RGB Variations
Color information
#FEF980 (or 0xFEF980) is known color: Witch Haze. HEX triplet: FE, F9 and 80. RGB value is (254,249,128). Sum of RGB (Red+Green+Blue) = 254+249+128=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 128 (50.39% from 255 or 20.29% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF980 is #01067F. Grayscale: #EDEDED. Windows color (decimal): -67200 or 8452606. OLE color: 8452606.
HSL color Cylindrical-coordinate representation of color #FEF980: hue angle of 57.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEF980 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 128 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.00 |
| HSL | 57.62º | 0.98% | 0.75% | - |
| HSV(B) | 57.62º | 0.5% | 1% | - |
| XYZ | 78.65 | 90.38 | 33.72 | - |
| YUV | 236.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 128 | 0 | 0.02 | 0.50 | 0.00 | 57.62 | 0.98 | 0.75 |
| Hex | FE | F9 | 80 | 0 | 2 | 32 | 0 | 3A | 62 | 4B |
| Octal | 376 | 371 | 200 | 0 | 2 | 62 | 0 | 72 | 142 | 113 |
| Binary | 11111110 | 11111001 | 10000000 | 0 | 10 | 110010 | 0 | 111010 | 1100010 | 1001011 |
Color Harmonies of #FEF980
Complementary color
Monochromatic Colors of #FEF980
Black with #FEF980
Text Example
Text Example
White with #FEF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF980; }
p { color: rgb(254,249,128); }
H1.HeaderClassName
{
color: #FEF980;
}
.AnyTagClassName
{
color: #FEF980;
}
</style>
background-color css
<style>
a { background-color: #FEF980; }
a { background-color: rgb(254,249,128); }
div.DivClassName
{
background-color: #FEF980;
}
.BgClassName
{
background-color: #FEF980;
}
</style>
border-color css
<style>
span { border-color: #FEF980; }
span { border-color: rgb(254,249,128); }
td.TdClassName
{
border-color: #FEF980;
}
.TagClassName
{
border-color: #FEF980;
}
</style>