Shades of Witch Haze #FDF36C
Tints of Witch Haze #FDF36C
RGB
CMYK
RGB Variations
Color information
#FDF36C (or 0xFDF36C) is known color: Witch Haze. HEX triplet: FD, F3 and 6C. RGB value is (253,243,108). Sum of RGB (Red+Green+Blue) = 253+243+108=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 108 (42.58% from 255 or 17.88% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF36C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF36C is #020C93. Grayscale: #E7E7E7. Windows color (decimal): -134292 or 7140349. OLE color: 7140349.
HSL color Cylindrical-coordinate representation of color #FDF36C: hue angle of 55.86º 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 #FDF36C is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 108 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.01 |
| HSL | 55.86º | 0.97% | 0.71% | - |
| HSV(B) | 55.86º | 0.57% | 0.99% | - |
| XYZ | 75.27 | 86.07 | 26.83 | - |
| YUV | 230.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 108 | 0 | 0.04 | 0.57 | 0.01 | 55.86 | 0.97 | 0.71 |
| Hex | FD | F3 | 6C | 0 | 4 | 39 | 1 | 38 | 61 | 47 |
| Octal | 375 | 363 | 154 | 0 | 4 | 71 | 1 | 70 | 141 | 107 |
| Binary | 11111101 | 11110011 | 1101100 | 0 | 100 | 111001 | 1 | 111000 | 1100001 | 1000111 |
Color Harmonies of #FDF36C
Complementary color
Monochromatic Colors of #FDF36C
Black with #FDF36C
Text Example
Text Example
White with #FDF36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF36C; }
p { color: rgb(253,243,108); }
H1.HeaderClassName
{
color: #FDF36C;
}
.AnyTagClassName
{
color: #FDF36C;
}
</style>
background-color css
<style>
a { background-color: #FDF36C; }
a { background-color: rgb(253,243,108); }
div.DivClassName
{
background-color: #FDF36C;
}
.BgClassName
{
background-color: #FDF36C;
}
</style>
border-color css
<style>
span { border-color: #FDF36C; }
span { border-color: rgb(253,243,108); }
td.TdClassName
{
border-color: #FDF36C;
}
.TagClassName
{
border-color: #FDF36C;
}
</style>