Shades of Milan #F8F598
Tints of Milan #F8F598
RGB
CMYK
RGB Variations
Color information
#F8F598 (or 0xF8F598) is known color: Milan. HEX triplet: F8, F5 and 98. RGB value is (248,245,152). Sum of RGB (Red+Green+Blue) = 248+245+152=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 152 (59.77% from 255 or 23.57% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F598 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F598 is #070A67. Grayscale: #EBEBEB. Windows color (decimal): -461416 or 10024440. OLE color: 10024440.
HSL color Cylindrical-coordinate representation of color #F8F598: hue angle of 58.12º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8F598 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 152 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.03 |
| HSL | 58.13º | 0.87% | 0.78% | - |
| HSV(B) | 58.13º | 0.39% | 0.97% | - |
| XYZ | 77.03 | 87.53 | 42.54 | - |
| YUV | 235.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 152 | 0 | 0.01 | 0.39 | 0.03 | 58.13 | 0.87 | 0.78 |
| Hex | F8 | F5 | 98 | 0 | 1 | 27 | 3 | 3A | 57 | 4E |
| Octal | 370 | 365 | 230 | 0 | 1 | 47 | 3 | 72 | 127 | 116 |
| Binary | 11111000 | 11110101 | 10011000 | 0 | 1 | 100111 | 11 | 111010 | 1010111 | 1001110 |
Color Harmonies of #F8F598
Complementary color
Monochromatic Colors of #F8F598
Black with #F8F598
Text Example
Text Example
White with #F8F598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F598; }
p { color: rgb(248,245,152); }
H1.HeaderClassName
{
color: #F8F598;
}
.AnyTagClassName
{
color: #F8F598;
}
</style>
background-color css
<style>
a { background-color: #F8F598; }
a { background-color: rgb(248,245,152); }
div.DivClassName
{
background-color: #F8F598;
}
.BgClassName
{
background-color: #F8F598;
}
</style>
border-color css
<style>
span { border-color: #F8F598; }
span { border-color: rgb(248,245,152); }
td.TdClassName
{
border-color: #F8F598;
}
.TagClassName
{
border-color: #F8F598;
}
</style>