Shades of Witch Haze #FDF57C
Tints of Witch Haze #FDF57C
RGB
CMYK
RGB Variations
Color information
#FDF57C (or 0xFDF57C) is known color: Witch Haze. HEX triplet: FD, F5 and 7C. RGB value is (253,245,124). Sum of RGB (Red+Green+Blue) = 253+245+124=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 124 (48.83% from 255 or 19.94% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF57C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF57C is #020A83. Grayscale: #EAEAEA. Windows color (decimal): -133764 or 8189437. OLE color: 8189437.
HSL color Cylindrical-coordinate representation of color #FDF57C: hue angle of 56.28º 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 #FDF57C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 124 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.01 |
| HSL | 56.28º | 0.97% | 0.74% | - |
| HSV(B) | 56.28º | 0.51% | 0.99% | - |
| XYZ | 76.8 | 87.64 | 31.94 | - |
| YUV | 233.6 | 66.15 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 124 | 0 | 0.03 | 0.51 | 0.01 | 56.28 | 0.97 | 0.74 |
| Hex | FD | F5 | 7C | 0 | 3 | 33 | 1 | 38 | 61 | 4A |
| Octal | 375 | 365 | 174 | 0 | 3 | 63 | 1 | 70 | 141 | 112 |
| Binary | 11111101 | 11110101 | 1111100 | 0 | 11 | 110011 | 1 | 111000 | 1100001 | 1001010 |
Color Harmonies of #FDF57C
Complementary color
Monochromatic Colors of #FDF57C
Black with #FDF57C
Text Example
Text Example
White with #FDF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF57C; }
p { color: rgb(253,245,124); }
H1.HeaderClassName
{
color: #FDF57C;
}
.AnyTagClassName
{
color: #FDF57C;
}
</style>
background-color css
<style>
a { background-color: #FDF57C; }
a { background-color: rgb(253,245,124); }
div.DivClassName
{
background-color: #FDF57C;
}
.BgClassName
{
background-color: #FDF57C;
}
</style>
border-color css
<style>
span { border-color: #FDF57C; }
span { border-color: rgb(253,245,124); }
td.TdClassName
{
border-color: #FDF57C;
}
.TagClassName
{
border-color: #FDF57C;
}
</style>