Shades of Witch Haze #FEFA7F
Tints of Witch Haze #FEFA7F
RGB
CMYK
RGB Variations
Color information
#FEFA7F (or 0xFEFA7F) is known color: Witch Haze. HEX triplet: FE, FA and 7F. RGB value is (254,250,127). Sum of RGB (Red+Green+Blue) = 254+250+127=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 127 (50% from 255 or 20.13% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA7F is #010580. Grayscale: #EDEDED. Windows color (decimal): -66945 or 8387326. OLE color: 8387326.
HSL color Cylindrical-coordinate representation of color #FEFA7F: hue angle of 58.11º 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 #FEFA7F is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 127 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.00 |
| HSL | 58.11º | 0.98% | 0.75% | - |
| HSV(B) | 58.11º | 0.5% | 1% | - |
| XYZ | 78.89 | 90.97 | 33.48 | - |
| YUV | 237.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 127 | 0 | 0.02 | 0.50 | 0.00 | 58.11 | 0.98 | 0.75 |
| Hex | FE | FA | 7F | 0 | 2 | 32 | 0 | 3A | 62 | 4B |
| Octal | 376 | 372 | 177 | 0 | 2 | 62 | 0 | 72 | 142 | 113 |
| Binary | 11111110 | 11111010 | 1111111 | 0 | 10 | 110010 | 0 | 111010 | 1100010 | 1001011 |
Color Harmonies of #FEFA7F
Complementary color
Monochromatic Colors of #FEFA7F
Black with #FEFA7F
Text Example
Text Example
White with #FEFA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA7F; }
p { color: rgb(254,250,127); }
H1.HeaderClassName
{
color: #FEFA7F;
}
.AnyTagClassName
{
color: #FEFA7F;
}
</style>
background-color css
<style>
a { background-color: #FEFA7F; }
a { background-color: rgb(254,250,127); }
div.DivClassName
{
background-color: #FEFA7F;
}
.BgClassName
{
background-color: #FEFA7F;
}
</style>
border-color css
<style>
span { border-color: #FEFA7F; }
span { border-color: rgb(254,250,127); }
td.TdClassName
{
border-color: #FEFA7F;
}
.TagClassName
{
border-color: #FEFA7F;
}
</style>