Shades of Milan #FCF595
Tints of Milan #FCF595
RGB
CMYK
RGB Variations
Color information
#FCF595 (or 0xFCF595) is known color: Milan. HEX triplet: FC, F5 and 95. RGB value is (252,245,149). Sum of RGB (Red+Green+Blue) = 252+245+149=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 149 (58.59% from 255 or 23.07% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF595 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF595 is #030A6A. Grayscale: #ECECEC. Windows color (decimal): -199275 or 9827836. OLE color: 9827836.
HSL color Cylindrical-coordinate representation of color #FCF595: hue angle of 55.92º degrees, saturation: 0.94, 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 #FCF595 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 149 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.01 |
| HSL | 55.92º | 0.94% | 0.79% | - |
| HSV(B) | 55.92º | 0.41% | 0.99% | - |
| XYZ | 78.22 | 88.17 | 41.33 | - |
| YUV | 236.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 149 | 0 | 0.03 | 0.41 | 0.01 | 55.92 | 0.94 | 0.79 |
| Hex | FC | F5 | 95 | 0 | 3 | 29 | 1 | 38 | 5E | 4F |
| Octal | 374 | 365 | 225 | 0 | 3 | 51 | 1 | 70 | 136 | 117 |
| Binary | 11111100 | 11110101 | 10010101 | 0 | 11 | 101001 | 1 | 111000 | 1011110 | 1001111 |
Color Harmonies of #FCF595
Complementary color
Monochromatic Colors of #FCF595
Black with #FCF595
Text Example
Text Example
White with #FCF595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF595; }
p { color: rgb(252,245,149); }
H1.HeaderClassName
{
color: #FCF595;
}
.AnyTagClassName
{
color: #FCF595;
}
</style>
background-color css
<style>
a { background-color: #FCF595; }
a { background-color: rgb(252,245,149); }
div.DivClassName
{
background-color: #FCF595;
}
.BgClassName
{
background-color: #FCF595;
}
</style>
border-color css
<style>
span { border-color: #FCF595; }
span { border-color: rgb(252,245,149); }
td.TdClassName
{
border-color: #FCF595;
}
.TagClassName
{
border-color: #FCF595;
}
</style>