Shades of Witch Haze #FDEC6D
Tints of Witch Haze #FDEC6D
RGB
CMYK
RGB Variations
Color information
#FDEC6D (or 0xFDEC6D) is known color: Witch Haze. HEX triplet: FD, EC and 6D. RGB value is (253,236,109). Sum of RGB (Red+Green+Blue) = 253+236+109=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 109 (42.97% from 255 or 18.23% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC6D is #021392. Grayscale: #E3E3E3. Windows color (decimal): -136083 or 7204093. OLE color: 7204093.
HSL color Cylindrical-coordinate representation of color #FDEC6D: hue angle of 52.92º 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 #FDEC6D is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 109 | - |
CMYK | 0 | 0.07 | 0.57 | 0.01 |
HSL | 52.92º | 0.97% | 0.71% | - |
HSV(B) | 52.92º | 0.57% | 0.99% | - |
XYZ | 73.26 | 81.98 | 26.43 | - |
YUV | 226.61 | 61.63 | 146.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 109 | 0 | 0.07 | 0.57 | 0.01 | 52.92 | 0.97 | 0.71 |
Hex | FD | EC | 6D | 0 | 7 | 39 | 1 | 35 | 61 | 47 |
Octal | 375 | 354 | 155 | 0 | 7 | 71 | 1 | 65 | 141 | 107 |
Binary | 11111101 | 11101100 | 1101101 | 0 | 111 | 111001 | 1 | 110101 | 1100001 | 1000111 |
Color Harmonies of #FDEC6D
Complementary color
Monochromatic Colors of #FDEC6D
Black with #FDEC6D
Text Example
Text Example
White with #FDEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC6D; }
p { color: rgb(253,236,109); }
H1.HeaderClassName
{
color: #FDEC6D;
}
.AnyTagClassName
{
color: #FDEC6D;
}
</style>
background-color css
<style>
a { background-color: #FDEC6D; }
a { background-color: rgb(253,236,109); }
div.DivClassName
{
background-color: #FDEC6D;
}
.BgClassName
{
background-color: #FDEC6D;
}
</style>
border-color css
<style>
span { border-color: #FDEC6D; }
span { border-color: rgb(253,236,109); }
td.TdClassName
{
border-color: #FDEC6D;
}
.TagClassName
{
border-color: #FDEC6D;
}
</style>