Shades of Milan #F8F18D
Tints of Milan #F8F18D
RGB
CMYK
RGB Variations
Color information
#F8F18D (or 0xF8F18D) is known color: Milan. HEX triplet: F8, F1 and 8D. RGB value is (248,241,141). Sum of RGB (Red+Green+Blue) = 248+241+141=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F18D is #070E72. Grayscale: #E8E8E8. Windows color (decimal): -462451 or 9302520. OLE color: 9302520.
HSL color Cylindrical-coordinate representation of color #F8F18D: hue angle of 56.07º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8F18D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 141 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.03 |
| HSL | 56.07º | 0.88% | 0.76% | - |
| HSV(B) | 56.07º | 0.43% | 0.97% | - |
| XYZ | 74.97 | 84.79 | 37.61 | - |
| YUV | 231.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 141 | 0 | 0.03 | 0.43 | 0.03 | 56.07 | 0.88 | 0.76 |
| Hex | F8 | F1 | 8D | 0 | 3 | 2B | 3 | 38 | 58 | 4C |
| Octal | 370 | 361 | 215 | 0 | 3 | 53 | 3 | 70 | 130 | 114 |
| Binary | 11111000 | 11110001 | 10001101 | 0 | 11 | 101011 | 11 | 111000 | 1011000 | 1001100 |
Color Harmonies of #F8F18D
Complementary color
Monochromatic Colors of #F8F18D
Black with #F8F18D
Text Example
Text Example
White with #F8F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F18D; }
p { color: rgb(248,241,141); }
H1.HeaderClassName
{
color: #F8F18D;
}
.AnyTagClassName
{
color: #F8F18D;
}
</style>
background-color css
<style>
a { background-color: #F8F18D; }
a { background-color: rgb(248,241,141); }
div.DivClassName
{
background-color: #F8F18D;
}
.BgClassName
{
background-color: #F8F18D;
}
</style>
border-color css
<style>
span { border-color: #F8F18D; }
span { border-color: rgb(248,241,141); }
td.TdClassName
{
border-color: #F8F18D;
}
.TagClassName
{
border-color: #F8F18D;
}
</style>