Shades of Milan #FCF187
Tints of Milan #FCF187
RGB
CMYK
RGB Variations
Color information
#FCF187 (or 0xFCF187) is known color: Milan. HEX triplet: FC, F1 and 87. RGB value is (252,241,135). Sum of RGB (Red+Green+Blue) = 252+241+135=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 135 (53.12% from 255 or 21.50% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF187 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF187 is #030E78. Grayscale: #E8E8E8. Windows color (decimal): -200313 or 8909308. OLE color: 8909308.
HSL color Cylindrical-coordinate representation of color #FCF187: hue angle of 54.36º 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 #FCF187 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 135 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.01 |
| HSL | 54.36º | 0.95% | 0.76% | - |
| HSV(B) | 54.36º | 0.46% | 0.99% | - |
| XYZ | 75.97 | 85.36 | 35.39 | - |
| YUV | 232.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 135 | 0 | 0.04 | 0.46 | 0.01 | 54.36 | 0.95 | 0.76 |
| Hex | FC | F1 | 87 | 0 | 4 | 2E | 1 | 36 | 5F | 4C |
| Octal | 374 | 361 | 207 | 0 | 4 | 56 | 1 | 66 | 137 | 114 |
| Binary | 11111100 | 11110001 | 10000111 | 0 | 100 | 101110 | 1 | 110110 | 1011111 | 1001100 |
Color Harmonies of #FCF187
Complementary color
Monochromatic Colors of #FCF187
Black with #FCF187
Text Example
Text Example
White with #FCF187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF187; }
p { color: rgb(252,241,135); }
H1.HeaderClassName
{
color: #FCF187;
}
.AnyTagClassName
{
color: #FCF187;
}
</style>
background-color css
<style>
a { background-color: #FCF187; }
a { background-color: rgb(252,241,135); }
div.DivClassName
{
background-color: #FCF187;
}
.BgClassName
{
background-color: #FCF187;
}
</style>
border-color css
<style>
span { border-color: #FCF187; }
span { border-color: rgb(252,241,135); }
td.TdClassName
{
border-color: #FCF187;
}
.TagClassName
{
border-color: #FCF187;
}
</style>