Shades of Milan #FCF087
Tints of Milan #FCF087
RGB
CMYK
RGB Variations
Color information
#FCF087 (or 0xFCF087) is known color: Milan. HEX triplet: FC, F0 and 87. RGB value is (252,240,135). Sum of RGB (Red+Green+Blue) = 252+240+135=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 135 (53.12% from 255 or 21.53% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF087 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF087 is #030F78. Grayscale: #E8E8E8. Windows color (decimal): -200569 or 8909052. OLE color: 8909052.
HSL color Cylindrical-coordinate representation of color #FCF087: hue angle of 53.85º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCF087 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 135 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.01 |
| HSL | 53.85º | 0.95% | 0.76% | - |
| HSV(B) | 53.85º | 0.46% | 0.99% | - |
| XYZ | 75.68 | 84.76 | 35.29 | - |
| YUV | 231.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 135 | 0 | 0.05 | 0.46 | 0.01 | 53.85 | 0.95 | 0.76 |
| Hex | FC | F0 | 87 | 0 | 5 | 2E | 1 | 36 | 5F | 4C |
| Octal | 374 | 360 | 207 | 0 | 5 | 56 | 1 | 66 | 137 | 114 |
| Binary | 11111100 | 11110000 | 10000111 | 0 | 101 | 101110 | 1 | 110110 | 1011111 | 1001100 |
Color Harmonies of #FCF087
Complementary color
Monochromatic Colors of #FCF087
Black with #FCF087
Text Example
Text Example
White with #FCF087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF087; }
p { color: rgb(252,240,135); }
H1.HeaderClassName
{
color: #FCF087;
}
.AnyTagClassName
{
color: #FCF087;
}
</style>
background-color css
<style>
a { background-color: #FCF087; }
a { background-color: rgb(252,240,135); }
div.DivClassName
{
background-color: #FCF087;
}
.BgClassName
{
background-color: #FCF087;
}
</style>
border-color css
<style>
span { border-color: #FCF087; }
span { border-color: rgb(252,240,135); }
td.TdClassName
{
border-color: #FCF087;
}
.TagClassName
{
border-color: #FCF087;
}
</style>