Shades of Milan #F9F18D
Tints of Milan #F9F18D
RGB
CMYK
RGB Variations
Color information
#F9F18D (or 0xF9F18D) is known color: Milan. HEX triplet: F9, F1 and 8D. RGB value is (249,241,141). Sum of RGB (Red+Green+Blue) = 249+241+141=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F18D is #060E72. Grayscale: #E8E8E8. Windows color (decimal): -396915 or 9302521. OLE color: 9302521.
HSL color Cylindrical-coordinate representation of color #F9F18D: hue angle of 55.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9F18D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 141 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.02 |
| HSL | 55.56º | 0.9% | 0.76% | - |
| HSV(B) | 55.56º | 0.43% | 0.98% | - |
| XYZ | 75.33 | 84.97 | 37.63 | - |
| YUV | 231.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 141 | 0 | 0.03 | 0.43 | 0.02 | 55.56 | 0.9 | 0.76 |
| Hex | F9 | F1 | 8D | 0 | 3 | 2B | 2 | 38 | 5A | 4C |
| Octal | 371 | 361 | 215 | 0 | 3 | 53 | 2 | 70 | 132 | 114 |
| Binary | 11111001 | 11110001 | 10001101 | 0 | 11 | 101011 | 10 | 111000 | 1011010 | 1001100 |
Color Harmonies of #F9F18D
Complementary color
Monochromatic Colors of #F9F18D
Black with #F9F18D
Text Example
Text Example
White with #F9F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F18D; }
p { color: rgb(249,241,141); }
H1.HeaderClassName
{
color: #F9F18D;
}
.AnyTagClassName
{
color: #F9F18D;
}
</style>
background-color css
<style>
a { background-color: #F9F18D; }
a { background-color: rgb(249,241,141); }
div.DivClassName
{
background-color: #F9F18D;
}
.BgClassName
{
background-color: #F9F18D;
}
</style>
border-color css
<style>
span { border-color: #F9F18D; }
span { border-color: rgb(249,241,141); }
td.TdClassName
{
border-color: #F9F18D;
}
.TagClassName
{
border-color: #F9F18D;
}
</style>