Shades of Milan #FCF393
Tints of Milan #FCF393
RGB
CMYK
RGB Variations
Color information
#FCF393 (or 0xFCF393) is known color: Milan. HEX triplet: FC, F3 and 93. RGB value is (252,243,147). Sum of RGB (Red+Green+Blue) = 252+243+147=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 147 (57.81% from 255 or 22.90% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF393 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF393 is #030C6C. Grayscale: #EBEBEB. Windows color (decimal): -199789 or 9696252. OLE color: 9696252.
HSL color Cylindrical-coordinate representation of color #FCF393: hue angle of 54.86º 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 #FCF393 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 147 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.01 |
| HSL | 54.86º | 0.95% | 0.78% | - |
| HSV(B) | 54.86º | 0.42% | 0.99% | - |
| XYZ | 77.46 | 86.9 | 40.3 | - |
| YUV | 234.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 147 | 0 | 0.04 | 0.42 | 0.01 | 54.86 | 0.95 | 0.78 |
| Hex | FC | F3 | 93 | 0 | 4 | 2A | 1 | 37 | 5F | 4E |
| Octal | 374 | 363 | 223 | 0 | 4 | 52 | 1 | 67 | 137 | 116 |
| Binary | 11111100 | 11110011 | 10010011 | 0 | 100 | 101010 | 1 | 110111 | 1011111 | 1001110 |
Color Harmonies of #FCF393
Complementary color
Monochromatic Colors of #FCF393
Black with #FCF393
Text Example
Text Example
White with #FCF393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF393; }
p { color: rgb(252,243,147); }
H1.HeaderClassName
{
color: #FCF393;
}
.AnyTagClassName
{
color: #FCF393;
}
</style>
background-color css
<style>
a { background-color: #FCF393; }
a { background-color: rgb(252,243,147); }
div.DivClassName
{
background-color: #FCF393;
}
.BgClassName
{
background-color: #FCF393;
}
</style>
border-color css
<style>
span { border-color: #FCF393; }
span { border-color: rgb(252,243,147); }
td.TdClassName
{
border-color: #FCF393;
}
.TagClassName
{
border-color: #FCF393;
}
</style>