Shades of Milan #F8F287
Tints of Milan #F8F287
RGB
CMYK
RGB Variations
Color information
#F8F287 (or 0xF8F287) is known color: Milan. HEX triplet: F8, F2 and 87. RGB value is (248,242,135). Sum of RGB (Red+Green+Blue) = 248+242+135=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 135 (53.12% from 255 or 21.6% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F287 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F287 is #070D78. Grayscale: #E8E8E8. Windows color (decimal): -462201 or 8909560. OLE color: 8909560.
HSL color Cylindrical-coordinate representation of color #F8F287: hue angle of 56.81º 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 #F8F287 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 135 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.03 |
| HSL | 56.81º | 0.89% | 0.75% | - |
| HSV(B) | 56.81º | 0.46% | 0.97% | - |
| XYZ | 74.84 | 85.21 | 35.42 | - |
| YUV | 231.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 135 | 0 | 0.02 | 0.46 | 0.03 | 56.81 | 0.89 | 0.75 |
| Hex | F8 | F2 | 87 | 0 | 2 | 2E | 3 | 39 | 59 | 4B |
| Octal | 370 | 362 | 207 | 0 | 2 | 56 | 3 | 71 | 131 | 113 |
| Binary | 11111000 | 11110010 | 10000111 | 0 | 10 | 101110 | 11 | 111001 | 1011001 | 1001011 |
Color Harmonies of #F8F287
Complementary color
Monochromatic Colors of #F8F287
Black with #F8F287
Text Example
Text Example
White with #F8F287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F287; }
p { color: rgb(248,242,135); }
H1.HeaderClassName
{
color: #F8F287;
}
.AnyTagClassName
{
color: #F8F287;
}
</style>
background-color css
<style>
a { background-color: #F8F287; }
a { background-color: rgb(248,242,135); }
div.DivClassName
{
background-color: #F8F287;
}
.BgClassName
{
background-color: #F8F287;
}
</style>
border-color css
<style>
span { border-color: #F8F287; }
span { border-color: rgb(248,242,135); }
td.TdClassName
{
border-color: #F8F287;
}
.TagClassName
{
border-color: #F8F287;
}
</style>