Shades of Milan #FDF591
Tints of Milan #FDF591
RGB
CMYK
RGB Variations
Color information
#FDF591 (or 0xFDF591) is known color: Milan. HEX triplet: FD, F5 and 91. RGB value is (253,245,145). Sum of RGB (Red+Green+Blue) = 253+245+145=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 145 (57.03% from 255 or 22.55% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF591 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF591 is #020A6E. Grayscale: #ECECEC. Windows color (decimal): -133743 or 9565693. OLE color: 9565693.
HSL color Cylindrical-coordinate representation of color #FDF591: hue angle of 55.56º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDF591 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 145 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.01 |
| HSL | 55.56º | 0.96% | 0.78% | - |
| HSV(B) | 55.56º | 0.43% | 0.99% | - |
| XYZ | 78.27 | 88.23 | 39.69 | - |
| YUV | 235.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 145 | 0 | 0.03 | 0.43 | 0.01 | 55.56 | 0.96 | 0.78 |
| Hex | FD | F5 | 91 | 0 | 3 | 2B | 1 | 38 | 60 | 4E |
| Octal | 375 | 365 | 221 | 0 | 3 | 53 | 1 | 70 | 140 | 116 |
| Binary | 11111101 | 11110101 | 10010001 | 0 | 11 | 101011 | 1 | 111000 | 1100000 | 1001110 |
Color Harmonies of #FDF591
Complementary color
Monochromatic Colors of #FDF591
Black with #FDF591
Text Example
Text Example
White with #FDF591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF591; }
p { color: rgb(253,245,145); }
H1.HeaderClassName
{
color: #FDF591;
}
.AnyTagClassName
{
color: #FDF591;
}
</style>
background-color css
<style>
a { background-color: #FDF591; }
a { background-color: rgb(253,245,145); }
div.DivClassName
{
background-color: #FDF591;
}
.BgClassName
{
background-color: #FDF591;
}
</style>
border-color css
<style>
span { border-color: #FDF591; }
span { border-color: rgb(253,245,145); }
td.TdClassName
{
border-color: #FDF591;
}
.TagClassName
{
border-color: #FDF591;
}
</style>