Shades of Milan #F9F193
Tints of Milan #F9F193
RGB
CMYK
RGB Variations
Color information
#F9F193 (or 0xF9F193) is known color: Milan. HEX triplet: F9, F1 and 93. RGB value is (249,241,147). Sum of RGB (Red+Green+Blue) = 249+241+147=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 147 (57.81% from 255 or 23.08% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F193 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F193 is #060E6C. Grayscale: #E9E9E9. Windows color (decimal): -396909 or 9695737. OLE color: 9695737.
HSL color Cylindrical-coordinate representation of color #F9F193: hue angle of 55.29º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9F193 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 147 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.02 |
| HSL | 55.29º | 0.89% | 0.78% | - |
| HSV(B) | 55.29º | 0.41% | 0.98% | - |
| XYZ | 75.79 | 85.16 | 40.05 | - |
| YUV | 232.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 147 | 0 | 0.03 | 0.41 | 0.02 | 55.29 | 0.89 | 0.78 |
| Hex | F9 | F1 | 93 | 0 | 3 | 29 | 2 | 37 | 59 | 4E |
| Octal | 371 | 361 | 223 | 0 | 3 | 51 | 2 | 67 | 131 | 116 |
| Binary | 11111001 | 11110001 | 10010011 | 0 | 11 | 101001 | 10 | 110111 | 1011001 | 1001110 |
Color Harmonies of #F9F193
Complementary color
Monochromatic Colors of #F9F193
Black with #F9F193
Text Example
Text Example
White with #F9F193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F193; }
p { color: rgb(249,241,147); }
H1.HeaderClassName
{
color: #F9F193;
}
.AnyTagClassName
{
color: #F9F193;
}
</style>
background-color css
<style>
a { background-color: #F9F193; }
a { background-color: rgb(249,241,147); }
div.DivClassName
{
background-color: #F9F193;
}
.BgClassName
{
background-color: #F9F193;
}
</style>
border-color css
<style>
span { border-color: #F9F193; }
span { border-color: rgb(249,241,147); }
td.TdClassName
{
border-color: #F9F193;
}
.TagClassName
{
border-color: #F9F193;
}
</style>