Shades of Milan #FCF497
Tints of Milan #FCF497
RGB
CMYK
RGB Variations
Color information
#FCF497 (or 0xFCF497) is known color: Milan. HEX triplet: FC, F4 and 97. RGB value is (252,244,151). Sum of RGB (Red+Green+Blue) = 252+244+151=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 151 (59.38% from 255 or 23.34% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF497 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF497 is #030B68. Grayscale: #ECECEC. Windows color (decimal): -199529 or 9958652. OLE color: 9958652.
HSL color Cylindrical-coordinate representation of color #FCF497: hue angle of 55.25º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCF497 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 151 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.01 |
| HSL | 55.25º | 0.94% | 0.79% | - |
| HSV(B) | 55.25º | 0.4% | 0.99% | - |
| XYZ | 78.08 | 87.63 | 42.08 | - |
| YUV | 235.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 151 | 0 | 0.03 | 0.40 | 0.01 | 55.25 | 0.94 | 0.79 |
| Hex | FC | F4 | 97 | 0 | 3 | 28 | 1 | 37 | 5E | 4F |
| Octal | 374 | 364 | 227 | 0 | 3 | 50 | 1 | 67 | 136 | 117 |
| Binary | 11111100 | 11110100 | 10010111 | 0 | 11 | 101000 | 1 | 110111 | 1011110 | 1001111 |
Color Harmonies of #FCF497
Complementary color
Monochromatic Colors of #FCF497
Black with #FCF497
Text Example
Text Example
White with #FCF497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF497; }
p { color: rgb(252,244,151); }
H1.HeaderClassName
{
color: #FCF497;
}
.AnyTagClassName
{
color: #FCF497;
}
</style>
background-color css
<style>
a { background-color: #FCF497; }
a { background-color: rgb(252,244,151); }
div.DivClassName
{
background-color: #FCF497;
}
.BgClassName
{
background-color: #FCF497;
}
</style>
border-color css
<style>
span { border-color: #FCF497; }
span { border-color: rgb(252,244,151); }
td.TdClassName
{
border-color: #FCF497;
}
.TagClassName
{
border-color: #FCF497;
}
</style>