Shades of Witch Haze #FEF877
Tints of Witch Haze #FEF877
RGB
CMYK
RGB Variations
Color information
#FEF877 (or 0xFEF877) is known color: Witch Haze. HEX triplet: FE, F8 and 77. RGB value is (254,248,119). Sum of RGB (Red+Green+Blue) = 254+248+119=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 119 (46.88% from 255 or 19.16% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF877 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF877 is #010788. Grayscale: #EBEBEB. Windows color (decimal): -67465 or 7862526. OLE color: 7862526.
HSL color Cylindrical-coordinate representation of color #FEF877: hue angle of 57.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEF877 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 119 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.00 |
| HSL | 57.33º | 0.99% | 0.73% | - |
| HSV(B) | 57.33º | 0.53% | 1% | - |
| XYZ | 77.77 | 89.54 | 30.64 | - |
| YUV | 235.09 | 62.49 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 119 | 0 | 0.02 | 0.53 | 0.00 | 57.33 | 0.99 | 0.73 |
| Hex | FE | F8 | 77 | 0 | 2 | 35 | 0 | 39 | 63 | 49 |
| Octal | 376 | 370 | 167 | 0 | 2 | 65 | 0 | 71 | 143 | 111 |
| Binary | 11111110 | 11111000 | 1110111 | 0 | 10 | 110101 | 0 | 111001 | 1100011 | 1001001 |
Color Harmonies of #FEF877
Complementary color
Monochromatic Colors of #FEF877
Black with #FEF877
Text Example
Text Example
White with #FEF877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF877; }
p { color: rgb(254,248,119); }
H1.HeaderClassName
{
color: #FEF877;
}
.AnyTagClassName
{
color: #FEF877;
}
</style>
background-color css
<style>
a { background-color: #FEF877; }
a { background-color: rgb(254,248,119); }
div.DivClassName
{
background-color: #FEF877;
}
.BgClassName
{
background-color: #FEF877;
}
</style>
border-color css
<style>
span { border-color: #FEF877; }
span { border-color: rgb(254,248,119); }
td.TdClassName
{
border-color: #FEF877;
}
.TagClassName
{
border-color: #FEF877;
}
</style>