Shades of Witch Haze #FEF973
Tints of Witch Haze #FEF973
RGB
CMYK
RGB Variations
Color information
#FEF973 (or 0xFEF973) is known color: Witch Haze. HEX triplet: FE, F9 and 73. RGB value is (254,249,115). Sum of RGB (Red+Green+Blue) = 254+249+115=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 115 (45.31% from 255 or 18.61% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF973 is #01068C. Grayscale: #EBEBEB. Windows color (decimal): -67213 or 7600638. OLE color: 7600638.
HSL color Cylindrical-coordinate representation of color #FEF973: hue angle of 57.84º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEF973 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 115 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.00 |
| HSL | 57.84º | 0.99% | 0.72% | - |
| HSV(B) | 57.84º | 0.55% | 1% | - |
| XYZ | 77.84 | 90.06 | 29.5 | - |
| YUV | 235.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 115 | 0 | 0.02 | 0.55 | 0.00 | 57.84 | 0.99 | 0.72 |
| Hex | FE | F9 | 73 | 0 | 2 | 37 | 0 | 3A | 63 | 48 |
| Octal | 376 | 371 | 163 | 0 | 2 | 67 | 0 | 72 | 143 | 110 |
| Binary | 11111110 | 11111001 | 1110011 | 0 | 10 | 110111 | 0 | 111010 | 1100011 | 1001000 |
Color Harmonies of #FEF973
Complementary color
Monochromatic Colors of #FEF973
Black with #FEF973
Text Example
Text Example
White with #FEF973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF973; }
p { color: rgb(254,249,115); }
H1.HeaderClassName
{
color: #FEF973;
}
.AnyTagClassName
{
color: #FEF973;
}
</style>
background-color css
<style>
a { background-color: #FEF973; }
a { background-color: rgb(254,249,115); }
div.DivClassName
{
background-color: #FEF973;
}
.BgClassName
{
background-color: #FEF973;
}
</style>
border-color css
<style>
span { border-color: #FEF973; }
span { border-color: rgb(254,249,115); }
td.TdClassName
{
border-color: #FEF973;
}
.TagClassName
{
border-color: #FEF973;
}
</style>