Shades of Milan #FCF192
Tints of Milan #FCF192
RGB
CMYK
RGB Variations
Color information
#FCF192 (or 0xFCF192) is known color: Milan. HEX triplet: FC, F1 and 92. RGB value is (252,241,146). Sum of RGB (Red+Green+Blue) = 252+241+146=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 146 (57.42% from 255 or 22.85% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF192 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF192 is #030E6D. Grayscale: #E9E9E9. Windows color (decimal): -200302 or 9630204. OLE color: 9630204.
HSL color Cylindrical-coordinate representation of color #FCF192: hue angle of 53.77º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCF192 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 146 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.01 |
| HSL | 53.77º | 0.95% | 0.78% | - |
| HSV(B) | 53.77º | 0.42% | 0.99% | - |
| XYZ | 76.79 | 85.68 | 39.69 | - |
| YUV | 233.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 146 | 0 | 0.04 | 0.42 | 0.01 | 53.77 | 0.95 | 0.78 |
| Hex | FC | F1 | 92 | 0 | 4 | 2A | 1 | 36 | 5F | 4E |
| Octal | 374 | 361 | 222 | 0 | 4 | 52 | 1 | 66 | 137 | 116 |
| Binary | 11111100 | 11110001 | 10010010 | 0 | 100 | 101010 | 1 | 110110 | 1011111 | 1001110 |
Color Harmonies of #FCF192
Complementary color
Monochromatic Colors of #FCF192
Black with #FCF192
Text Example
Text Example
White with #FCF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF192; }
p { color: rgb(252,241,146); }
H1.HeaderClassName
{
color: #FCF192;
}
.AnyTagClassName
{
color: #FCF192;
}
</style>
background-color css
<style>
a { background-color: #FCF192; }
a { background-color: rgb(252,241,146); }
div.DivClassName
{
background-color: #FCF192;
}
.BgClassName
{
background-color: #FCF192;
}
</style>
border-color css
<style>
span { border-color: #FCF192; }
span { border-color: rgb(252,241,146); }
td.TdClassName
{
border-color: #FCF192;
}
.TagClassName
{
border-color: #FCF192;
}
</style>