Shades of Milan #F9F190
Tints of Milan #F9F190
RGB
CMYK
RGB Variations
Color information
#F9F190 (or 0xF9F190) is known color: Milan. HEX triplet: F9, F1 and 90. RGB value is (249,241,144). Sum of RGB (Red+Green+Blue) = 249+241+144=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 144 (56.64% from 255 or 22.71% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F190 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F190 is #060E6F. Grayscale: #E8E8E8. Windows color (decimal): -396912 or 9499129. OLE color: 9499129.
HSL color Cylindrical-coordinate representation of color #F9F190: hue angle of 55.43º 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 #F9F190 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 144 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.02 |
| HSL | 55.43º | 0.9% | 0.77% | - |
| HSV(B) | 55.43º | 0.42% | 0.98% | - |
| XYZ | 75.56 | 85.06 | 38.82 | - |
| YUV | 232.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 144 | 0 | 0.03 | 0.42 | 0.02 | 55.43 | 0.9 | 0.77 |
| Hex | F9 | F1 | 90 | 0 | 3 | 2A | 2 | 37 | 5A | 4D |
| Octal | 371 | 361 | 220 | 0 | 3 | 52 | 2 | 67 | 132 | 115 |
| Binary | 11111001 | 11110001 | 10010000 | 0 | 11 | 101010 | 10 | 110111 | 1011010 | 1001101 |
Color Harmonies of #F9F190
Complementary color
Monochromatic Colors of #F9F190
Black with #F9F190
Text Example
Text Example
White with #F9F190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F190; }
p { color: rgb(249,241,144); }
H1.HeaderClassName
{
color: #F9F190;
}
.AnyTagClassName
{
color: #F9F190;
}
</style>
background-color css
<style>
a { background-color: #F9F190; }
a { background-color: rgb(249,241,144); }
div.DivClassName
{
background-color: #F9F190;
}
.BgClassName
{
background-color: #F9F190;
}
</style>
border-color css
<style>
span { border-color: #F9F190; }
span { border-color: rgb(249,241,144); }
td.TdClassName
{
border-color: #F9F190;
}
.TagClassName
{
border-color: #F9F190;
}
</style>