Shades of Witch Haze #FDF580
Tints of Witch Haze #FDF580
RGB
CMYK
RGB Variations
Color information
#FDF580 (or 0xFDF580) is known color: Witch Haze. HEX triplet: FD, F5 and 80. RGB value is (253,245,128). Sum of RGB (Red+Green+Blue) = 253+245+128=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 128 (50.39% from 255 or 20.45% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF580 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF580 is #020A7F. Grayscale: #EAEAEA. Windows color (decimal): -133760 or 8451581. OLE color: 8451581.
HSL color Cylindrical-coordinate representation of color #FDF580: hue angle of 56.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDF580 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 128 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.01 |
| HSL | 56.16º | 0.97% | 0.75% | - |
| HSV(B) | 56.16º | 0.49% | 0.99% | - |
| XYZ | 77.06 | 87.75 | 33.3 | - |
| YUV | 234.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 128 | 0 | 0.03 | 0.49 | 0.01 | 56.16 | 0.97 | 0.75 |
| Hex | FD | F5 | 80 | 0 | 3 | 31 | 1 | 38 | 61 | 4B |
| Octal | 375 | 365 | 200 | 0 | 3 | 61 | 1 | 70 | 141 | 113 |
| Binary | 11111101 | 11110101 | 10000000 | 0 | 11 | 110001 | 1 | 111000 | 1100001 | 1001011 |
Color Harmonies of #FDF580
Complementary color
Monochromatic Colors of #FDF580
Black with #FDF580
Text Example
Text Example
White with #FDF580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF580; }
p { color: rgb(253,245,128); }
H1.HeaderClassName
{
color: #FDF580;
}
.AnyTagClassName
{
color: #FDF580;
}
</style>
background-color css
<style>
a { background-color: #FDF580; }
a { background-color: rgb(253,245,128); }
div.DivClassName
{
background-color: #FDF580;
}
.BgClassName
{
background-color: #FDF580;
}
</style>
border-color css
<style>
span { border-color: #FDF580; }
span { border-color: rgb(253,245,128); }
td.TdClassName
{
border-color: #FDF580;
}
.TagClassName
{
border-color: #FDF580;
}
</style>