Shades of Milan #FCF392
Tints of Milan #FCF392
RGB
CMYK
RGB Variations
Color information
#FCF392 (or 0xFCF392) is known color: Milan. HEX triplet: FC, F3 and 92. RGB value is (252,243,146). Sum of RGB (Red+Green+Blue) = 252+243+146=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 146 (57.42% from 255 or 22.78% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF392 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF392 is #030C6D. Grayscale: #EBEBEB. Windows color (decimal): -199790 or 9630716. OLE color: 9630716.
HSL color Cylindrical-coordinate representation of color #FCF392: hue angle of 54.91º 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 #FCF392 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 146 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.01 |
| HSL | 54.91º | 0.95% | 0.78% | - |
| HSV(B) | 54.91º | 0.42% | 0.99% | - |
| XYZ | 77.38 | 86.87 | 39.88 | - |
| YUV | 234.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 146 | 0 | 0.04 | 0.42 | 0.01 | 54.91 | 0.95 | 0.78 |
| Hex | FC | F3 | 92 | 0 | 4 | 2A | 1 | 37 | 5F | 4E |
| Octal | 374 | 363 | 222 | 0 | 4 | 52 | 1 | 67 | 137 | 116 |
| Binary | 11111100 | 11110011 | 10010010 | 0 | 100 | 101010 | 1 | 110111 | 1011111 | 1001110 |
Color Harmonies of #FCF392
Complementary color
Monochromatic Colors of #FCF392
Black with #FCF392
Text Example
Text Example
White with #FCF392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF392; }
p { color: rgb(252,243,146); }
H1.HeaderClassName
{
color: #FCF392;
}
.AnyTagClassName
{
color: #FCF392;
}
</style>
background-color css
<style>
a { background-color: #FCF392; }
a { background-color: rgb(252,243,146); }
div.DivClassName
{
background-color: #FCF392;
}
.BgClassName
{
background-color: #FCF392;
}
</style>
border-color css
<style>
span { border-color: #FCF392; }
span { border-color: rgb(252,243,146); }
td.TdClassName
{
border-color: #FCF392;
}
.TagClassName
{
border-color: #FCF392;
}
</style>