Shades of Witch Haze #FEF477
Tints of Witch Haze #FEF477
RGB
CMYK
RGB Variations
Color information
#FEF477 (or 0xFEF477) is known color: Witch Haze. HEX triplet: FE, F4 and 77. RGB value is (254,244,119). Sum of RGB (Red+Green+Blue) = 254+244+119=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 119 (46.88% from 255 or 19.29% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF477 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF477 is #010B88. Grayscale: #E9E9E9. Windows color (decimal): -68489 or 7861502. OLE color: 7861502.
HSL color Cylindrical-coordinate representation of color #FEF477: hue angle of 55.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 #FEF477 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 119 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.00 |
| HSL | 55.56º | 0.99% | 0.73% | - |
| HSV(B) | 55.56º | 0.53% | 1% | - |
| XYZ | 76.55 | 87.1 | 30.23 | - |
| YUV | 232.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 119 | 0 | 0.04 | 0.53 | 0.00 | 55.56 | 0.99 | 0.73 |
| Hex | FE | F4 | 77 | 0 | 4 | 35 | 0 | 38 | 63 | 49 |
| Octal | 376 | 364 | 167 | 0 | 4 | 65 | 0 | 70 | 143 | 111 |
| Binary | 11111110 | 11110100 | 1110111 | 0 | 100 | 110101 | 0 | 111000 | 1100011 | 1001001 |
Color Harmonies of #FEF477
Complementary color
Monochromatic Colors of #FEF477
Black with #FEF477
Text Example
Text Example
White with #FEF477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF477; }
p { color: rgb(254,244,119); }
H1.HeaderClassName
{
color: #FEF477;
}
.AnyTagClassName
{
color: #FEF477;
}
</style>
background-color css
<style>
a { background-color: #FEF477; }
a { background-color: rgb(254,244,119); }
div.DivClassName
{
background-color: #FEF477;
}
.BgClassName
{
background-color: #FEF477;
}
</style>
border-color css
<style>
span { border-color: #FEF477; }
span { border-color: rgb(254,244,119); }
td.TdClassName
{
border-color: #FEF477;
}
.TagClassName
{
border-color: #FEF477;
}
</style>