Shades of Witch Haze #FDE971
Tints of Witch Haze #FDE971
RGB
CMYK
RGB Variations
Color information
#FDE971 (or 0xFDE971) is known color: Witch Haze. HEX triplet: FD, E9 and 71. RGB value is (253,233,113). Sum of RGB (Red+Green+Blue) = 253+233+113=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 113 (44.53% from 255 or 18.86% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE971 is #02168E. Grayscale: #E1E1E1. Windows color (decimal): -136847 or 7465469. OLE color: 7465469.
HSL color Cylindrical-coordinate representation of color #FDE971: hue angle of 51.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDE971 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 113 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.01 |
| HSL | 51.43º | 0.97% | 0.72% | - |
| HSV(B) | 51.43º | 0.55% | 0.99% | - |
| XYZ | 72.63 | 80.35 | 27.3 | - |
| YUV | 225.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 113 | 0 | 0.08 | 0.55 | 0.01 | 51.43 | 0.97 | 0.72 |
| Hex | FD | E9 | 71 | 0 | 8 | 37 | 1 | 33 | 61 | 48 |
| Octal | 375 | 351 | 161 | 0 | 10 | 67 | 1 | 63 | 141 | 110 |
| Binary | 11111101 | 11101001 | 1110001 | 0 | 1000 | 110111 | 1 | 110011 | 1100001 | 1001000 |
Color Harmonies of #FDE971
Complementary color
Monochromatic Colors of #FDE971
Black with #FDE971
Text Example
Text Example
White with #FDE971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE971; }
p { color: rgb(253,233,113); }
H1.HeaderClassName
{
color: #FDE971;
}
.AnyTagClassName
{
color: #FDE971;
}
</style>
background-color css
<style>
a { background-color: #FDE971; }
a { background-color: rgb(253,233,113); }
div.DivClassName
{
background-color: #FDE971;
}
.BgClassName
{
background-color: #FDE971;
}
</style>
border-color css
<style>
span { border-color: #FDE971; }
span { border-color: rgb(253,233,113); }
td.TdClassName
{
border-color: #FDE971;
}
.TagClassName
{
border-color: #FDE971;
}
</style>