Shades of Witch Haze #FDE96D
Tints of Witch Haze #FDE96D
RGB
CMYK
RGB Variations
Color information
#FDE96D (or 0xFDE96D) is known color: Witch Haze. HEX triplet: FD, E9 and 6D. RGB value is (253,233,109). Sum of RGB (Red+Green+Blue) = 253+233+109=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 109 (42.97% from 255 or 18.32% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE96D is #021692. Grayscale: #E1E1E1. Windows color (decimal): -136851 or 7203325. OLE color: 7203325.
HSL color Cylindrical-coordinate representation of color #FDE96D: hue angle of 51.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDE96D is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 109 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.01 |
| HSL | 51.67º | 0.97% | 0.71% | - |
| HSV(B) | 51.67º | 0.57% | 0.99% | - |
| XYZ | 72.41 | 80.26 | 26.14 | - |
| YUV | 224.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 109 | 0 | 0.08 | 0.57 | 0.01 | 51.67 | 0.97 | 0.71 |
| Hex | FD | E9 | 6D | 0 | 8 | 39 | 1 | 34 | 61 | 47 |
| Octal | 375 | 351 | 155 | 0 | 10 | 71 | 1 | 64 | 141 | 107 |
| Binary | 11111101 | 11101001 | 1101101 | 0 | 1000 | 111001 | 1 | 110100 | 1100001 | 1000111 |
Color Harmonies of #FDE96D
Complementary color
Monochromatic Colors of #FDE96D
Black with #FDE96D
Text Example
Text Example
White with #FDE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE96D; }
p { color: rgb(253,233,109); }
H1.HeaderClassName
{
color: #FDE96D;
}
.AnyTagClassName
{
color: #FDE96D;
}
</style>
background-color css
<style>
a { background-color: #FDE96D; }
a { background-color: rgb(253,233,109); }
div.DivClassName
{
background-color: #FDE96D;
}
.BgClassName
{
background-color: #FDE96D;
}
</style>
border-color css
<style>
span { border-color: #FDE96D; }
span { border-color: rgb(253,233,109); }
td.TdClassName
{
border-color: #FDE96D;
}
.TagClassName
{
border-color: #FDE96D;
}
</style>