Shades of Milan #FDF587
Tints of Milan #FDF587
RGB
CMYK
RGB Variations
Color information
#FDF587 (or 0xFDF587) is known color: Milan. HEX triplet: FD, F5 and 87. RGB value is (253,245,135). Sum of RGB (Red+Green+Blue) = 253+245+135=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 135 (53.12% from 255 or 21.33% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF587 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF587 is #020A78. Grayscale: #EBEBEB. Windows color (decimal): -133753 or 8910333. OLE color: 8910333.
HSL color Cylindrical-coordinate representation of color #FDF587: hue angle of 55.93º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDF587 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 135 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.01 |
| HSL | 55.93º | 0.97% | 0.76% | - |
| HSV(B) | 55.93º | 0.47% | 0.99% | - |
| XYZ | 77.53 | 87.94 | 35.81 | - |
| YUV | 234.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 135 | 0 | 0.03 | 0.47 | 0.01 | 55.93 | 0.97 | 0.76 |
| Hex | FD | F5 | 87 | 0 | 3 | 2F | 1 | 38 | 61 | 4C |
| Octal | 375 | 365 | 207 | 0 | 3 | 57 | 1 | 70 | 141 | 114 |
| Binary | 11111101 | 11110101 | 10000111 | 0 | 11 | 101111 | 1 | 111000 | 1100001 | 1001100 |
Color Harmonies of #FDF587
Complementary color
Monochromatic Colors of #FDF587
Black with #FDF587
Text Example
Text Example
White with #FDF587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF587; }
p { color: rgb(253,245,135); }
H1.HeaderClassName
{
color: #FDF587;
}
.AnyTagClassName
{
color: #FDF587;
}
</style>
background-color css
<style>
a { background-color: #FDF587; }
a { background-color: rgb(253,245,135); }
div.DivClassName
{
background-color: #FDF587;
}
.BgClassName
{
background-color: #FDF587;
}
</style>
border-color css
<style>
span { border-color: #FDF587; }
span { border-color: rgb(253,245,135); }
td.TdClassName
{
border-color: #FDF587;
}
.TagClassName
{
border-color: #FDF587;
}
</style>