Shades of Milan #F8F18E
Tints of Milan #F8F18E
RGB
CMYK
RGB Variations
Color information
#F8F18E (or 0xF8F18E) is known color: Milan. HEX triplet: F8, F1 and 8E. RGB value is (248,241,142). Sum of RGB (Red+Green+Blue) = 248+241+142=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 142 (55.86% from 255 or 22.50% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F18E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F18E is #070E71. Grayscale: #E8E8E8. Windows color (decimal): -462450 or 9368056. OLE color: 9368056.
HSL color Cylindrical-coordinate representation of color #F8F18E: hue angle of 56.04º degrees, saturation: 0.88, 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 #F8F18E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 142 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.03 |
| HSL | 56.04º | 0.88% | 0.76% | - |
| HSV(B) | 56.04º | 0.43% | 0.97% | - |
| XYZ | 75.05 | 84.82 | 38.01 | - |
| YUV | 231.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 142 | 0 | 0.03 | 0.43 | 0.03 | 56.04 | 0.88 | 0.76 |
| Hex | F8 | F1 | 8E | 0 | 3 | 2B | 3 | 38 | 58 | 4C |
| Octal | 370 | 361 | 216 | 0 | 3 | 53 | 3 | 70 | 130 | 114 |
| Binary | 11111000 | 11110001 | 10001110 | 0 | 11 | 101011 | 11 | 111000 | 1011000 | 1001100 |
Color Harmonies of #F8F18E
Complementary color
Monochromatic Colors of #F8F18E
Black with #F8F18E
Text Example
Text Example
White with #F8F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F18E; }
p { color: rgb(248,241,142); }
H1.HeaderClassName
{
color: #F8F18E;
}
.AnyTagClassName
{
color: #F8F18E;
}
</style>
background-color css
<style>
a { background-color: #F8F18E; }
a { background-color: rgb(248,241,142); }
div.DivClassName
{
background-color: #F8F18E;
}
.BgClassName
{
background-color: #F8F18E;
}
</style>
border-color css
<style>
span { border-color: #F8F18E; }
span { border-color: rgb(248,241,142); }
td.TdClassName
{
border-color: #F8F18E;
}
.TagClassName
{
border-color: #F8F18E;
}
</style>