Shades of Witch Haze #FEF46E
Tints of Witch Haze #FEF46E
RGB
CMYK
RGB Variations
Color information
#FEF46E (or 0xFEF46E) is known color: Witch Haze. HEX triplet: FE, F4 and 6E. RGB value is (254,244,110). Sum of RGB (Red+Green+Blue) = 254+244+110=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 110 (43.36% from 255 or 18.09% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF46E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF46E is #010B91. Grayscale: #E8E8E8. Windows color (decimal): -68498 or 7271678. OLE color: 7271678.
HSL color Cylindrical-coordinate representation of color #FEF46E: hue angle of 55.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEF46E is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 110 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.00 |
| HSL | 55.83º | 0.99% | 0.71% | - |
| HSV(B) | 55.83º | 0.57% | 1% | - |
| XYZ | 76.04 | 86.9 | 27.52 | - |
| YUV | 231.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 110 | 0 | 0.04 | 0.57 | 0.00 | 55.83 | 0.99 | 0.71 |
| Hex | FE | F4 | 6E | 0 | 4 | 39 | 0 | 38 | 63 | 47 |
| Octal | 376 | 364 | 156 | 0 | 4 | 71 | 0 | 70 | 143 | 107 |
| Binary | 11111110 | 11110100 | 1101110 | 0 | 100 | 111001 | 0 | 111000 | 1100011 | 1000111 |
Color Harmonies of #FEF46E
Complementary color
Monochromatic Colors of #FEF46E
Black with #FEF46E
Text Example
Text Example
White with #FEF46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF46E; }
p { color: rgb(254,244,110); }
H1.HeaderClassName
{
color: #FEF46E;
}
.AnyTagClassName
{
color: #FEF46E;
}
</style>
background-color css
<style>
a { background-color: #FEF46E; }
a { background-color: rgb(254,244,110); }
div.DivClassName
{
background-color: #FEF46E;
}
.BgClassName
{
background-color: #FEF46E;
}
</style>
border-color css
<style>
span { border-color: #FEF46E; }
span { border-color: rgb(254,244,110); }
td.TdClassName
{
border-color: #FEF46E;
}
.TagClassName
{
border-color: #FEF46E;
}
</style>