Shades of Witch Haze #FEF476
Tints of Witch Haze #FEF476
RGB
CMYK
RGB Variations
Color information
#FEF476 (or 0xFEF476) is known color: Witch Haze. HEX triplet: FE, F4 and 76. RGB value is (254,244,118). Sum of RGB (Red+Green+Blue) = 254+244+118=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 118 (46.48% from 255 or 19.16% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF476 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF476 is #010B89. Grayscale: #E9E9E9. Windows color (decimal): -68490 or 7795966. OLE color: 7795966.
HSL color Cylindrical-coordinate representation of color #FEF476: hue angle of 55.59º 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 #FEF476 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 118 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.00 |
| HSL | 55.59º | 0.99% | 0.73% | - |
| HSV(B) | 55.59º | 0.54% | 1% | - |
| XYZ | 76.49 | 87.08 | 29.92 | - |
| YUV | 232.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 118 | 0 | 0.04 | 0.54 | 0.00 | 55.59 | 0.99 | 0.73 |
| Hex | FE | F4 | 76 | 0 | 4 | 36 | 0 | 38 | 63 | 49 |
| Octal | 376 | 364 | 166 | 0 | 4 | 66 | 0 | 70 | 143 | 111 |
| Binary | 11111110 | 11110100 | 1110110 | 0 | 100 | 110110 | 0 | 111000 | 1100011 | 1001001 |
Color Harmonies of #FEF476
Complementary color
Monochromatic Colors of #FEF476
Black with #FEF476
Text Example
Text Example
White with #FEF476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF476; }
p { color: rgb(254,244,118); }
H1.HeaderClassName
{
color: #FEF476;
}
.AnyTagClassName
{
color: #FEF476;
}
</style>
background-color css
<style>
a { background-color: #FEF476; }
a { background-color: rgb(254,244,118); }
div.DivClassName
{
background-color: #FEF476;
}
.BgClassName
{
background-color: #FEF476;
}
</style>
border-color css
<style>
span { border-color: #FEF476; }
span { border-color: rgb(254,244,118); }
td.TdClassName
{
border-color: #FEF476;
}
.TagClassName
{
border-color: #FEF476;
}
</style>