Shades of Milan #FCF089
Tints of Milan #FCF089
RGB
CMYK
RGB Variations
Color information
#FCF089 (or 0xFCF089) is known color: Milan. HEX triplet: FC, F0 and 89. RGB value is (252,240,137). Sum of RGB (Red+Green+Blue) = 252+240+137=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 137 (53.91% from 255 or 21.78% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF089 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF089 is #030F76. Grayscale: #E8E8E8. Windows color (decimal): -200567 or 9040124. OLE color: 9040124.
HSL color Cylindrical-coordinate representation of color #FCF089: hue angle of 53.74º 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 #FCF089 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 137 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.01 |
| HSL | 53.74º | 0.95% | 0.76% | - |
| HSV(B) | 53.74º | 0.46% | 0.99% | - |
| XYZ | 75.82 | 84.82 | 36.04 | - |
| YUV | 231.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 137 | 0 | 0.05 | 0.46 | 0.01 | 53.74 | 0.95 | 0.76 |
| Hex | FC | F0 | 89 | 0 | 5 | 2E | 1 | 36 | 5F | 4C |
| Octal | 374 | 360 | 211 | 0 | 5 | 56 | 1 | 66 | 137 | 114 |
| Binary | 11111100 | 11110000 | 10001001 | 0 | 101 | 101110 | 1 | 110110 | 1011111 | 1001100 |
Color Harmonies of #FCF089
Complementary color
Monochromatic Colors of #FCF089
Black with #FCF089
Text Example
Text Example
White with #FCF089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF089; }
p { color: rgb(252,240,137); }
H1.HeaderClassName
{
color: #FCF089;
}
.AnyTagClassName
{
color: #FCF089;
}
</style>
background-color css
<style>
a { background-color: #FCF089; }
a { background-color: rgb(252,240,137); }
div.DivClassName
{
background-color: #FCF089;
}
.BgClassName
{
background-color: #FCF089;
}
</style>
border-color css
<style>
span { border-color: #FCF089; }
span { border-color: rgb(252,240,137); }
td.TdClassName
{
border-color: #FCF089;
}
.TagClassName
{
border-color: #FCF089;
}
</style>