Shades of Milan #F8F095
Tints of Milan #F8F095
RGB
CMYK
RGB Variations
Color information
#F8F095 (or 0xF8F095) is known color: Milan. HEX triplet: F8, F0 and 95. RGB value is (248,240,149). Sum of RGB (Red+Green+Blue) = 248+240+149=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 149 (58.59% from 255 or 23.39% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F095 is #070F6A. Grayscale: #E8E8E8. Windows color (decimal): -462699 or 9826552. OLE color: 9826552.
HSL color Cylindrical-coordinate representation of color #F8F095: hue angle of 55.15º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8F095 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 149 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.03 |
| HSL | 55.15º | 0.88% | 0.78% | - |
| HSV(B) | 55.15º | 0.4% | 0.97% | - |
| XYZ | 75.3 | 84.45 | 40.77 | - |
| YUV | 232.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 149 | 0 | 0.03 | 0.40 | 0.03 | 55.15 | 0.88 | 0.78 |
| Hex | F8 | F0 | 95 | 0 | 3 | 28 | 3 | 37 | 58 | 4E |
| Octal | 370 | 360 | 225 | 0 | 3 | 50 | 3 | 67 | 130 | 116 |
| Binary | 11111000 | 11110000 | 10010101 | 0 | 11 | 101000 | 11 | 110111 | 1011000 | 1001110 |
Color Harmonies of #F8F095
Complementary color
Monochromatic Colors of #F8F095
Black with #F8F095
Text Example
Text Example
White with #F8F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F095; }
p { color: rgb(248,240,149); }
H1.HeaderClassName
{
color: #F8F095;
}
.AnyTagClassName
{
color: #F8F095;
}
</style>
background-color css
<style>
a { background-color: #F8F095; }
a { background-color: rgb(248,240,149); }
div.DivClassName
{
background-color: #F8F095;
}
.BgClassName
{
background-color: #F8F095;
}
</style>
border-color css
<style>
span { border-color: #F8F095; }
span { border-color: rgb(248,240,149); }
td.TdClassName
{
border-color: #F8F095;
}
.TagClassName
{
border-color: #F8F095;
}
</style>