Shades of Milan #F9F192
Tints of Milan #F9F192
RGB
CMYK
RGB Variations
Color information
#F9F192 (or 0xF9F192) is known color: Milan. HEX triplet: F9, F1 and 92. RGB value is (249,241,146). Sum of RGB (Red+Green+Blue) = 249+241+146=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 146 (57.42% from 255 or 22.96% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F192 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F192 is #060E6D. Grayscale: #E8E8E8. Windows color (decimal): -396910 or 9630201. OLE color: 9630201.
HSL color Cylindrical-coordinate representation of color #F9F192: hue angle of 55.34º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9F192 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 146 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.02 |
| HSL | 55.34º | 0.9% | 0.77% | - |
| HSV(B) | 55.34º | 0.41% | 0.98% | - |
| XYZ | 75.71 | 85.13 | 39.63 | - |
| YUV | 232.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 146 | 0 | 0.03 | 0.41 | 0.02 | 55.34 | 0.9 | 0.77 |
| Hex | F9 | F1 | 92 | 0 | 3 | 29 | 2 | 37 | 5A | 4D |
| Octal | 371 | 361 | 222 | 0 | 3 | 51 | 2 | 67 | 132 | 115 |
| Binary | 11111001 | 11110001 | 10010010 | 0 | 11 | 101001 | 10 | 110111 | 1011010 | 1001101 |
Color Harmonies of #F9F192
Complementary color
Monochromatic Colors of #F9F192
Black with #F9F192
Text Example
Text Example
White with #F9F192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F192; }
p { color: rgb(249,241,146); }
H1.HeaderClassName
{
color: #F9F192;
}
.AnyTagClassName
{
color: #F9F192;
}
</style>
background-color css
<style>
a { background-color: #F9F192; }
a { background-color: rgb(249,241,146); }
div.DivClassName
{
background-color: #F9F192;
}
.BgClassName
{
background-color: #F9F192;
}
</style>
border-color css
<style>
span { border-color: #F9F192; }
span { border-color: rgb(249,241,146); }
td.TdClassName
{
border-color: #F9F192;
}
.TagClassName
{
border-color: #F9F192;
}
</style>