Shades of Milan #FCF287
Tints of Milan #FCF287
RGB
CMYK
RGB Variations
Color information
#FCF287 (or 0xFCF287) is known color: Milan. HEX triplet: FC, F2 and 87. RGB value is (252,242,135). Sum of RGB (Red+Green+Blue) = 252+242+135=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 135 (53.12% from 255 or 21.46% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF287 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF287 is #030D78. Grayscale: #E9E9E9. Windows color (decimal): -200057 or 8909564. OLE color: 8909564.
HSL color Cylindrical-coordinate representation of color #FCF287: hue angle of 54.87º 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 #FCF287 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 135 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.01 |
| HSL | 54.87º | 0.95% | 0.76% | - |
| HSV(B) | 54.87º | 0.46% | 0.99% | - |
| XYZ | 76.27 | 85.95 | 35.49 | - |
| YUV | 232.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 135 | 0 | 0.04 | 0.46 | 0.01 | 54.87 | 0.95 | 0.76 |
| Hex | FC | F2 | 87 | 0 | 4 | 2E | 1 | 37 | 5F | 4C |
| Octal | 374 | 362 | 207 | 0 | 4 | 56 | 1 | 67 | 137 | 114 |
| Binary | 11111100 | 11110010 | 10000111 | 0 | 100 | 101110 | 1 | 110111 | 1011111 | 1001100 |
Color Harmonies of #FCF287
Complementary color
Monochromatic Colors of #FCF287
Black with #FCF287
Text Example
Text Example
White with #FCF287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF287; }
p { color: rgb(252,242,135); }
H1.HeaderClassName
{
color: #FCF287;
}
.AnyTagClassName
{
color: #FCF287;
}
</style>
background-color css
<style>
a { background-color: #FCF287; }
a { background-color: rgb(252,242,135); }
div.DivClassName
{
background-color: #FCF287;
}
.BgClassName
{
background-color: #FCF287;
}
</style>
border-color css
<style>
span { border-color: #FCF287; }
span { border-color: rgb(252,242,135); }
td.TdClassName
{
border-color: #FCF287;
}
.TagClassName
{
border-color: #FCF287;
}
</style>