Shades of Witch Haze #FEF86E
Tints of Witch Haze #FEF86E
RGB
CMYK
RGB Variations
Color information
#FEF86E (or 0xFEF86E) is known color: Witch Haze. HEX triplet: FE, F8 and 6E. RGB value is (254,248,110). Sum of RGB (Red+Green+Blue) = 254+248+110=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 110 (43.36% from 255 or 17.97% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF86E is #010791. Grayscale: #EAEAEA. Windows color (decimal): -67474 or 7272702. OLE color: 7272702.
HSL color Cylindrical-coordinate representation of color #FEF86E: hue angle of 57.5º 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 #FEF86E is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 110 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.00 |
| HSL | 57.5º | 0.99% | 0.71% | - |
| HSV(B) | 57.5º | 0.57% | 1% | - |
| XYZ | 77.25 | 89.33 | 27.92 | - |
| YUV | 234.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 110 | 0 | 0.02 | 0.57 | 0.00 | 57.5 | 0.99 | 0.71 |
| Hex | FE | F8 | 6E | 0 | 2 | 39 | 0 | 3A | 63 | 47 |
| Octal | 376 | 370 | 156 | 0 | 2 | 71 | 0 | 72 | 143 | 107 |
| Binary | 11111110 | 11111000 | 1101110 | 0 | 10 | 111001 | 0 | 111010 | 1100011 | 1000111 |
Color Harmonies of #FEF86E
Complementary color
Monochromatic Colors of #FEF86E
Black with #FEF86E
Text Example
Text Example
White with #FEF86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF86E; }
p { color: rgb(254,248,110); }
H1.HeaderClassName
{
color: #FEF86E;
}
.AnyTagClassName
{
color: #FEF86E;
}
</style>
background-color css
<style>
a { background-color: #FEF86E; }
a { background-color: rgb(254,248,110); }
div.DivClassName
{
background-color: #FEF86E;
}
.BgClassName
{
background-color: #FEF86E;
}
</style>
border-color css
<style>
span { border-color: #FEF86E; }
span { border-color: rgb(254,248,110); }
td.TdClassName
{
border-color: #FEF86E;
}
.TagClassName
{
border-color: #FEF86E;
}
</style>