Shades of Milan #F8F788
Tints of Milan #F8F788
RGB
CMYK
RGB Variations
Color information
#F8F788 (or 0xF8F788) is known color: Milan. HEX triplet: F8, F7 and 88. RGB value is (248,247,136). Sum of RGB (Red+Green+Blue) = 248+247+136=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 136 (53.52% from 255 or 21.55% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F788 is #070877. Grayscale: #EBEBEB. Windows color (decimal): -460920 or 8976376. OLE color: 8976376.
HSL color Cylindrical-coordinate representation of color #F8F788: hue angle of 59.46º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8F788 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 247 | 136 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.03 |
| HSL | 59.46º | 0.89% | 0.75% | - |
| HSV(B) | 59.46º | 0.45% | 0.97% | - |
| XYZ | 76.42 | 88.26 | 36.3 | - |
| YUV | 234.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 247 | 136 | 0 | 0.00 | 0.45 | 0.03 | 59.46 | 0.89 | 0.75 |
| Hex | F8 | F7 | 88 | 0 | 0 | 2D | 3 | 3B | 59 | 4B |
| Octal | 370 | 367 | 210 | 0 | 0 | 55 | 3 | 73 | 131 | 113 |
| Binary | 11111000 | 11110111 | 10001000 | 0 | 0 | 101101 | 11 | 111011 | 1011001 | 1001011 |
Color Harmonies of #F8F788
Complementary color
Monochromatic Colors of #F8F788
Black with #F8F788
Text Example
Text Example
White with #F8F788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F788; }
p { color: rgb(248,247,136); }
H1.HeaderClassName
{
color: #F8F788;
}
.AnyTagClassName
{
color: #F8F788;
}
</style>
background-color css
<style>
a { background-color: #F8F788; }
a { background-color: rgb(248,247,136); }
div.DivClassName
{
background-color: #F8F788;
}
.BgClassName
{
background-color: #F8F788;
}
</style>
border-color css
<style>
span { border-color: #F8F788; }
span { border-color: rgb(248,247,136); }
td.TdClassName
{
border-color: #F8F788;
}
.TagClassName
{
border-color: #F8F788;
}
</style>