Shades of Witch Haze #FDF570
Tints of Witch Haze #FDF570
RGB
CMYK
RGB Variations
Color information
#FDF570 (or 0xFDF570) is known color: Witch Haze. HEX triplet: FD, F5 and 70. RGB value is (253,245,112). Sum of RGB (Red+Green+Blue) = 253+245+112=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 112 (44.14% from 255 or 18.36% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF570 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF570 is #020A8F. Grayscale: #E8E8E8. Windows color (decimal): -133776 or 7403005. OLE color: 7403005.
HSL color Cylindrical-coordinate representation of color #FDF570: hue angle of 56.6º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDF570 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 112 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.01 |
| HSL | 56.6º | 0.97% | 0.72% | - |
| HSV(B) | 56.6º | 0.56% | 0.99% | - |
| XYZ | 76.09 | 87.36 | 28.18 | - |
| YUV | 232.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 112 | 0 | 0.03 | 0.56 | 0.01 | 56.6 | 0.97 | 0.72 |
| Hex | FD | F5 | 70 | 0 | 3 | 38 | 1 | 39 | 61 | 48 |
| Octal | 375 | 365 | 160 | 0 | 3 | 70 | 1 | 71 | 141 | 110 |
| Binary | 11111101 | 11110101 | 1110000 | 0 | 11 | 111000 | 1 | 111001 | 1100001 | 1001000 |
Color Harmonies of #FDF570
Complementary color
Monochromatic Colors of #FDF570
Black with #FDF570
Text Example
Text Example
White with #FDF570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF570; }
p { color: rgb(253,245,112); }
H1.HeaderClassName
{
color: #FDF570;
}
.AnyTagClassName
{
color: #FDF570;
}
</style>
background-color css
<style>
a { background-color: #FDF570; }
a { background-color: rgb(253,245,112); }
div.DivClassName
{
background-color: #FDF570;
}
.BgClassName
{
background-color: #FDF570;
}
</style>
border-color css
<style>
span { border-color: #FDF570; }
span { border-color: rgb(253,245,112); }
td.TdClassName
{
border-color: #FDF570;
}
.TagClassName
{
border-color: #FDF570;
}
</style>