Shades of Witch Haze #FDEC7B
Tints of Witch Haze #FDEC7B
RGB
CMYK
RGB Variations
Color information
#FDEC7B (or 0xFDEC7B) is known color: Witch Haze. HEX triplet: FD, EC and 7B. RGB value is (253,236,123). Sum of RGB (Red+Green+Blue) = 253+236+123=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 123 (48.44% from 255 or 20.10% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC7B is #021384. Grayscale: #E4E4E4. Windows color (decimal): -136069 or 8121597. OLE color: 8121597.
HSL color Cylindrical-coordinate representation of color #FDEC7B: hue angle of 52.15º 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 #FDEC7B is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 123 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.01 |
| HSL | 52.15º | 0.97% | 0.74% | - |
| HSV(B) | 52.15º | 0.51% | 0.99% | - |
| XYZ | 74.08 | 82.3 | 30.72 | - |
| YUV | 228.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 123 | 0 | 0.07 | 0.51 | 0.01 | 52.15 | 0.97 | 0.74 |
| Hex | FD | EC | 7B | 0 | 7 | 33 | 1 | 34 | 61 | 4A |
| Octal | 375 | 354 | 173 | 0 | 7 | 63 | 1 | 64 | 141 | 112 |
| Binary | 11111101 | 11101100 | 1111011 | 0 | 111 | 110011 | 1 | 110100 | 1100001 | 1001010 |
Color Harmonies of #FDEC7B
Complementary color
Monochromatic Colors of #FDEC7B
Black with #FDEC7B
Text Example
Text Example
White with #FDEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC7B; }
p { color: rgb(253,236,123); }
H1.HeaderClassName
{
color: #FDEC7B;
}
.AnyTagClassName
{
color: #FDEC7B;
}
</style>
background-color css
<style>
a { background-color: #FDEC7B; }
a { background-color: rgb(253,236,123); }
div.DivClassName
{
background-color: #FDEC7B;
}
.BgClassName
{
background-color: #FDEC7B;
}
</style>
border-color css
<style>
span { border-color: #FDEC7B; }
span { border-color: rgb(253,236,123); }
td.TdClassName
{
border-color: #FDEC7B;
}
.TagClassName
{
border-color: #FDEC7B;
}
</style>