Shades of Milan #FFF18C
Tints of Milan #FFF18C
RGB
CMYK
RGB Variations
Color information
#FFF18C (or 0xFFF18C) is known color: Milan. HEX triplet: FF, F1 and 8C. RGB value is (255,241,140). Sum of RGB (Red+Green+Blue) = 255+241+140=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 140 (55.08% from 255 or 22.01% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF18C is #000E73. Grayscale: #EAEAEA. Windows color (decimal): -3700 or 9236991. OLE color: 9236991.
HSL color Cylindrical-coordinate representation of color #FFF18C: hue angle of 52.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFF18C is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 140 | - |
| CMYK | 0 | 0.05 | 0.45 | 0 |
| HSL | 52.7º | 1% | 0.77% | - |
| HSV(B) | 52.7º | 0.45% | 1% | - |
| XYZ | 77.43 | 86.06 | 37.34 | - |
| YUV | 233.67 | 75.14 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 140 | 0 | 0.05 | 0.45 | 0 | 52.7 | 1 | 0.77 |
| Hex | FF | F1 | 8C | 0 | 5 | 2D | 0 | 35 | 64 | 4D |
| Octal | 377 | 361 | 214 | 0 | 5 | 55 | 0 | 65 | 144 | 115 |
| Binary | 11111111 | 11110001 | 10001100 | 0 | 101 | 101101 | 0 | 110101 | 1100100 | 1001101 |
Color Harmonies of #FFF18C
Complementary color
Monochromatic Colors of #FFF18C
Black with #FFF18C
Text Example
Text Example
White with #FFF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF18C; }
p { color: rgb(255,241,140); }
H1.HeaderClassName
{
color: #FFF18C;
}
.AnyTagClassName
{
color: #FFF18C;
}
</style>
background-color css
<style>
a { background-color: #FFF18C; }
a { background-color: rgb(255,241,140); }
div.DivClassName
{
background-color: #FFF18C;
}
.BgClassName
{
background-color: #FFF18C;
}
</style>
border-color css
<style>
span { border-color: #FFF18C; }
span { border-color: rgb(255,241,140); }
td.TdClassName
{
border-color: #FFF18C;
}
.TagClassName
{
border-color: #FFF18C;
}
</style>