Shades of Milan #FFFC85
Tints of Milan #FFFC85
RGB
CMYK
RGB Variations
Color information
#FFFC85 (or 0xFFFC85) is known color: Milan. HEX triplet: FF, FC and 85. RGB value is (255,252,133). Sum of RGB (Red+Green+Blue) = 255+252+133=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 133 (52.34% from 255 or 20.78% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC85 is #00037A. Grayscale: #EFEFEF. Windows color (decimal): -891 or 8781055. OLE color: 8781055.
HSL color Cylindrical-coordinate representation of color #FFFC85: hue angle of 58.52º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFFC85 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 133 | - |
| CMYK | 0 | 0.01 | 0.48 | 0 |
| HSL | 58.52º | 1% | 0.76% | - |
| HSV(B) | 58.52º | 0.48% | 1% | - |
| XYZ | 80.28 | 92.57 | 35.83 | - |
| YUV | 239.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 133 | 0 | 0.01 | 0.48 | 0 | 58.52 | 1 | 0.76 |
| Hex | FF | FC | 85 | 0 | 1 | 30 | 0 | 3B | 64 | 4C |
| Octal | 377 | 374 | 205 | 0 | 1 | 60 | 0 | 73 | 144 | 114 |
| Binary | 11111111 | 11111100 | 10000101 | 0 | 1 | 110000 | 0 | 111011 | 1100100 | 1001100 |
Color Harmonies of #FFFC85
Complementary color
Monochromatic Colors of #FFFC85
Black with #FFFC85
Text Example
Text Example
White with #FFFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC85; }
p { color: rgb(255,252,133); }
H1.HeaderClassName
{
color: #FFFC85;
}
.AnyTagClassName
{
color: #FFFC85;
}
</style>
background-color css
<style>
a { background-color: #FFFC85; }
a { background-color: rgb(255,252,133); }
div.DivClassName
{
background-color: #FFFC85;
}
.BgClassName
{
background-color: #FFFC85;
}
</style>
border-color css
<style>
span { border-color: #FFFC85; }
span { border-color: rgb(255,252,133); }
td.TdClassName
{
border-color: #FFFC85;
}
.TagClassName
{
border-color: #FFFC85;
}
</style>