Shades of Witch Haze #FEF07E
Tints of Witch Haze #FEF07E
RGB
CMYK
RGB Variations
Color information
#FEF07E (or 0xFEF07E) is known color: Witch Haze. HEX triplet: FE, F0 and 7E. RGB value is (254,240,126). Sum of RGB (Red+Green+Blue) = 254+240+126=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 126 (49.61% from 255 or 20.32% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF07E is #010F81. Grayscale: #E7E7E7. Windows color (decimal): -69506 or 8319230. OLE color: 8319230.
HSL color Cylindrical-coordinate representation of color #FEF07E: hue angle of 53.44º 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 #FEF07E is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 126 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.00 |
| HSL | 53.44º | 0.98% | 0.75% | - |
| HSV(B) | 53.44º | 0.5% | 1% | - |
| XYZ | 75.8 | 84.9 | 32.13 | - |
| YUV | 231.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 126 | 0 | 0.06 | 0.50 | 0.00 | 53.44 | 0.98 | 0.75 |
| Hex | FE | F0 | 7E | 0 | 6 | 32 | 0 | 35 | 62 | 4B |
| Octal | 376 | 360 | 176 | 0 | 6 | 62 | 0 | 65 | 142 | 113 |
| Binary | 11111110 | 11110000 | 1111110 | 0 | 110 | 110010 | 0 | 110101 | 1100010 | 1001011 |
Color Harmonies of #FEF07E
Complementary color
Monochromatic Colors of #FEF07E
Black with #FEF07E
Text Example
Text Example
White with #FEF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF07E; }
p { color: rgb(254,240,126); }
H1.HeaderClassName
{
color: #FEF07E;
}
.AnyTagClassName
{
color: #FEF07E;
}
</style>
background-color css
<style>
a { background-color: #FEF07E; }
a { background-color: rgb(254,240,126); }
div.DivClassName
{
background-color: #FEF07E;
}
.BgClassName
{
background-color: #FEF07E;
}
</style>
border-color css
<style>
span { border-color: #FEF07E; }
span { border-color: rgb(254,240,126); }
td.TdClassName
{
border-color: #FEF07E;
}
.TagClassName
{
border-color: #FEF07E;
}
</style>