Shades of Milan #FCF590
Tints of Milan #FCF590
RGB
CMYK
RGB Variations
Color information
#FCF590 (or 0xFCF590) is known color: Milan. HEX triplet: FC, F5 and 90. RGB value is (252,245,144). Sum of RGB (Red+Green+Blue) = 252+245+144=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 144 (56.64% from 255 or 22.46% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF590 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF590 is #030A6F. Grayscale: #EBEBEB. Windows color (decimal): -199280 or 9500156. OLE color: 9500156.
HSL color Cylindrical-coordinate representation of color #FCF590: hue angle of 56.11º degrees, saturation: 0.95, 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 #FCF590 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 144 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.01 |
| HSL | 56.11º | 0.95% | 0.78% | - |
| HSV(B) | 56.11º | 0.43% | 0.99% | - |
| XYZ | 77.83 | 88.01 | 39.27 | - |
| YUV | 235.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 144 | 0 | 0.03 | 0.43 | 0.01 | 56.11 | 0.95 | 0.78 |
| Hex | FC | F5 | 90 | 0 | 3 | 2B | 1 | 38 | 5F | 4E |
| Octal | 374 | 365 | 220 | 0 | 3 | 53 | 1 | 70 | 137 | 116 |
| Binary | 11111100 | 11110101 | 10010000 | 0 | 11 | 101011 | 1 | 111000 | 1011111 | 1001110 |
Color Harmonies of #FCF590
Complementary color
Monochromatic Colors of #FCF590
Black with #FCF590
Text Example
Text Example
White with #FCF590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF590; }
p { color: rgb(252,245,144); }
H1.HeaderClassName
{
color: #FCF590;
}
.AnyTagClassName
{
color: #FCF590;
}
</style>
background-color css
<style>
a { background-color: #FCF590; }
a { background-color: rgb(252,245,144); }
div.DivClassName
{
background-color: #FCF590;
}
.BgClassName
{
background-color: #FCF590;
}
</style>
border-color css
<style>
span { border-color: #FCF590; }
span { border-color: rgb(252,245,144); }
td.TdClassName
{
border-color: #FCF590;
}
.TagClassName
{
border-color: #FCF590;
}
</style>