Shades of Milan #F8F08B
Tints of Milan #F8F08B
RGB
CMYK
RGB Variations
Color information
#F8F08B (or 0xF8F08B) is known color: Milan. HEX triplet: F8, F0 and 8B. RGB value is (248,240,139). Sum of RGB (Red+Green+Blue) = 248+240+139=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 139 (54.69% from 255 or 22.17% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F08B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F08B is #070F74. Grayscale: #E7E7E7. Windows color (decimal): -462709 or 9171192. OLE color: 9171192.
HSL color Cylindrical-coordinate representation of color #F8F08B: hue angle of 55.6º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8F08B is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 139 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.03 |
| HSL | 55.6º | 0.89% | 0.76% | - |
| HSV(B) | 55.6º | 0.44% | 0.97% | - |
| XYZ | 74.53 | 84.14 | 36.74 | - |
| YUV | 230.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 139 | 0 | 0.03 | 0.44 | 0.03 | 55.6 | 0.89 | 0.76 |
| Hex | F8 | F0 | 8B | 0 | 3 | 2C | 3 | 38 | 59 | 4C |
| Octal | 370 | 360 | 213 | 0 | 3 | 54 | 3 | 70 | 131 | 114 |
| Binary | 11111000 | 11110000 | 10001011 | 0 | 11 | 101100 | 11 | 111000 | 1011001 | 1001100 |
Color Harmonies of #F8F08B
Complementary color
Monochromatic Colors of #F8F08B
Black with #F8F08B
Text Example
Text Example
White with #F8F08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F08B; }
p { color: rgb(248,240,139); }
H1.HeaderClassName
{
color: #F8F08B;
}
.AnyTagClassName
{
color: #F8F08B;
}
</style>
background-color css
<style>
a { background-color: #F8F08B; }
a { background-color: rgb(248,240,139); }
div.DivClassName
{
background-color: #F8F08B;
}
.BgClassName
{
background-color: #F8F08B;
}
</style>
border-color css
<style>
span { border-color: #F8F08B; }
span { border-color: rgb(248,240,139); }
td.TdClassName
{
border-color: #F8F08B;
}
.TagClassName
{
border-color: #F8F08B;
}
</style>