Shades of Witch Haze #FDF575
Tints of Witch Haze #FDF575
RGB
CMYK
RGB Variations
Color information
#FDF575 (or 0xFDF575) is known color: Witch Haze. HEX triplet: FD, F5 and 75. RGB value is (253,245,117). Sum of RGB (Red+Green+Blue) = 253+245+117=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 117 (46.09% from 255 or 19.02% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF575 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF575 is #020A8A. Grayscale: #E9E9E9. Windows color (decimal): -133771 or 7730685. OLE color: 7730685.
HSL color Cylindrical-coordinate representation of color #FDF575: hue angle of 56.47º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDF575 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 117 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.01 |
| HSL | 56.47º | 0.97% | 0.73% | - |
| HSV(B) | 56.47º | 0.54% | 0.99% | - |
| XYZ | 76.37 | 87.47 | 29.69 | - |
| YUV | 232.8 | 62.65 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 117 | 0 | 0.03 | 0.54 | 0.01 | 56.47 | 0.97 | 0.73 |
| Hex | FD | F5 | 75 | 0 | 3 | 36 | 1 | 38 | 61 | 49 |
| Octal | 375 | 365 | 165 | 0 | 3 | 66 | 1 | 70 | 141 | 111 |
| Binary | 11111101 | 11110101 | 1110101 | 0 | 11 | 110110 | 1 | 111000 | 1100001 | 1001001 |
Color Harmonies of #FDF575
Complementary color
Monochromatic Colors of #FDF575
Black with #FDF575
Text Example
Text Example
White with #FDF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF575; }
p { color: rgb(253,245,117); }
H1.HeaderClassName
{
color: #FDF575;
}
.AnyTagClassName
{
color: #FDF575;
}
</style>
background-color css
<style>
a { background-color: #FDF575; }
a { background-color: rgb(253,245,117); }
div.DivClassName
{
background-color: #FDF575;
}
.BgClassName
{
background-color: #FDF575;
}
</style>
border-color css
<style>
span { border-color: #FDF575; }
span { border-color: rgb(253,245,117); }
td.TdClassName
{
border-color: #FDF575;
}
.TagClassName
{
border-color: #FDF575;
}
</style>