Shades of Witch Haze #FEFA7E
Tints of Witch Haze #FEFA7E
RGB
CMYK
RGB Variations
Color information
#FEFA7E (or 0xFEFA7E) is known color: Witch Haze. HEX triplet: FE, FA and 7E. RGB value is (254,250,126). Sum of RGB (Red+Green+Blue) = 254+250+126=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 126 (49.61% from 255 or 20% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA7E is #010581. Grayscale: #EDEDED. Windows color (decimal): -66946 or 8321790. OLE color: 8321790.
HSL color Cylindrical-coordinate representation of color #FEFA7E: hue angle of 58.12º 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 #FEFA7E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 126 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.00 |
| HSL | 58.13º | 0.98% | 0.75% | - |
| HSV(B) | 58.13º | 0.5% | 1% | - |
| XYZ | 78.82 | 90.95 | 33.14 | - |
| YUV | 237.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 126 | 0 | 0.02 | 0.50 | 0.00 | 58.13 | 0.98 | 0.75 |
| Hex | FE | FA | 7E | 0 | 2 | 32 | 0 | 3A | 62 | 4B |
| Octal | 376 | 372 | 176 | 0 | 2 | 62 | 0 | 72 | 142 | 113 |
| Binary | 11111110 | 11111010 | 1111110 | 0 | 10 | 110010 | 0 | 111010 | 1100010 | 1001011 |
Color Harmonies of #FEFA7E
Complementary color
Monochromatic Colors of #FEFA7E
Black with #FEFA7E
Text Example
Text Example
White with #FEFA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA7E; }
p { color: rgb(254,250,126); }
H1.HeaderClassName
{
color: #FEFA7E;
}
.AnyTagClassName
{
color: #FEFA7E;
}
</style>
background-color css
<style>
a { background-color: #FEFA7E; }
a { background-color: rgb(254,250,126); }
div.DivClassName
{
background-color: #FEFA7E;
}
.BgClassName
{
background-color: #FEFA7E;
}
</style>
border-color css
<style>
span { border-color: #FEFA7E; }
span { border-color: rgb(254,250,126); }
td.TdClassName
{
border-color: #FEFA7E;
}
.TagClassName
{
border-color: #FEFA7E;
}
</style>