Shades of Witch Haze #FEF575
Tints of Witch Haze #FEF575
RGB
CMYK
RGB Variations
Color information
#FEF575 (or 0xFEF575) is known color: Witch Haze. HEX triplet: FE, F5 and 75. RGB value is (254,245,117). Sum of RGB (Red+Green+Blue) = 254+245+117=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 117 (46.09% from 255 or 18.99% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF575 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF575 is #010A8A. Grayscale: #E9E9E9. Windows color (decimal): -68235 or 7730686. OLE color: 7730686.
HSL color Cylindrical-coordinate representation of color #FEF575: hue angle of 56.06º 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 #FEF575 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 117 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.00 |
| HSL | 56.06º | 0.99% | 0.73% | - |
| HSV(B) | 56.06º | 0.54% | 1% | - |
| XYZ | 76.74 | 87.66 | 29.71 | - |
| YUV | 233.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 117 | 0 | 0.04 | 0.54 | 0.00 | 56.06 | 0.99 | 0.73 |
| Hex | FE | F5 | 75 | 0 | 4 | 36 | 0 | 38 | 63 | 49 |
| Octal | 376 | 365 | 165 | 0 | 4 | 66 | 0 | 70 | 143 | 111 |
| Binary | 11111110 | 11110101 | 1110101 | 0 | 100 | 110110 | 0 | 111000 | 1100011 | 1001001 |
Color Harmonies of #FEF575
Complementary color
Monochromatic Colors of #FEF575
Black with #FEF575
Text Example
Text Example
White with #FEF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF575; }
p { color: rgb(254,245,117); }
H1.HeaderClassName
{
color: #FEF575;
}
.AnyTagClassName
{
color: #FEF575;
}
</style>
background-color css
<style>
a { background-color: #FEF575; }
a { background-color: rgb(254,245,117); }
div.DivClassName
{
background-color: #FEF575;
}
.BgClassName
{
background-color: #FEF575;
}
</style>
border-color css
<style>
span { border-color: #FEF575; }
span { border-color: rgb(254,245,117); }
td.TdClassName
{
border-color: #FEF575;
}
.TagClassName
{
border-color: #FEF575;
}
</style>