Shades of Milan #F9F691
Tints of Milan #F9F691
RGB
CMYK
RGB Variations
Color information
#F9F691 (or 0xF9F691) is known color: Milan. HEX triplet: F9, F6 and 91. RGB value is (249,246,145). Sum of RGB (Red+Green+Blue) = 249+246+145=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 145 (57.03% from 255 or 22.66% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F691 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F691 is #06096E. Grayscale: #EBEBEB. Windows color (decimal): -395631 or 9565945. OLE color: 9565945.
HSL color Cylindrical-coordinate representation of color #F9F691: hue angle of 58.27º 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 #F9F691 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 246 | 145 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.02 |
| HSL | 58.27º | 0.9% | 0.77% | - |
| HSV(B) | 58.27º | 0.42% | 0.98% | - |
| XYZ | 77.13 | 88.1 | 39.73 | - |
| YUV | 235.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 246 | 145 | 0 | 0.01 | 0.42 | 0.02 | 58.27 | 0.9 | 0.77 |
| Hex | F9 | F6 | 91 | 0 | 1 | 2A | 2 | 3A | 5A | 4D |
| Octal | 371 | 366 | 221 | 0 | 1 | 52 | 2 | 72 | 132 | 115 |
| Binary | 11111001 | 11110110 | 10010001 | 0 | 1 | 101010 | 10 | 111010 | 1011010 | 1001101 |
Color Harmonies of #F9F691
Complementary color
Monochromatic Colors of #F9F691
Black with #F9F691
Text Example
Text Example
White with #F9F691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F691; }
p { color: rgb(249,246,145); }
H1.HeaderClassName
{
color: #F9F691;
}
.AnyTagClassName
{
color: #F9F691;
}
</style>
background-color css
<style>
a { background-color: #F9F691; }
a { background-color: rgb(249,246,145); }
div.DivClassName
{
background-color: #F9F691;
}
.BgClassName
{
background-color: #F9F691;
}
</style>
border-color css
<style>
span { border-color: #F9F691; }
span { border-color: rgb(249,246,145); }
td.TdClassName
{
border-color: #F9F691;
}
.TagClassName
{
border-color: #F9F691;
}
</style>