Shades of Milan #F6F288
Tints of Milan #F6F288
RGB
CMYK
RGB Variations
Color information
#F6F288 (or 0xF6F288) is known color: Milan. HEX triplet: F6, F2 and 88. RGB value is (246,242,136). Sum of RGB (Red+Green+Blue) = 246+242+136=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 136 (53.52% from 255 or 21.79% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F288 is #090D77. Grayscale: #E7E7E7. Windows color (decimal): -593272 or 8975094. OLE color: 8975094.
HSL color Cylindrical-coordinate representation of color #F6F288: hue angle of 57.82º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6F288 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 136 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.04 |
| HSL | 57.82º | 0.86% | 0.75% | - |
| HSV(B) | 57.82º | 0.45% | 0.96% | - |
| XYZ | 74.2 | 84.87 | 35.76 | - |
| YUV | 231.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 136 | 0 | 0.02 | 0.45 | 0.04 | 57.82 | 0.86 | 0.75 |
| Hex | F6 | F2 | 88 | 0 | 2 | 2D | 4 | 3A | 56 | 4B |
| Octal | 366 | 362 | 210 | 0 | 2 | 55 | 4 | 72 | 126 | 113 |
| Binary | 11110110 | 11110010 | 10001000 | 0 | 10 | 101101 | 100 | 111010 | 1010110 | 1001011 |
Color Harmonies of #F6F288
Complementary color
Monochromatic Colors of #F6F288
Black with #F6F288
Text Example
Text Example
White with #F6F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F288; }
p { color: rgb(246,242,136); }
H1.HeaderClassName
{
color: #F6F288;
}
.AnyTagClassName
{
color: #F6F288;
}
</style>
background-color css
<style>
a { background-color: #F6F288; }
a { background-color: rgb(246,242,136); }
div.DivClassName
{
background-color: #F6F288;
}
.BgClassName
{
background-color: #F6F288;
}
</style>
border-color css
<style>
span { border-color: #F6F288; }
span { border-color: rgb(246,242,136); }
td.TdClassName
{
border-color: #F6F288;
}
.TagClassName
{
border-color: #F6F288;
}
</style>