Shades of Witch Haze #FEF777
Tints of Witch Haze #FEF777
RGB
CMYK
RGB Variations
Color information
#FEF777 (or 0xFEF777) is known color: Witch Haze. HEX triplet: FE, F7 and 77. RGB value is (254,247,119). Sum of RGB (Red+Green+Blue) = 254+247+119=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 119 (46.88% from 255 or 19.19% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF777 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF777 is #010888. Grayscale: #EBEBEB. Windows color (decimal): -67721 or 7862270. OLE color: 7862270.
HSL color Cylindrical-coordinate representation of color #FEF777: hue angle of 56.89º 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 #FEF777 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 119 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.00 |
| HSL | 56.89º | 0.99% | 0.73% | - |
| HSV(B) | 56.89º | 0.53% | 1% | - |
| XYZ | 77.46 | 88.92 | 30.53 | - |
| YUV | 234.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 119 | 0 | 0.03 | 0.53 | 0.00 | 56.89 | 0.99 | 0.73 |
| Hex | FE | F7 | 77 | 0 | 3 | 35 | 0 | 39 | 63 | 49 |
| Octal | 376 | 367 | 167 | 0 | 3 | 65 | 0 | 71 | 143 | 111 |
| Binary | 11111110 | 11110111 | 1110111 | 0 | 11 | 110101 | 0 | 111001 | 1100011 | 1001001 |
Color Harmonies of #FEF777
Complementary color
Monochromatic Colors of #FEF777
Black with #FEF777
Text Example
Text Example
White with #FEF777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF777; }
p { color: rgb(254,247,119); }
H1.HeaderClassName
{
color: #FEF777;
}
.AnyTagClassName
{
color: #FEF777;
}
</style>
background-color css
<style>
a { background-color: #FEF777; }
a { background-color: rgb(254,247,119); }
div.DivClassName
{
background-color: #FEF777;
}
.BgClassName
{
background-color: #FEF777;
}
</style>
border-color css
<style>
span { border-color: #FEF777; }
span { border-color: rgb(254,247,119); }
td.TdClassName
{
border-color: #FEF777;
}
.TagClassName
{
border-color: #FEF777;
}
</style>