Shades of Milan #F7F095
Tints of Milan #F7F095
RGB
CMYK
RGB Variations
Color information
#F7F095 (or 0xF7F095) is known color: Milan. HEX triplet: F7, F0 and 95. RGB value is (247,240,149). Sum of RGB (Red+Green+Blue) = 247+240+149=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 149 (58.59% from 255 or 23.43% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F095 is #080F6A. Grayscale: #E8E8E8. Windows color (decimal): -528235 or 9826551. OLE color: 9826551.
HSL color Cylindrical-coordinate representation of color #F7F095: hue angle of 55.71º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7F095 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 149 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.03 |
| HSL | 55.71º | 0.86% | 0.78% | - |
| HSV(B) | 55.71º | 0.4% | 0.97% | - |
| XYZ | 74.94 | 84.26 | 40.75 | - |
| YUV | 231.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 149 | 0 | 0.03 | 0.40 | 0.03 | 55.71 | 0.86 | 0.78 |
| Hex | F7 | F0 | 95 | 0 | 3 | 28 | 3 | 38 | 56 | 4E |
| Octal | 367 | 360 | 225 | 0 | 3 | 50 | 3 | 70 | 126 | 116 |
| Binary | 11110111 | 11110000 | 10010101 | 0 | 11 | 101000 | 11 | 111000 | 1010110 | 1001110 |
Color Harmonies of #F7F095
Complementary color
Monochromatic Colors of #F7F095
Black with #F7F095
Text Example
Text Example
White with #F7F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F095; }
p { color: rgb(247,240,149); }
H1.HeaderClassName
{
color: #F7F095;
}
.AnyTagClassName
{
color: #F7F095;
}
</style>
background-color css
<style>
a { background-color: #F7F095; }
a { background-color: rgb(247,240,149); }
div.DivClassName
{
background-color: #F7F095;
}
.BgClassName
{
background-color: #F7F095;
}
</style>
border-color css
<style>
span { border-color: #F7F095; }
span { border-color: rgb(247,240,149); }
td.TdClassName
{
border-color: #F7F095;
}
.TagClassName
{
border-color: #F7F095;
}
</style>