Shades of Witch Haze #FEF97A
Tints of Witch Haze #FEF97A
RGB
CMYK
RGB Variations
Color information
#FEF97A (or 0xFEF97A) is known color: Witch Haze. HEX triplet: FE, F9 and 7A. RGB value is (254,249,122). Sum of RGB (Red+Green+Blue) = 254+249+122=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 122 (48.05% from 255 or 19.52% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF97A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF97A is #010685. Grayscale: #ECECEC. Windows color (decimal): -67206 or 8059390. OLE color: 8059390.
HSL color Cylindrical-coordinate representation of color #FEF97A: hue angle of 57.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEF97A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 122 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.00 |
| HSL | 57.73º | 0.99% | 0.74% | - |
| HSV(B) | 57.73º | 0.52% | 1% | - |
| XYZ | 78.26 | 90.23 | 31.7 | - |
| YUV | 236.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 122 | 0 | 0.02 | 0.52 | 0.00 | 57.73 | 0.99 | 0.74 |
| Hex | FE | F9 | 7A | 0 | 2 | 34 | 0 | 3A | 63 | 4A |
| Octal | 376 | 371 | 172 | 0 | 2 | 64 | 0 | 72 | 143 | 112 |
| Binary | 11111110 | 11111001 | 1111010 | 0 | 10 | 110100 | 0 | 111010 | 1100011 | 1001010 |
Color Harmonies of #FEF97A
Complementary color
Monochromatic Colors of #FEF97A
Black with #FEF97A
Text Example
Text Example
White with #FEF97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF97A; }
p { color: rgb(254,249,122); }
H1.HeaderClassName
{
color: #FEF97A;
}
.AnyTagClassName
{
color: #FEF97A;
}
</style>
background-color css
<style>
a { background-color: #FEF97A; }
a { background-color: rgb(254,249,122); }
div.DivClassName
{
background-color: #FEF97A;
}
.BgClassName
{
background-color: #FEF97A;
}
</style>
border-color css
<style>
span { border-color: #FEF97A; }
span { border-color: rgb(254,249,122); }
td.TdClassName
{
border-color: #FEF97A;
}
.TagClassName
{
border-color: #FEF97A;
}
</style>