Shades of Milan #FFFC87
Tints of Milan #FFFC87
RGB
CMYK
RGB Variations
Color information
#FFFC87 (or 0xFFFC87) is known color: Milan. HEX triplet: FF, FC and 87. RGB value is (255,252,135). Sum of RGB (Red+Green+Blue) = 255+252+135=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 135 (53.12% from 255 or 21.03% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC87 is #000378. Grayscale: #F0F0F0. Windows color (decimal): -889 or 8912127. OLE color: 8912127.
HSL color Cylindrical-coordinate representation of color #FFFC87: hue angle of 58.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFFC87 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 135 | - |
| CMYK | 0 | 0.01 | 0.47 | 0 |
| HSL | 58.5º | 1% | 0.76% | - |
| HSV(B) | 58.5º | 0.47% | 1% | - |
| XYZ | 80.42 | 92.63 | 36.56 | - |
| YUV | 239.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 135 | 0 | 0.01 | 0.47 | 0 | 58.5 | 1 | 0.76 |
| Hex | FF | FC | 87 | 0 | 1 | 2F | 0 | 3A | 64 | 4C |
| Octal | 377 | 374 | 207 | 0 | 1 | 57 | 0 | 72 | 144 | 114 |
| Binary | 11111111 | 11111100 | 10000111 | 0 | 1 | 101111 | 0 | 111010 | 1100100 | 1001100 |
Color Harmonies of #FFFC87
Complementary color
Monochromatic Colors of #FFFC87
Black with #FFFC87
Text Example
Text Example
White with #FFFC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC87; }
p { color: rgb(255,252,135); }
H1.HeaderClassName
{
color: #FFFC87;
}
.AnyTagClassName
{
color: #FFFC87;
}
</style>
background-color css
<style>
a { background-color: #FFFC87; }
a { background-color: rgb(255,252,135); }
div.DivClassName
{
background-color: #FFFC87;
}
.BgClassName
{
background-color: #FFFC87;
}
</style>
border-color css
<style>
span { border-color: #FFFC87; }
span { border-color: rgb(255,252,135); }
td.TdClassName
{
border-color: #FFFC87;
}
.TagClassName
{
border-color: #FFFC87;
}
</style>