Shades of Witch Haze #FEFA81
Tints of Witch Haze #FEFA81
RGB
CMYK
RGB Variations
Color information
#FEFA81 (or 0xFEFA81) is known color: Witch Haze. HEX triplet: FE, FA and 81. RGB value is (254,250,129). Sum of RGB (Red+Green+Blue) = 254+250+129=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 129 (50.78% from 255 or 20.38% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA81 is #01057E. Grayscale: #EDEDED. Windows color (decimal): -66943 or 8518398. OLE color: 8518398.
HSL color Cylindrical-coordinate representation of color #FEFA81: hue angle of 58.08º 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 #FEFA81 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 129 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.00 |
| HSL | 58.08º | 0.98% | 0.75% | - |
| HSV(B) | 58.08º | 0.49% | 1% | - |
| XYZ | 79.02 | 91.03 | 34.17 | - |
| YUV | 237.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 129 | 0 | 0.02 | 0.49 | 0.00 | 58.08 | 0.98 | 0.75 |
| Hex | FE | FA | 81 | 0 | 2 | 31 | 0 | 3A | 62 | 4B |
| Octal | 376 | 372 | 201 | 0 | 2 | 61 | 0 | 72 | 142 | 113 |
| Binary | 11111110 | 11111010 | 10000001 | 0 | 10 | 110001 | 0 | 111010 | 1100010 | 1001011 |
Color Harmonies of #FEFA81
Complementary color
Monochromatic Colors of #FEFA81
Black with #FEFA81
Text Example
Text Example
White with #FEFA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA81; }
p { color: rgb(254,250,129); }
H1.HeaderClassName
{
color: #FEFA81;
}
.AnyTagClassName
{
color: #FEFA81;
}
</style>
background-color css
<style>
a { background-color: #FEFA81; }
a { background-color: rgb(254,250,129); }
div.DivClassName
{
background-color: #FEFA81;
}
.BgClassName
{
background-color: #FEFA81;
}
</style>
border-color css
<style>
span { border-color: #FEFA81; }
span { border-color: rgb(254,250,129); }
td.TdClassName
{
border-color: #FEFA81;
}
.TagClassName
{
border-color: #FEFA81;
}
</style>