Shades of Witch Haze #FEF76E
Tints of Witch Haze #FEF76E
RGB
CMYK
RGB Variations
Color information
#FEF76E (or 0xFEF76E) is known color: Witch Haze. HEX triplet: FE, F7 and 6E. RGB value is (254,247,110). Sum of RGB (Red+Green+Blue) = 254+247+110=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 110 (43.36% from 255 or 18.00% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF76E is #010891. Grayscale: #EAEAEA. Windows color (decimal): -67730 or 7272446. OLE color: 7272446.
HSL color Cylindrical-coordinate representation of color #FEF76E: hue angle of 57.08º 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 #FEF76E is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 110 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.00 |
| HSL | 57.08º | 0.99% | 0.71% | - |
| HSV(B) | 57.08º | 0.57% | 1% | - |
| XYZ | 76.95 | 88.72 | 27.82 | - |
| YUV | 233.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 110 | 0 | 0.03 | 0.57 | 0.00 | 57.08 | 0.99 | 0.71 |
| Hex | FE | F7 | 6E | 0 | 3 | 39 | 0 | 39 | 63 | 47 |
| Octal | 376 | 367 | 156 | 0 | 3 | 71 | 0 | 71 | 143 | 107 |
| Binary | 11111110 | 11110111 | 1101110 | 0 | 11 | 111001 | 0 | 111001 | 1100011 | 1000111 |
Color Harmonies of #FEF76E
Complementary color
Monochromatic Colors of #FEF76E
Black with #FEF76E
Text Example
Text Example
White with #FEF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF76E; }
p { color: rgb(254,247,110); }
H1.HeaderClassName
{
color: #FEF76E;
}
.AnyTagClassName
{
color: #FEF76E;
}
</style>
background-color css
<style>
a { background-color: #FEF76E; }
a { background-color: rgb(254,247,110); }
div.DivClassName
{
background-color: #FEF76E;
}
.BgClassName
{
background-color: #FEF76E;
}
</style>
border-color css
<style>
span { border-color: #FEF76E; }
span { border-color: rgb(254,247,110); }
td.TdClassName
{
border-color: #FEF76E;
}
.TagClassName
{
border-color: #FEF76E;
}
</style>