Shades of Witch Haze #FEF080
Tints of Witch Haze #FEF080
RGB
CMYK
RGB Variations
Color information
#FEF080 (or 0xFEF080) is known color: Witch Haze. HEX triplet: FE, F0 and 80. RGB value is (254,240,128). Sum of RGB (Red+Green+Blue) = 254+240+128=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 128 (50.39% from 255 or 20.58% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF080 is #010F7F. Grayscale: #E7E7E7. Windows color (decimal): -69504 or 8450302. OLE color: 8450302.
HSL color Cylindrical-coordinate representation of color #FEF080: hue angle of 53.33º 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 #FEF080 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 128 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.00 |
| HSL | 53.33º | 0.98% | 0.75% | - |
| HSV(B) | 53.33º | 0.5% | 1% | - |
| XYZ | 75.93 | 84.95 | 32.82 | - |
| YUV | 231.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 128 | 0 | 0.06 | 0.50 | 0.00 | 53.33 | 0.98 | 0.75 |
| Hex | FE | F0 | 80 | 0 | 6 | 32 | 0 | 35 | 62 | 4B |
| Octal | 376 | 360 | 200 | 0 | 6 | 62 | 0 | 65 | 142 | 113 |
| Binary | 11111110 | 11110000 | 10000000 | 0 | 110 | 110010 | 0 | 110101 | 1100010 | 1001011 |
Color Harmonies of #FEF080
Complementary color
Monochromatic Colors of #FEF080
Black with #FEF080
Text Example
Text Example
White with #FEF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF080; }
p { color: rgb(254,240,128); }
H1.HeaderClassName
{
color: #FEF080;
}
.AnyTagClassName
{
color: #FEF080;
}
</style>
background-color css
<style>
a { background-color: #FEF080; }
a { background-color: rgb(254,240,128); }
div.DivClassName
{
background-color: #FEF080;
}
.BgClassName
{
background-color: #FEF080;
}
</style>
border-color css
<style>
span { border-color: #FEF080; }
span { border-color: rgb(254,240,128); }
td.TdClassName
{
border-color: #FEF080;
}
.TagClassName
{
border-color: #FEF080;
}
</style>