Shades of Witch Haze #FEF880
Tints of Witch Haze #FEF880
RGB
CMYK
RGB Variations
Color information
#FEF880 (or 0xFEF880) is known color: Witch Haze. HEX triplet: FE, F8 and 80. RGB value is (254,248,128). Sum of RGB (Red+Green+Blue) = 254+248+128=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 128 (50.39% from 255 or 20.32% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF880 is #01077F. Grayscale: #ECECEC. Windows color (decimal): -67456 or 8452350. OLE color: 8452350.
HSL color Cylindrical-coordinate representation of color #FEF880: hue angle of 57.14º 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 #FEF880 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 128 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.00 |
| HSL | 57.14º | 0.98% | 0.75% | - |
| HSV(B) | 57.14º | 0.5% | 1% | - |
| XYZ | 78.34 | 89.76 | 33.62 | - |
| YUV | 236.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 128 | 0 | 0.02 | 0.50 | 0.00 | 57.14 | 0.98 | 0.75 |
| Hex | FE | F8 | 80 | 0 | 2 | 32 | 0 | 39 | 62 | 4B |
| Octal | 376 | 370 | 200 | 0 | 2 | 62 | 0 | 71 | 142 | 113 |
| Binary | 11111110 | 11111000 | 10000000 | 0 | 10 | 110010 | 0 | 111001 | 1100010 | 1001011 |
Color Harmonies of #FEF880
Complementary color
Monochromatic Colors of #FEF880
Black with #FEF880
Text Example
Text Example
White with #FEF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF880; }
p { color: rgb(254,248,128); }
H1.HeaderClassName
{
color: #FEF880;
}
.AnyTagClassName
{
color: #FEF880;
}
</style>
background-color css
<style>
a { background-color: #FEF880; }
a { background-color: rgb(254,248,128); }
div.DivClassName
{
background-color: #FEF880;
}
.BgClassName
{
background-color: #FEF880;
}
</style>
border-color css
<style>
span { border-color: #FEF880; }
span { border-color: rgb(254,248,128); }
td.TdClassName
{
border-color: #FEF880;
}
.TagClassName
{
border-color: #FEF880;
}
</style>