Shades of Milan #F8F388
Tints of Milan #F8F388
RGB
CMYK
RGB Variations
Color information
#F8F388 (or 0xF8F388) is known color: Milan. HEX triplet: F8, F3 and 88. RGB value is (248,243,136). Sum of RGB (Red+Green+Blue) = 248+243+136=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 136 (53.52% from 255 or 21.69% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F388 is #070C77. Grayscale: #E8E8E8. Windows color (decimal): -461944 or 8975352. OLE color: 8975352.
HSL color Cylindrical-coordinate representation of color #F8F388: hue angle of 57.32º 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 #F8F388 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 136 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.03 |
| HSL | 57.32º | 0.89% | 0.75% | - |
| HSV(B) | 57.32º | 0.45% | 0.97% | - |
| XYZ | 75.21 | 85.84 | 35.9 | - |
| YUV | 232.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 136 | 0 | 0.02 | 0.45 | 0.03 | 57.32 | 0.89 | 0.75 |
| Hex | F8 | F3 | 88 | 0 | 2 | 2D | 3 | 39 | 59 | 4B |
| Octal | 370 | 363 | 210 | 0 | 2 | 55 | 3 | 71 | 131 | 113 |
| Binary | 11111000 | 11110011 | 10001000 | 0 | 10 | 101101 | 11 | 111001 | 1011001 | 1001011 |
Color Harmonies of #F8F388
Complementary color
Monochromatic Colors of #F8F388
Black with #F8F388
Text Example
Text Example
White with #F8F388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F388; }
p { color: rgb(248,243,136); }
H1.HeaderClassName
{
color: #F8F388;
}
.AnyTagClassName
{
color: #F8F388;
}
</style>
background-color css
<style>
a { background-color: #F8F388; }
a { background-color: rgb(248,243,136); }
div.DivClassName
{
background-color: #F8F388;
}
.BgClassName
{
background-color: #F8F388;
}
</style>
border-color css
<style>
span { border-color: #F8F388; }
span { border-color: rgb(248,243,136); }
td.TdClassName
{
border-color: #F8F388;
}
.TagClassName
{
border-color: #F8F388;
}
</style>