Shades of Witch Haze #FEF57E
Tints of Witch Haze #FEF57E
RGB
CMYK
RGB Variations
Color information
#FEF57E (or 0xFEF57E) is known color: Witch Haze. HEX triplet: FE, F5 and 7E. RGB value is (254,245,126). Sum of RGB (Red+Green+Blue) = 254+245+126=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 126 (49.61% from 255 or 20.16% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF57E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF57E is #010A81. Grayscale: #EAEAEA. Windows color (decimal): -68226 or 8320510. OLE color: 8320510.
HSL color Cylindrical-coordinate representation of color #FEF57E: hue angle of 55.78º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEF57E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 126 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.00 |
| HSL | 55.78º | 0.98% | 0.75% | - |
| HSV(B) | 55.78º | 0.5% | 1% | - |
| XYZ | 77.29 | 87.88 | 32.63 | - |
| YUV | 234.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 126 | 0 | 0.04 | 0.50 | 0.00 | 55.78 | 0.98 | 0.75 |
| Hex | FE | F5 | 7E | 0 | 4 | 32 | 0 | 38 | 62 | 4B |
| Octal | 376 | 365 | 176 | 0 | 4 | 62 | 0 | 70 | 142 | 113 |
| Binary | 11111110 | 11110101 | 1111110 | 0 | 100 | 110010 | 0 | 111000 | 1100010 | 1001011 |
Color Harmonies of #FEF57E
Complementary color
Monochromatic Colors of #FEF57E
Black with #FEF57E
Text Example
Text Example
White with #FEF57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF57E; }
p { color: rgb(254,245,126); }
H1.HeaderClassName
{
color: #FEF57E;
}
.AnyTagClassName
{
color: #FEF57E;
}
</style>
background-color css
<style>
a { background-color: #FEF57E; }
a { background-color: rgb(254,245,126); }
div.DivClassName
{
background-color: #FEF57E;
}
.BgClassName
{
background-color: #FEF57E;
}
</style>
border-color css
<style>
span { border-color: #FEF57E; }
span { border-color: rgb(254,245,126); }
td.TdClassName
{
border-color: #FEF57E;
}
.TagClassName
{
border-color: #FEF57E;
}
</style>