Shades of Witch Haze #FEFC80
Tints of Witch Haze #FEFC80
RGB
CMYK
RGB Variations
Color information
#FEFC80 (or 0xFEFC80) is known color: Witch Haze. HEX triplet: FE, FC and 80. RGB value is (254,252,128). Sum of RGB (Red+Green+Blue) = 254+252+128=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 128 (50.39% from 255 or 20.19% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFC80 is #01037F. Grayscale: #EEEEEE. Windows color (decimal): -66432 or 8453374. OLE color: 8453374.
HSL color Cylindrical-coordinate representation of color #FEFC80: hue angle of 59.05º 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 #FEFC80 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 128 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.00 |
| HSL | 59.05º | 0.98% | 0.75% | - |
| HSV(B) | 59.05º | 0.5% | 1% | - |
| XYZ | 79.58 | 92.25 | 34.03 | - |
| YUV | 238.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 128 | 0 | 0.01 | 0.50 | 0.00 | 59.05 | 0.98 | 0.75 |
| Hex | FE | FC | 80 | 0 | 1 | 32 | 0 | 3B | 62 | 4B |
| Octal | 376 | 374 | 200 | 0 | 1 | 62 | 0 | 73 | 142 | 113 |
| Binary | 11111110 | 11111100 | 10000000 | 0 | 1 | 110010 | 0 | 111011 | 1100010 | 1001011 |
Color Harmonies of #FEFC80
Complementary color
Monochromatic Colors of #FEFC80
Black with #FEFC80
Text Example
Text Example
White with #FEFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC80; }
p { color: rgb(254,252,128); }
H1.HeaderClassName
{
color: #FEFC80;
}
.AnyTagClassName
{
color: #FEFC80;
}
</style>
background-color css
<style>
a { background-color: #FEFC80; }
a { background-color: rgb(254,252,128); }
div.DivClassName
{
background-color: #FEFC80;
}
.BgClassName
{
background-color: #FEFC80;
}
</style>
border-color css
<style>
span { border-color: #FEFC80; }
span { border-color: rgb(254,252,128); }
td.TdClassName
{
border-color: #FEFC80;
}
.TagClassName
{
border-color: #FEFC80;
}
</style>