Shades of Witch Haze #FDF56C
Tints of Witch Haze #FDF56C
RGB
CMYK
RGB Variations
Color information
#FDF56C (or 0xFDF56C) is known color: Witch Haze. HEX triplet: FD, F5 and 6C. RGB value is (253,245,108). Sum of RGB (Red+Green+Blue) = 253+245+108=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 108 (42.58% from 255 or 17.82% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF56C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF56C is #020A93. Grayscale: #E8E8E8. Windows color (decimal): -133780 or 7140861. OLE color: 7140861.
HSL color Cylindrical-coordinate representation of color #FDF56C: hue angle of 56.69º 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 #FDF56C is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 108 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.01 |
| HSL | 56.69º | 0.97% | 0.71% | - |
| HSV(B) | 56.69º | 0.57% | 0.99% | - |
| XYZ | 75.87 | 87.27 | 27.03 | - |
| YUV | 231.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 108 | 0 | 0.03 | 0.57 | 0.01 | 56.69 | 0.97 | 0.71 |
| Hex | FD | F5 | 6C | 0 | 3 | 39 | 1 | 39 | 61 | 47 |
| Octal | 375 | 365 | 154 | 0 | 3 | 71 | 1 | 71 | 141 | 107 |
| Binary | 11111101 | 11110101 | 1101100 | 0 | 11 | 111001 | 1 | 111001 | 1100001 | 1000111 |
Color Harmonies of #FDF56C
Complementary color
Monochromatic Colors of #FDF56C
Black with #FDF56C
Text Example
Text Example
White with #FDF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF56C; }
p { color: rgb(253,245,108); }
H1.HeaderClassName
{
color: #FDF56C;
}
.AnyTagClassName
{
color: #FDF56C;
}
</style>
background-color css
<style>
a { background-color: #FDF56C; }
a { background-color: rgb(253,245,108); }
div.DivClassName
{
background-color: #FDF56C;
}
.BgClassName
{
background-color: #FDF56C;
}
</style>
border-color css
<style>
span { border-color: #FDF56C; }
span { border-color: rgb(253,245,108); }
td.TdClassName
{
border-color: #FDF56C;
}
.TagClassName
{
border-color: #FDF56C;
}
</style>