Shades of Milan #FCF385
Tints of Milan #FCF385
RGB
CMYK
RGB Variations
Color information
#FCF385 (or 0xFCF385) is known color: Milan. HEX triplet: FC, F3 and 85. RGB value is (252,243,133). Sum of RGB (Red+Green+Blue) = 252+243+133=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 133 (52.34% from 255 or 21.18% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF385 is #030C7A. Grayscale: #E9E9E9. Windows color (decimal): -199803 or 8778748. OLE color: 8778748.
HSL color Cylindrical-coordinate representation of color #FCF385: hue angle of 55.46º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCF385 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 133 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.01 |
| HSL | 55.46º | 0.95% | 0.75% | - |
| HSV(B) | 55.46º | 0.47% | 0.99% | - |
| XYZ | 76.43 | 86.49 | 34.86 | - |
| YUV | 233.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 133 | 0 | 0.04 | 0.47 | 0.01 | 55.46 | 0.95 | 0.75 |
| Hex | FC | F3 | 85 | 0 | 4 | 2F | 1 | 37 | 5F | 4B |
| Octal | 374 | 363 | 205 | 0 | 4 | 57 | 1 | 67 | 137 | 113 |
| Binary | 11111100 | 11110011 | 10000101 | 0 | 100 | 101111 | 1 | 110111 | 1011111 | 1001011 |
Color Harmonies of #FCF385
Complementary color
Monochromatic Colors of #FCF385
Black with #FCF385
Text Example
Text Example
White with #FCF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF385; }
p { color: rgb(252,243,133); }
H1.HeaderClassName
{
color: #FCF385;
}
.AnyTagClassName
{
color: #FCF385;
}
</style>
background-color css
<style>
a { background-color: #FCF385; }
a { background-color: rgb(252,243,133); }
div.DivClassName
{
background-color: #FCF385;
}
.BgClassName
{
background-color: #FCF385;
}
</style>
border-color css
<style>
span { border-color: #FCF385; }
span { border-color: rgb(252,243,133); }
td.TdClassName
{
border-color: #FCF385;
}
.TagClassName
{
border-color: #FCF385;
}
</style>