Shades of Witch Haze #FEF06E
Tints of Witch Haze #FEF06E
RGB
CMYK
RGB Variations
Color information
#FEF06E (or 0xFEF06E) is known color: Witch Haze. HEX triplet: FE, F0 and 6E. RGB value is (254,240,110). Sum of RGB (Red+Green+Blue) = 254+240+110=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 110 (43.36% from 255 or 18.21% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF06E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF06E is #010F91. Grayscale: #E5E5E5. Windows color (decimal): -69522 or 7270654. OLE color: 7270654.
HSL color Cylindrical-coordinate representation of color #FEF06E: hue angle of 54.17º 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 #FEF06E is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 110 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.00 |
| HSL | 54.17º | 0.99% | 0.71% | - |
| HSV(B) | 54.17º | 0.57% | 1% | - |
| XYZ | 74.85 | 84.52 | 27.12 | - |
| YUV | 229.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 110 | 0 | 0.06 | 0.57 | 0.00 | 54.17 | 0.99 | 0.71 |
| Hex | FE | F0 | 6E | 0 | 6 | 39 | 0 | 36 | 63 | 47 |
| Octal | 376 | 360 | 156 | 0 | 6 | 71 | 0 | 66 | 143 | 107 |
| Binary | 11111110 | 11110000 | 1101110 | 0 | 110 | 111001 | 0 | 110110 | 1100011 | 1000111 |
Color Harmonies of #FEF06E
Complementary color
Monochromatic Colors of #FEF06E
Black with #FEF06E
Text Example
Text Example
White with #FEF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF06E; }
p { color: rgb(254,240,110); }
H1.HeaderClassName
{
color: #FEF06E;
}
.AnyTagClassName
{
color: #FEF06E;
}
</style>
background-color css
<style>
a { background-color: #FEF06E; }
a { background-color: rgb(254,240,110); }
div.DivClassName
{
background-color: #FEF06E;
}
.BgClassName
{
background-color: #FEF06E;
}
</style>
border-color css
<style>
span { border-color: #FEF06E; }
span { border-color: rgb(254,240,110); }
td.TdClassName
{
border-color: #FEF06E;
}
.TagClassName
{
border-color: #FEF06E;
}
</style>