Shades of Milan #F8F190
Tints of Milan #F8F190
RGB
CMYK
RGB Variations
Color information
#F8F190 (or 0xF8F190) is known color: Milan. HEX triplet: F8, F1 and 90. RGB value is (248,241,144). Sum of RGB (Red+Green+Blue) = 248+241+144=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 144 (56.64% from 255 or 22.75% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F190 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F190 is #070E6F. Grayscale: #E8E8E8. Windows color (decimal): -462448 or 9499128. OLE color: 9499128.
HSL color Cylindrical-coordinate representation of color #F8F190: hue angle of 55.96º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8F190 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 144 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.03 |
| HSL | 55.96º | 0.88% | 0.77% | - |
| HSV(B) | 55.96º | 0.42% | 0.97% | - |
| XYZ | 75.2 | 84.88 | 38.81 | - |
| YUV | 232.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 144 | 0 | 0.03 | 0.42 | 0.03 | 55.96 | 0.88 | 0.77 |
| Hex | F8 | F1 | 90 | 0 | 3 | 2A | 3 | 38 | 58 | 4D |
| Octal | 370 | 361 | 220 | 0 | 3 | 52 | 3 | 70 | 130 | 115 |
| Binary | 11111000 | 11110001 | 10010000 | 0 | 11 | 101010 | 11 | 111000 | 1011000 | 1001101 |
Color Harmonies of #F8F190
Complementary color
Monochromatic Colors of #F8F190
Black with #F8F190
Text Example
Text Example
White with #F8F190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F190; }
p { color: rgb(248,241,144); }
H1.HeaderClassName
{
color: #F8F190;
}
.AnyTagClassName
{
color: #F8F190;
}
</style>
background-color css
<style>
a { background-color: #F8F190; }
a { background-color: rgb(248,241,144); }
div.DivClassName
{
background-color: #F8F190;
}
.BgClassName
{
background-color: #F8F190;
}
</style>
border-color css
<style>
span { border-color: #F8F190; }
span { border-color: rgb(248,241,144); }
td.TdClassName
{
border-color: #F8F190;
}
.TagClassName
{
border-color: #F8F190;
}
</style>