Shades of Milan #FCF290
Tints of Milan #FCF290
RGB
CMYK
RGB Variations
Color information
#FCF290 (or 0xFCF290) is known color: Milan. HEX triplet: FC, F2 and 90. RGB value is (252,242,144). Sum of RGB (Red+Green+Blue) = 252+242+144=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 144 (56.64% from 255 or 22.57% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF290 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF290 is #030D6F. Grayscale: #EAEAEA. Windows color (decimal): -200048 or 9499388. OLE color: 9499388.
HSL color Cylindrical-coordinate representation of color #FCF290: hue angle of 54.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCF290 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 144 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.01 |
| HSL | 54.44º | 0.95% | 0.78% | - |
| HSV(B) | 54.44º | 0.43% | 0.99% | - |
| XYZ | 76.93 | 86.21 | 38.97 | - |
| YUV | 233.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 144 | 0 | 0.04 | 0.43 | 0.01 | 54.44 | 0.95 | 0.78 |
| Hex | FC | F2 | 90 | 0 | 4 | 2B | 1 | 36 | 5F | 4E |
| Octal | 374 | 362 | 220 | 0 | 4 | 53 | 1 | 66 | 137 | 116 |
| Binary | 11111100 | 11110010 | 10010000 | 0 | 100 | 101011 | 1 | 110110 | 1011111 | 1001110 |
Color Harmonies of #FCF290
Complementary color
Monochromatic Colors of #FCF290
Black with #FCF290
Text Example
Text Example
White with #FCF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF290; }
p { color: rgb(252,242,144); }
H1.HeaderClassName
{
color: #FCF290;
}
.AnyTagClassName
{
color: #FCF290;
}
</style>
background-color css
<style>
a { background-color: #FCF290; }
a { background-color: rgb(252,242,144); }
div.DivClassName
{
background-color: #FCF290;
}
.BgClassName
{
background-color: #FCF290;
}
</style>
border-color css
<style>
span { border-color: #FCF290; }
span { border-color: rgb(252,242,144); }
td.TdClassName
{
border-color: #FCF290;
}
.TagClassName
{
border-color: #FCF290;
}
</style>