Shades of Milan #F9F690
Tints of Milan #F9F690
RGB
CMYK
RGB Variations
Color information
#F9F690 (or 0xF9F690) is known color: Milan. HEX triplet: F9, F6 and 90. RGB value is (249,246,144). Sum of RGB (Red+Green+Blue) = 249+246+144=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 144 (56.64% from 255 or 22.54% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F690 is #06096F. Grayscale: #EBEBEB. Windows color (decimal): -395632 or 9500409. OLE color: 9500409.
HSL color Cylindrical-coordinate representation of color #F9F690: hue angle of 58.29º 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 #F9F690 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 246 | 144 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.02 |
| HSL | 58.29º | 0.9% | 0.77% | - |
| HSV(B) | 58.29º | 0.42% | 0.98% | - |
| XYZ | 77.06 | 88.06 | 39.32 | - |
| YUV | 235.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 246 | 144 | 0 | 0.01 | 0.42 | 0.02 | 58.29 | 0.9 | 0.77 |
| Hex | F9 | F6 | 90 | 0 | 1 | 2A | 2 | 3A | 5A | 4D |
| Octal | 371 | 366 | 220 | 0 | 1 | 52 | 2 | 72 | 132 | 115 |
| Binary | 11111001 | 11110110 | 10010000 | 0 | 1 | 101010 | 10 | 111010 | 1011010 | 1001101 |
Color Harmonies of #F9F690
Complementary color
Monochromatic Colors of #F9F690
Black with #F9F690
Text Example
Text Example
White with #F9F690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F690; }
p { color: rgb(249,246,144); }
H1.HeaderClassName
{
color: #F9F690;
}
.AnyTagClassName
{
color: #F9F690;
}
</style>
background-color css
<style>
a { background-color: #F9F690; }
a { background-color: rgb(249,246,144); }
div.DivClassName
{
background-color: #F9F690;
}
.BgClassName
{
background-color: #F9F690;
}
</style>
border-color css
<style>
span { border-color: #F9F690; }
span { border-color: rgb(249,246,144); }
td.TdClassName
{
border-color: #F9F690;
}
.TagClassName
{
border-color: #F9F690;
}
</style>