Shades of Witch Haze #FDE973
Tints of Witch Haze #FDE973
RGB
CMYK
RGB Variations
Color information
#FDE973 (or 0xFDE973) is known color: Witch Haze. HEX triplet: FD, E9 and 73. RGB value is (253,233,115). Sum of RGB (Red+Green+Blue) = 253+233+115=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 115 (45.31% from 255 or 19.13% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE973 is #02168C. Grayscale: #E2E2E2. Windows color (decimal): -136845 or 7596541. OLE color: 7596541.
HSL color Cylindrical-coordinate representation of color #FDE973: hue angle of 51.3º 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 #FDE973 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 115 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.01 |
| HSL | 51.3º | 0.97% | 0.72% | - |
| HSV(B) | 51.3º | 0.55% | 0.99% | - |
| XYZ | 72.74 | 80.4 | 27.9 | - |
| YUV | 225.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 115 | 0 | 0.08 | 0.55 | 0.01 | 51.3 | 0.97 | 0.72 |
| Hex | FD | E9 | 73 | 0 | 8 | 37 | 1 | 33 | 61 | 48 |
| Octal | 375 | 351 | 163 | 0 | 10 | 67 | 1 | 63 | 141 | 110 |
| Binary | 11111101 | 11101001 | 1110011 | 0 | 1000 | 110111 | 1 | 110011 | 1100001 | 1001000 |
Color Harmonies of #FDE973
Complementary color
Monochromatic Colors of #FDE973
Black with #FDE973
Text Example
Text Example
White with #FDE973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE973; }
p { color: rgb(253,233,115); }
H1.HeaderClassName
{
color: #FDE973;
}
.AnyTagClassName
{
color: #FDE973;
}
</style>
background-color css
<style>
a { background-color: #FDE973; }
a { background-color: rgb(253,233,115); }
div.DivClassName
{
background-color: #FDE973;
}
.BgClassName
{
background-color: #FDE973;
}
</style>
border-color css
<style>
span { border-color: #FDE973; }
span { border-color: rgb(253,233,115); }
td.TdClassName
{
border-color: #FDE973;
}
.TagClassName
{
border-color: #FDE973;
}
</style>