Shades of Witch Haze #FEF975
Tints of Witch Haze #FEF975
RGB
CMYK
RGB Variations
Color information
#FEF975 (or 0xFEF975) is known color: Witch Haze. HEX triplet: FE, F9 and 75. RGB value is (254,249,117). Sum of RGB (Red+Green+Blue) = 254+249+117=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 117 (46.09% from 255 or 18.87% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF975 is #01068A. Grayscale: #EBEBEB. Windows color (decimal): -67211 or 7731710. OLE color: 7731710.
HSL color Cylindrical-coordinate representation of color #FEF975: hue angle of 57.81º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEF975 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 117 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.00 |
| HSL | 57.81º | 0.99% | 0.73% | - |
| HSV(B) | 57.81º | 0.54% | 1% | - |
| XYZ | 77.96 | 90.11 | 30.11 | - |
| YUV | 235.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 117 | 0 | 0.02 | 0.54 | 0.00 | 57.81 | 0.99 | 0.73 |
| Hex | FE | F9 | 75 | 0 | 2 | 36 | 0 | 3A | 63 | 49 |
| Octal | 376 | 371 | 165 | 0 | 2 | 66 | 0 | 72 | 143 | 111 |
| Binary | 11111110 | 11111001 | 1110101 | 0 | 10 | 110110 | 0 | 111010 | 1100011 | 1001001 |
Color Harmonies of #FEF975
Complementary color
Monochromatic Colors of #FEF975
Black with #FEF975
Text Example
Text Example
White with #FEF975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF975; }
p { color: rgb(254,249,117); }
H1.HeaderClassName
{
color: #FEF975;
}
.AnyTagClassName
{
color: #FEF975;
}
</style>
background-color css
<style>
a { background-color: #FEF975; }
a { background-color: rgb(254,249,117); }
div.DivClassName
{
background-color: #FEF975;
}
.BgClassName
{
background-color: #FEF975;
}
</style>
border-color css
<style>
span { border-color: #FEF975; }
span { border-color: rgb(254,249,117); }
td.TdClassName
{
border-color: #FEF975;
}
.TagClassName
{
border-color: #FEF975;
}
</style>