Shades of Witch Haze #FEF66E
Tints of Witch Haze #FEF66E
RGB
CMYK
RGB Variations
Color information
#FEF66E (or 0xFEF66E) is known color: Witch Haze. HEX triplet: FE, F6 and 6E. RGB value is (254,246,110). Sum of RGB (Red+Green+Blue) = 254+246+110=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 110 (43.36% from 255 or 18.03% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF66E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF66E is #010991. Grayscale: #E9E9E9. Windows color (decimal): -67986 or 7272190. OLE color: 7272190.
HSL color Cylindrical-coordinate representation of color #FEF66E: hue angle of 56.67º 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 #FEF66E is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 110 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.00 |
| HSL | 56.67º | 0.99% | 0.71% | - |
| HSV(B) | 56.67º | 0.57% | 1% | - |
| XYZ | 76.64 | 88.11 | 27.72 | - |
| YUV | 232.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 110 | 0 | 0.03 | 0.57 | 0.00 | 56.67 | 0.99 | 0.71 |
| Hex | FE | F6 | 6E | 0 | 3 | 39 | 0 | 39 | 63 | 47 |
| Octal | 376 | 366 | 156 | 0 | 3 | 71 | 0 | 71 | 143 | 107 |
| Binary | 11111110 | 11110110 | 1101110 | 0 | 11 | 111001 | 0 | 111001 | 1100011 | 1000111 |
Color Harmonies of #FEF66E
Complementary color
Monochromatic Colors of #FEF66E
Black with #FEF66E
Text Example
Text Example
White with #FEF66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF66E; }
p { color: rgb(254,246,110); }
H1.HeaderClassName
{
color: #FEF66E;
}
.AnyTagClassName
{
color: #FEF66E;
}
</style>
background-color css
<style>
a { background-color: #FEF66E; }
a { background-color: rgb(254,246,110); }
div.DivClassName
{
background-color: #FEF66E;
}
.BgClassName
{
background-color: #FEF66E;
}
</style>
border-color css
<style>
span { border-color: #FEF66E; }
span { border-color: rgb(254,246,110); }
td.TdClassName
{
border-color: #FEF66E;
}
.TagClassName
{
border-color: #FEF66E;
}
</style>