Shades of Milan #F8F192
Tints of Milan #F8F192
RGB
CMYK
RGB Variations
Color information
#F8F192 (or 0xF8F192) is known color: Milan. HEX triplet: F8, F1 and 92. RGB value is (248,241,146). Sum of RGB (Red+Green+Blue) = 248+241+146=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 146 (57.42% from 255 or 22.99% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F192 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F192 is #070E6D. Grayscale: #E8E8E8. Windows color (decimal): -462446 or 9630200. OLE color: 9630200.
HSL color Cylindrical-coordinate representation of color #F8F192: hue angle of 55.88º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8F192 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 146 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.03 |
| HSL | 55.88º | 0.88% | 0.77% | - |
| HSV(B) | 55.88º | 0.41% | 0.97% | - |
| XYZ | 75.36 | 84.94 | 39.62 | - |
| YUV | 232.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 146 | 0 | 0.03 | 0.41 | 0.03 | 55.88 | 0.88 | 0.77 |
| Hex | F8 | F1 | 92 | 0 | 3 | 29 | 3 | 38 | 58 | 4D |
| Octal | 370 | 361 | 222 | 0 | 3 | 51 | 3 | 70 | 130 | 115 |
| Binary | 11111000 | 11110001 | 10010010 | 0 | 11 | 101001 | 11 | 111000 | 1011000 | 1001101 |
Color Harmonies of #F8F192
Complementary color
Monochromatic Colors of #F8F192
Black with #F8F192
Text Example
Text Example
White with #F8F192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F192; }
p { color: rgb(248,241,146); }
H1.HeaderClassName
{
color: #F8F192;
}
.AnyTagClassName
{
color: #F8F192;
}
</style>
background-color css
<style>
a { background-color: #F8F192; }
a { background-color: rgb(248,241,146); }
div.DivClassName
{
background-color: #F8F192;
}
.BgClassName
{
background-color: #F8F192;
}
</style>
border-color css
<style>
span { border-color: #F8F192; }
span { border-color: rgb(248,241,146); }
td.TdClassName
{
border-color: #F8F192;
}
.TagClassName
{
border-color: #F8F192;
}
</style>