Shades of Milan #F8F795
Tints of Milan #F8F795
RGB
CMYK
RGB Variations
Color information
#F8F795 (or 0xF8F795) is known color: Milan. HEX triplet: F8, F7 and 95. RGB value is (248,247,149). Sum of RGB (Red+Green+Blue) = 248+247+149=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 149 (58.59% from 255 or 23.14% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F795 is #07086A. Grayscale: #ECECEC. Windows color (decimal): -460907 or 9828344. OLE color: 9828344.
HSL color Cylindrical-coordinate representation of color #F8F795: hue angle of 59.39º 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 #F8F795 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 247 | 149 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.03 |
| HSL | 59.39º | 0.88% | 0.78% | - |
| HSV(B) | 59.39º | 0.4% | 0.97% | - |
| XYZ | 77.4 | 88.65 | 41.47 | - |
| YUV | 236.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 247 | 149 | 0 | 0.00 | 0.40 | 0.03 | 59.39 | 0.88 | 0.78 |
| Hex | F8 | F7 | 95 | 0 | 0 | 28 | 3 | 3B | 58 | 4E |
| Octal | 370 | 367 | 225 | 0 | 0 | 50 | 3 | 73 | 130 | 116 |
| Binary | 11111000 | 11110111 | 10010101 | 0 | 0 | 101000 | 11 | 111011 | 1011000 | 1001110 |
Color Harmonies of #F8F795
Complementary color
Monochromatic Colors of #F8F795
Black with #F8F795
Text Example
Text Example
White with #F8F795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F795; }
p { color: rgb(248,247,149); }
H1.HeaderClassName
{
color: #F8F795;
}
.AnyTagClassName
{
color: #F8F795;
}
</style>
background-color css
<style>
a { background-color: #F8F795; }
a { background-color: rgb(248,247,149); }
div.DivClassName
{
background-color: #F8F795;
}
.BgClassName
{
background-color: #F8F795;
}
</style>
border-color css
<style>
span { border-color: #F8F795; }
span { border-color: rgb(248,247,149); }
td.TdClassName
{
border-color: #F8F795;
}
.TagClassName
{
border-color: #F8F795;
}
</style>