Shades of Milan #F8F395
Tints of Milan #F8F395
RGB
CMYK
RGB Variations
Color information
#F8F395 (or 0xF8F395) is known color: Milan. HEX triplet: F8, F3 and 95. RGB value is (248,243,149). Sum of RGB (Red+Green+Blue) = 248+243+149=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 149 (58.59% from 255 or 23.28% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F395 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F395 is #070C6A. Grayscale: #EAEAEA. Windows color (decimal): -461931 or 9827320. OLE color: 9827320.
HSL color Cylindrical-coordinate representation of color #F8F395: hue angle of 56.97º 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 #F8F395 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 149 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.03 |
| HSL | 56.97º | 0.88% | 0.78% | - |
| HSV(B) | 56.97º | 0.4% | 0.97% | - |
| XYZ | 76.19 | 86.23 | 41.06 | - |
| YUV | 233.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 149 | 0 | 0.02 | 0.40 | 0.03 | 56.97 | 0.88 | 0.78 |
| Hex | F8 | F3 | 95 | 0 | 2 | 28 | 3 | 39 | 58 | 4E |
| Octal | 370 | 363 | 225 | 0 | 2 | 50 | 3 | 71 | 130 | 116 |
| Binary | 11111000 | 11110011 | 10010101 | 0 | 10 | 101000 | 11 | 111001 | 1011000 | 1001110 |
Color Harmonies of #F8F395
Complementary color
Monochromatic Colors of #F8F395
Black with #F8F395
Text Example
Text Example
White with #F8F395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F395; }
p { color: rgb(248,243,149); }
H1.HeaderClassName
{
color: #F8F395;
}
.AnyTagClassName
{
color: #F8F395;
}
</style>
background-color css
<style>
a { background-color: #F8F395; }
a { background-color: rgb(248,243,149); }
div.DivClassName
{
background-color: #F8F395;
}
.BgClassName
{
background-color: #F8F395;
}
</style>
border-color css
<style>
span { border-color: #F8F395; }
span { border-color: rgb(248,243,149); }
td.TdClassName
{
border-color: #F8F395;
}
.TagClassName
{
border-color: #F8F395;
}
</style>