Shades of Witch Haze #FDEC7C
Tints of Witch Haze #FDEC7C
RGB
CMYK
RGB Variations
Color information
#FDEC7C (or 0xFDEC7C) is known color: Witch Haze. HEX triplet: FD, EC and 7C. RGB value is (253,236,124). Sum of RGB (Red+Green+Blue) = 253+236+124=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 124 (48.83% from 255 or 20.23% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC7C is #021383. Grayscale: #E4E4E4. Windows color (decimal): -136068 or 8187133. OLE color: 8187133.
HSL color Cylindrical-coordinate representation of color #FDEC7C: hue angle of 52.09º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDEC7C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 124 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.01 |
| HSL | 52.09º | 0.97% | 0.74% | - |
| HSV(B) | 52.09º | 0.51% | 0.99% | - |
| XYZ | 74.14 | 82.33 | 31.05 | - |
| YUV | 228.32 | 69.13 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 124 | 0 | 0.07 | 0.51 | 0.01 | 52.09 | 0.97 | 0.74 |
| Hex | FD | EC | 7C | 0 | 7 | 33 | 1 | 34 | 61 | 4A |
| Octal | 375 | 354 | 174 | 0 | 7 | 63 | 1 | 64 | 141 | 112 |
| Binary | 11111101 | 11101100 | 1111100 | 0 | 111 | 110011 | 1 | 110100 | 1100001 | 1001010 |
Color Harmonies of #FDEC7C
Complementary color
Monochromatic Colors of #FDEC7C
Black with #FDEC7C
Text Example
Text Example
White with #FDEC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC7C; }
p { color: rgb(253,236,124); }
H1.HeaderClassName
{
color: #FDEC7C;
}
.AnyTagClassName
{
color: #FDEC7C;
}
</style>
background-color css
<style>
a { background-color: #FDEC7C; }
a { background-color: rgb(253,236,124); }
div.DivClassName
{
background-color: #FDEC7C;
}
.BgClassName
{
background-color: #FDEC7C;
}
</style>
border-color css
<style>
span { border-color: #FDEC7C; }
span { border-color: rgb(253,236,124); }
td.TdClassName
{
border-color: #FDEC7C;
}
.TagClassName
{
border-color: #FDEC7C;
}
</style>