Shades of Milan #F7F08E
Tints of Milan #F7F08E
RGB
CMYK
RGB Variations
Color information
#F7F08E (or 0xF7F08E) is known color: Milan. HEX triplet: F7, F0 and 8E. RGB value is (247,240,142). Sum of RGB (Red+Green+Blue) = 247+240+142=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 142 (55.86% from 255 or 22.58% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F08E is #080F71. Grayscale: #E7E7E7. Windows color (decimal): -528242 or 9367799. OLE color: 9367799.
HSL color Cylindrical-coordinate representation of color #F7F08E: hue angle of 56º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7F08E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 142 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.03 |
| HSL | 56º | 0.87% | 0.76% | - |
| HSV(B) | 56º | 0.43% | 0.97% | - |
| XYZ | 74.4 | 84.05 | 37.89 | - |
| YUV | 230.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 142 | 0 | 0.03 | 0.43 | 0.03 | 56 | 0.87 | 0.76 |
| Hex | F7 | F0 | 8E | 0 | 3 | 2B | 3 | 38 | 57 | 4C |
| Octal | 367 | 360 | 216 | 0 | 3 | 53 | 3 | 70 | 127 | 114 |
| Binary | 11110111 | 11110000 | 10001110 | 0 | 11 | 101011 | 11 | 111000 | 1010111 | 1001100 |
Color Harmonies of #F7F08E
Complementary color
Monochromatic Colors of #F7F08E
Black with #F7F08E
Text Example
Text Example
White with #F7F08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F08E; }
p { color: rgb(247,240,142); }
H1.HeaderClassName
{
color: #F7F08E;
}
.AnyTagClassName
{
color: #F7F08E;
}
</style>
background-color css
<style>
a { background-color: #F7F08E; }
a { background-color: rgb(247,240,142); }
div.DivClassName
{
background-color: #F7F08E;
}
.BgClassName
{
background-color: #F7F08E;
}
</style>
border-color css
<style>
span { border-color: #F7F08E; }
span { border-color: rgb(247,240,142); }
td.TdClassName
{
border-color: #F7F08E;
}
.TagClassName
{
border-color: #F7F08E;
}
</style>