Shades of Witch Haze #FEFC81
Tints of Witch Haze #FEFC81
RGB
CMYK
RGB Variations
Color information
#FEFC81 (or 0xFEFC81) is known color: Witch Haze. HEX triplet: FE, FC and 81. RGB value is (254,252,129). Sum of RGB (Red+Green+Blue) = 254+252+129=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 129 (50.78% from 255 or 20.31% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFC81 is #01037E. Grayscale: #EFEFEF. Windows color (decimal): -66431 or 8518910. OLE color: 8518910.
HSL color Cylindrical-coordinate representation of color #FEFC81: hue angle of 59.04º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEFC81 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 129 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.00 |
| HSL | 59.04º | 0.98% | 0.75% | - |
| HSV(B) | 59.04º | 0.49% | 1% | - |
| XYZ | 79.65 | 92.28 | 34.38 | - |
| YUV | 238.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 129 | 0 | 0.01 | 0.49 | 0.00 | 59.04 | 0.98 | 0.75 |
| Hex | FE | FC | 81 | 0 | 1 | 31 | 0 | 3B | 62 | 4B |
| Octal | 376 | 374 | 201 | 0 | 1 | 61 | 0 | 73 | 142 | 113 |
| Binary | 11111110 | 11111100 | 10000001 | 0 | 1 | 110001 | 0 | 111011 | 1100010 | 1001011 |
Color Harmonies of #FEFC81
Complementary color
Monochromatic Colors of #FEFC81
Black with #FEFC81
Text Example
Text Example
White with #FEFC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC81; }
p { color: rgb(254,252,129); }
H1.HeaderClassName
{
color: #FEFC81;
}
.AnyTagClassName
{
color: #FEFC81;
}
</style>
background-color css
<style>
a { background-color: #FEFC81; }
a { background-color: rgb(254,252,129); }
div.DivClassName
{
background-color: #FEFC81;
}
.BgClassName
{
background-color: #FEFC81;
}
</style>
border-color css
<style>
span { border-color: #FEFC81; }
span { border-color: rgb(254,252,129); }
td.TdClassName
{
border-color: #FEFC81;
}
.TagClassName
{
border-color: #FEFC81;
}
</style>