Shades of Witch Haze #FEFA77
Tints of Witch Haze #FEFA77
RGB
CMYK
RGB Variations
Color information
#FEFA77 (or 0xFEFA77) is known color: Witch Haze. HEX triplet: FE, FA and 77. RGB value is (254,250,119). Sum of RGB (Red+Green+Blue) = 254+250+119=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 119 (46.88% from 255 or 19.10% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA77 is #010588. Grayscale: #ECECEC. Windows color (decimal): -66953 or 7863038. OLE color: 7863038.
HSL color Cylindrical-coordinate representation of color #FEFA77: hue angle of 58.22º 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 #FEFA77 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 119 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.00 |
| HSL | 58.22º | 0.99% | 0.73% | - |
| HSV(B) | 58.22º | 0.53% | 1% | - |
| XYZ | 78.39 | 90.77 | 30.84 | - |
| YUV | 236.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 119 | 0 | 0.02 | 0.53 | 0.00 | 58.22 | 0.99 | 0.73 |
| Hex | FE | FA | 77 | 0 | 2 | 35 | 0 | 3A | 63 | 49 |
| Octal | 376 | 372 | 167 | 0 | 2 | 65 | 0 | 72 | 143 | 111 |
| Binary | 11111110 | 11111010 | 1110111 | 0 | 10 | 110101 | 0 | 111010 | 1100011 | 1001001 |
Color Harmonies of #FEFA77
Complementary color
Monochromatic Colors of #FEFA77
Black with #FEFA77
Text Example
Text Example
White with #FEFA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA77; }
p { color: rgb(254,250,119); }
H1.HeaderClassName
{
color: #FEFA77;
}
.AnyTagClassName
{
color: #FEFA77;
}
</style>
background-color css
<style>
a { background-color: #FEFA77; }
a { background-color: rgb(254,250,119); }
div.DivClassName
{
background-color: #FEFA77;
}
.BgClassName
{
background-color: #FEFA77;
}
</style>
border-color css
<style>
span { border-color: #FEFA77; }
span { border-color: rgb(254,250,119); }
td.TdClassName
{
border-color: #FEFA77;
}
.TagClassName
{
border-color: #FEFA77;
}
</style>