Shades of Witch Haze #FEF776
Tints of Witch Haze #FEF776
RGB
CMYK
RGB Variations
Color information
#FEF776 (or 0xFEF776) is known color: Witch Haze. HEX triplet: FE, F7 and 76. RGB value is (254,247,118). Sum of RGB (Red+Green+Blue) = 254+247+118=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 118 (46.48% from 255 or 19.06% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF776 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF776 is #010889. Grayscale: #EAEAEA. Windows color (decimal): -67722 or 7796734. OLE color: 7796734.
HSL color Cylindrical-coordinate representation of color #FEF776: hue angle of 56.91º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEF776 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 118 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.00 |
| HSL | 56.91º | 0.99% | 0.73% | - |
| HSV(B) | 56.91º | 0.54% | 1% | - |
| XYZ | 77.4 | 88.9 | 30.22 | - |
| YUV | 234.39 | 62.32 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 118 | 0 | 0.03 | 0.54 | 0.00 | 56.91 | 0.99 | 0.73 |
| Hex | FE | F7 | 76 | 0 | 3 | 36 | 0 | 39 | 63 | 49 |
| Octal | 376 | 367 | 166 | 0 | 3 | 66 | 0 | 71 | 143 | 111 |
| Binary | 11111110 | 11110111 | 1110110 | 0 | 11 | 110110 | 0 | 111001 | 1100011 | 1001001 |
Color Harmonies of #FEF776
Complementary color
Monochromatic Colors of #FEF776
Black with #FEF776
Text Example
Text Example
White with #FEF776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF776; }
p { color: rgb(254,247,118); }
H1.HeaderClassName
{
color: #FEF776;
}
.AnyTagClassName
{
color: #FEF776;
}
</style>
background-color css
<style>
a { background-color: #FEF776; }
a { background-color: rgb(254,247,118); }
div.DivClassName
{
background-color: #FEF776;
}
.BgClassName
{
background-color: #FEF776;
}
</style>
border-color css
<style>
span { border-color: #FEF776; }
span { border-color: rgb(254,247,118); }
td.TdClassName
{
border-color: #FEF776;
}
.TagClassName
{
border-color: #FEF776;
}
</style>