Shades of Milan #F8F087
Tints of Milan #F8F087
RGB
CMYK
RGB Variations
Color information
#F8F087 (or 0xF8F087) is known color: Milan. HEX triplet: F8, F0 and 87. RGB value is (248,240,135). Sum of RGB (Red+Green+Blue) = 248+240+135=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 135 (53.12% from 255 or 21.67% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F087 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F087 is #070F78. Grayscale: #E6E6E6. Windows color (decimal): -462713 or 8909048. OLE color: 8909048.
HSL color Cylindrical-coordinate representation of color #F8F087: hue angle of 55.75º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8F087 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 135 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.03 |
| HSL | 55.75º | 0.89% | 0.75% | - |
| HSV(B) | 55.75º | 0.46% | 0.97% | - |
| XYZ | 74.24 | 84.03 | 35.23 | - |
| YUV | 230.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 135 | 0 | 0.03 | 0.46 | 0.03 | 55.75 | 0.89 | 0.75 |
| Hex | F8 | F0 | 87 | 0 | 3 | 2E | 3 | 38 | 59 | 4B |
| Octal | 370 | 360 | 207 | 0 | 3 | 56 | 3 | 70 | 131 | 113 |
| Binary | 11111000 | 11110000 | 10000111 | 0 | 11 | 101110 | 11 | 111000 | 1011001 | 1001011 |
Color Harmonies of #F8F087
Complementary color
Monochromatic Colors of #F8F087
Black with #F8F087
Text Example
Text Example
White with #F8F087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F087; }
p { color: rgb(248,240,135); }
H1.HeaderClassName
{
color: #F8F087;
}
.AnyTagClassName
{
color: #F8F087;
}
</style>
background-color css
<style>
a { background-color: #F8F087; }
a { background-color: rgb(248,240,135); }
div.DivClassName
{
background-color: #F8F087;
}
.BgClassName
{
background-color: #F8F087;
}
</style>
border-color css
<style>
span { border-color: #F8F087; }
span { border-color: rgb(248,240,135); }
td.TdClassName
{
border-color: #F8F087;
}
.TagClassName
{
border-color: #F8F087;
}
</style>