Shades of Milan #FCF289
Tints of Milan #FCF289
RGB
CMYK
RGB Variations
Color information
#FCF289 (or 0xFCF289) is known color: Milan. HEX triplet: FC, F2 and 89. RGB value is (252,242,137). Sum of RGB (Red+Green+Blue) = 252+242+137=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 137 (53.91% from 255 or 21.71% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF289 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF289 is #030D76. Grayscale: #E9E9E9. Windows color (decimal): -200055 or 9040636. OLE color: 9040636.
HSL color Cylindrical-coordinate representation of color #FCF289: hue angle of 54.78º 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 #FCF289 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 137 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.01 |
| HSL | 54.78º | 0.95% | 0.76% | - |
| HSV(B) | 54.78º | 0.46% | 0.99% | - |
| XYZ | 76.41 | 86.01 | 36.24 | - |
| YUV | 233.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 137 | 0 | 0.04 | 0.46 | 0.01 | 54.78 | 0.95 | 0.76 |
| Hex | FC | F2 | 89 | 0 | 4 | 2E | 1 | 37 | 5F | 4C |
| Octal | 374 | 362 | 211 | 0 | 4 | 56 | 1 | 67 | 137 | 114 |
| Binary | 11111100 | 11110010 | 10001001 | 0 | 100 | 101110 | 1 | 110111 | 1011111 | 1001100 |
Color Harmonies of #FCF289
Complementary color
Monochromatic Colors of #FCF289
Black with #FCF289
Text Example
Text Example
White with #FCF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF289; }
p { color: rgb(252,242,137); }
H1.HeaderClassName
{
color: #FCF289;
}
.AnyTagClassName
{
color: #FCF289;
}
</style>
background-color css
<style>
a { background-color: #FCF289; }
a { background-color: rgb(252,242,137); }
div.DivClassName
{
background-color: #FCF289;
}
.BgClassName
{
background-color: #FCF289;
}
</style>
border-color css
<style>
span { border-color: #FCF289; }
span { border-color: rgb(252,242,137); }
td.TdClassName
{
border-color: #FCF289;
}
.TagClassName
{
border-color: #FCF289;
}
</style>