Shades of Witch Haze #FDF577
Tints of Witch Haze #FDF577
RGB
CMYK
RGB Variations
Color information
#FDF577 (or 0xFDF577) is known color: Witch Haze. HEX triplet: FD, F5 and 77. RGB value is (253,245,119). Sum of RGB (Red+Green+Blue) = 253+245+119=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 119 (46.88% from 255 or 19.29% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF577 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF577 is #020A88. Grayscale: #E9E9E9. Windows color (decimal): -133769 or 7861757. OLE color: 7861757.
HSL color Cylindrical-coordinate representation of color #FDF577: hue angle of 56.42º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDF577 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 119 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.01 |
| HSL | 56.42º | 0.97% | 0.73% | - |
| HSV(B) | 56.42º | 0.53% | 0.99% | - |
| XYZ | 76.49 | 87.52 | 30.31 | - |
| YUV | 233.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 119 | 0 | 0.03 | 0.53 | 0.01 | 56.42 | 0.97 | 0.73 |
| Hex | FD | F5 | 77 | 0 | 3 | 35 | 1 | 38 | 61 | 49 |
| Octal | 375 | 365 | 167 | 0 | 3 | 65 | 1 | 70 | 141 | 111 |
| Binary | 11111101 | 11110101 | 1110111 | 0 | 11 | 110101 | 1 | 111000 | 1100001 | 1001001 |
Color Harmonies of #FDF577
Complementary color
Monochromatic Colors of #FDF577
Black with #FDF577
Text Example
Text Example
White with #FDF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF577; }
p { color: rgb(253,245,119); }
H1.HeaderClassName
{
color: #FDF577;
}
.AnyTagClassName
{
color: #FDF577;
}
</style>
background-color css
<style>
a { background-color: #FDF577; }
a { background-color: rgb(253,245,119); }
div.DivClassName
{
background-color: #FDF577;
}
.BgClassName
{
background-color: #FDF577;
}
</style>
border-color css
<style>
span { border-color: #FDF577; }
span { border-color: rgb(253,245,119); }
td.TdClassName
{
border-color: #FDF577;
}
.TagClassName
{
border-color: #FDF577;
}
</style>