Shades of Milan #F8F98E
Tints of Milan #F8F98E
RGB
CMYK
RGB Variations
Color information
#F8F98E (or 0xF8F98E) is known color: Milan. HEX triplet: F8, F9 and 8E. RGB value is (248,249,142). Sum of RGB (Red+Green+Blue) = 248+249+142=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 142 (55.86% from 255 or 22.22% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F98E is #070671. Grayscale: #ECECEC. Windows color (decimal): -460402 or 9370104. OLE color: 9370104.
HSL color Cylindrical-coordinate representation of color #F8F98E: hue angle of 60.56º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8F98E is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 142 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.02 |
| HSL | 60.56º | 0.9% | 0.77% | - |
| HSV(B) | 60.56º | 0.43% | 0.98% | - |
| XYZ | 77.47 | 89.66 | 38.81 | - |
| YUV | 236.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 142 | 0.00 | 0 | 0.43 | 0.02 | 60.56 | 0.9 | 0.77 |
| Hex | F8 | F9 | 8E | 0 | 0 | 2B | 2 | 3D | 5A | 4D |
| Octal | 370 | 371 | 216 | 0 | 0 | 53 | 2 | 75 | 132 | 115 |
| Binary | 11111000 | 11111001 | 10001110 | 0 | 0 | 101011 | 10 | 111101 | 1011010 | 1001101 |
Color Harmonies of #F8F98E
Complementary color
Monochromatic Colors of #F8F98E
Black with #F8F98E
Text Example
Text Example
White with #F8F98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F98E; }
p { color: rgb(248,249,142); }
H1.HeaderClassName
{
color: #F8F98E;
}
.AnyTagClassName
{
color: #F8F98E;
}
</style>
background-color css
<style>
a { background-color: #F8F98E; }
a { background-color: rgb(248,249,142); }
div.DivClassName
{
background-color: #F8F98E;
}
.BgClassName
{
background-color: #F8F98E;
}
</style>
border-color css
<style>
span { border-color: #F8F98E; }
span { border-color: rgb(248,249,142); }
td.TdClassName
{
border-color: #F8F98E;
}
.TagClassName
{
border-color: #F8F98E;
}
</style>