Shades of Witch Haze #FEFD77
Tints of Witch Haze #FEFD77
RGB
CMYK
RGB Variations
Color information
#FEFD77 (or 0xFEFD77) is known color: Witch Haze. HEX triplet: FE, FD and 77. RGB value is (254,253,119). Sum of RGB (Red+Green+Blue) = 254+253+119=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 119 (46.88% from 255 or 19.01% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD77 is #010288. Grayscale: #EEEEEE. Windows color (decimal): -66185 or 7863806. OLE color: 7863806.
HSL color Cylindrical-coordinate representation of color #FEFD77: hue angle of 59.56º 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 #FEFD77 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 119 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.00 |
| HSL | 59.56º | 0.99% | 0.73% | - |
| HSV(B) | 59.56º | 0.53% | 1% | - |
| XYZ | 79.33 | 92.65 | 31.16 | - |
| YUV | 238.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 119 | 0 | 0.00 | 0.53 | 0.00 | 59.56 | 0.99 | 0.73 |
| Hex | FE | FD | 77 | 0 | 0 | 35 | 0 | 3C | 63 | 49 |
| Octal | 376 | 375 | 167 | 0 | 0 | 65 | 0 | 74 | 143 | 111 |
| Binary | 11111110 | 11111101 | 1110111 | 0 | 0 | 110101 | 0 | 111100 | 1100011 | 1001001 |
Color Harmonies of #FEFD77
Complementary color
Monochromatic Colors of #FEFD77
Black with #FEFD77
Text Example
Text Example
White with #FEFD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD77; }
p { color: rgb(254,253,119); }
H1.HeaderClassName
{
color: #FEFD77;
}
.AnyTagClassName
{
color: #FEFD77;
}
</style>
background-color css
<style>
a { background-color: #FEFD77; }
a { background-color: rgb(254,253,119); }
div.DivClassName
{
background-color: #FEFD77;
}
.BgClassName
{
background-color: #FEFD77;
}
</style>
border-color css
<style>
span { border-color: #FEFD77; }
span { border-color: rgb(254,253,119); }
td.TdClassName
{
border-color: #FEFD77;
}
.TagClassName
{
border-color: #FEFD77;
}
</style>