Shades of Witch Haze #FEF473
Tints of Witch Haze #FEF473
RGB
CMYK
RGB Variations
Color information
#FEF473 (or 0xFEF473) is known color: Witch Haze. HEX triplet: FE, F4 and 73. RGB value is (254,244,115). Sum of RGB (Red+Green+Blue) = 254+244+115=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 115 (45.31% from 255 or 18.76% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF473 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF473 is #010B8C. Grayscale: #E8E8E8. Windows color (decimal): -68493 or 7599358. OLE color: 7599358.
HSL color Cylindrical-coordinate representation of color #FEF473: hue angle of 55.68º 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 #FEF473 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 115 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.00 |
| HSL | 55.68º | 0.99% | 0.72% | - |
| HSV(B) | 55.68º | 0.55% | 1% | - |
| XYZ | 76.32 | 87.01 | 28.99 | - |
| YUV | 232.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 115 | 0 | 0.04 | 0.55 | 0.00 | 55.68 | 0.99 | 0.72 |
| Hex | FE | F4 | 73 | 0 | 4 | 37 | 0 | 38 | 63 | 48 |
| Octal | 376 | 364 | 163 | 0 | 4 | 67 | 0 | 70 | 143 | 110 |
| Binary | 11111110 | 11110100 | 1110011 | 0 | 100 | 110111 | 0 | 111000 | 1100011 | 1001000 |
Color Harmonies of #FEF473
Complementary color
Monochromatic Colors of #FEF473
Black with #FEF473
Text Example
Text Example
White with #FEF473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF473; }
p { color: rgb(254,244,115); }
H1.HeaderClassName
{
color: #FEF473;
}
.AnyTagClassName
{
color: #FEF473;
}
</style>
background-color css
<style>
a { background-color: #FEF473; }
a { background-color: rgb(254,244,115); }
div.DivClassName
{
background-color: #FEF473;
}
.BgClassName
{
background-color: #FEF473;
}
</style>
border-color css
<style>
span { border-color: #FEF473; }
span { border-color: rgb(254,244,115); }
td.TdClassName
{
border-color: #FEF473;
}
.TagClassName
{
border-color: #FEF473;
}
</style>