Shades of Milan #F6F185
Tints of Milan #F6F185
RGB
CMYK
RGB Variations
Color information
#F6F185 (or 0xF6F185) is known color: Milan. HEX triplet: F6, F1 and 85. RGB value is (246,241,133). Sum of RGB (Red+Green+Blue) = 246+241+133=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 133 (52.34% from 255 or 21.45% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F185 is #090E7A. Grayscale: #E6E6E6. Windows color (decimal): -593531 or 8778230. OLE color: 8778230.
HSL color Cylindrical-coordinate representation of color #F6F185: hue angle of 57.35º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6F185 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 241 | 133 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.04 |
| HSL | 57.35º | 0.86% | 0.74% | - |
| HSV(B) | 57.35º | 0.46% | 0.96% | - |
| XYZ | 73.69 | 84.2 | 34.56 | - |
| YUV | 230.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 241 | 133 | 0 | 0.02 | 0.46 | 0.04 | 57.35 | 0.86 | 0.74 |
| Hex | F6 | F1 | 85 | 0 | 2 | 2E | 4 | 39 | 56 | 4A |
| Octal | 366 | 361 | 205 | 0 | 2 | 56 | 4 | 71 | 126 | 112 |
| Binary | 11110110 | 11110001 | 10000101 | 0 | 10 | 101110 | 100 | 111001 | 1010110 | 1001010 |
Color Harmonies of #F6F185
Complementary color
Monochromatic Colors of #F6F185
Black with #F6F185
Text Example
Text Example
White with #F6F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F185; }
p { color: rgb(246,241,133); }
H1.HeaderClassName
{
color: #F6F185;
}
.AnyTagClassName
{
color: #F6F185;
}
</style>
background-color css
<style>
a { background-color: #F6F185; }
a { background-color: rgb(246,241,133); }
div.DivClassName
{
background-color: #F6F185;
}
.BgClassName
{
background-color: #F6F185;
}
</style>
border-color css
<style>
span { border-color: #F6F185; }
span { border-color: rgb(246,241,133); }
td.TdClassName
{
border-color: #F6F185;
}
.TagClassName
{
border-color: #F6F185;
}
</style>