Shades of Milan #F9F590
Tints of Milan #F9F590
RGB
CMYK
RGB Variations
Color information
#F9F590 (or 0xF9F590) is known color: Milan. HEX triplet: F9, F5 and 90. RGB value is (249,245,144). Sum of RGB (Red+Green+Blue) = 249+245+144=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 144 (56.64% from 255 or 22.57% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F590 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F590 is #060A6F. Grayscale: #EBEBEB. Windows color (decimal): -395888 or 9500153. OLE color: 9500153.
HSL color Cylindrical-coordinate representation of color #F9F590: hue angle of 57.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9F590 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 245 | 144 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.02 |
| HSL | 57.71º | 0.9% | 0.77% | - |
| HSV(B) | 57.71º | 0.42% | 0.98% | - |
| XYZ | 76.75 | 87.46 | 39.22 | - |
| YUV | 234.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 245 | 144 | 0 | 0.02 | 0.42 | 0.02 | 57.71 | 0.9 | 0.77 |
| Hex | F9 | F5 | 90 | 0 | 2 | 2A | 2 | 3A | 5A | 4D |
| Octal | 371 | 365 | 220 | 0 | 2 | 52 | 2 | 72 | 132 | 115 |
| Binary | 11111001 | 11110101 | 10010000 | 0 | 10 | 101010 | 10 | 111010 | 1011010 | 1001101 |
Color Harmonies of #F9F590
Complementary color
Monochromatic Colors of #F9F590
Black with #F9F590
Text Example
Text Example
White with #F9F590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F590; }
p { color: rgb(249,245,144); }
H1.HeaderClassName
{
color: #F9F590;
}
.AnyTagClassName
{
color: #F9F590;
}
</style>
background-color css
<style>
a { background-color: #F9F590; }
a { background-color: rgb(249,245,144); }
div.DivClassName
{
background-color: #F9F590;
}
.BgClassName
{
background-color: #F9F590;
}
</style>
border-color css
<style>
span { border-color: #F9F590; }
span { border-color: rgb(249,245,144); }
td.TdClassName
{
border-color: #F9F590;
}
.TagClassName
{
border-color: #F9F590;
}
</style>