Shades of Milan #F6F68E
Tints of Milan #F6F68E
RGB
CMYK
RGB Variations
Color information
#F6F68E (or 0xF6F68E) is known color: Milan. HEX triplet: F6, F6 and 8E. RGB value is (246,246,142). Sum of RGB (Red+Green+Blue) = 246+246+142=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 142 (55.86% from 255 or 22.40% from 634); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F68E is #090971. Grayscale: #EAEAEA. Windows color (decimal): -592242 or 9369334. OLE color: 9369334.
HSL color Cylindrical-coordinate representation of color #F6F68E: hue angle of 60º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6F68E is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 246 | 142 | - |
| CMYK | 0 | 0 | 0.42 | 0.04 |
| HSL | 60º | 0.85% | 0.76% | - |
| HSV(B) | 60º | 0.42% | 0.96% | - |
| XYZ | 75.84 | 87.46 | 38.47 | - |
| YUV | 234.14 | 76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 246 | 142 | 0 | 0 | 0.42 | 0.04 | 60 | 0.85 | 0.76 |
| Hex | F6 | F6 | 8E | 0 | 0 | 2A | 4 | 3C | 55 | 4C |
| Octal | 366 | 366 | 216 | 0 | 0 | 52 | 4 | 74 | 125 | 114 |
| Binary | 11110110 | 11110110 | 10001110 | 0 | 0 | 101010 | 100 | 111100 | 1010101 | 1001100 |
Color Harmonies of #F6F68E
Complementary color
Monochromatic Colors of #F6F68E
Black with #F6F68E
Text Example
Text Example
White with #F6F68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F68E; }
p { color: rgb(246,246,142); }
H1.HeaderClassName
{
color: #F6F68E;
}
.AnyTagClassName
{
color: #F6F68E;
}
</style>
background-color css
<style>
a { background-color: #F6F68E; }
a { background-color: rgb(246,246,142); }
div.DivClassName
{
background-color: #F6F68E;
}
.BgClassName
{
background-color: #F6F68E;
}
</style>
border-color css
<style>
span { border-color: #F6F68E; }
span { border-color: rgb(246,246,142); }
td.TdClassName
{
border-color: #F6F68E;
}
.TagClassName
{
border-color: #F6F68E;
}
</style>