Shades of Milan #FDF595
Tints of Milan #FDF595
RGB
CMYK
RGB Variations
Color information
#FDF595 (or 0xFDF595) is known color: Milan. HEX triplet: FD, F5 and 95. RGB value is (253,245,149). Sum of RGB (Red+Green+Blue) = 253+245+149=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 149 (58.59% from 255 or 23.03% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF595 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF595 is #020A6A. Grayscale: #ECECEC. Windows color (decimal): -133739 or 9827837. OLE color: 9827837.
HSL color Cylindrical-coordinate representation of color #FDF595: hue angle of 55.38º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDF595 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 149 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.01 |
| HSL | 55.38º | 0.96% | 0.79% | - |
| HSV(B) | 55.38º | 0.41% | 0.99% | - |
| XYZ | 78.59 | 88.36 | 41.35 | - |
| YUV | 236.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 149 | 0 | 0.03 | 0.41 | 0.01 | 55.38 | 0.96 | 0.79 |
| Hex | FD | F5 | 95 | 0 | 3 | 29 | 1 | 37 | 60 | 4F |
| Octal | 375 | 365 | 225 | 0 | 3 | 51 | 1 | 67 | 140 | 117 |
| Binary | 11111101 | 11110101 | 10010101 | 0 | 11 | 101001 | 1 | 110111 | 1100000 | 1001111 |
Color Harmonies of #FDF595
Complementary color
Monochromatic Colors of #FDF595
Black with #FDF595
Text Example
Text Example
White with #FDF595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF595; }
p { color: rgb(253,245,149); }
H1.HeaderClassName
{
color: #FDF595;
}
.AnyTagClassName
{
color: #FDF595;
}
</style>
background-color css
<style>
a { background-color: #FDF595; }
a { background-color: rgb(253,245,149); }
div.DivClassName
{
background-color: #FDF595;
}
.BgClassName
{
background-color: #FDF595;
}
</style>
border-color css
<style>
span { border-color: #FDF595; }
span { border-color: rgb(253,245,149); }
td.TdClassName
{
border-color: #FDF595;
}
.TagClassName
{
border-color: #FDF595;
}
</style>