Shades of Milan #F9F293
Tints of Milan #F9F293
RGB
CMYK
RGB Variations
Color information
#F9F293 (or 0xF9F293) is known color: Milan. HEX triplet: F9, F2 and 93. RGB value is (249,242,147). Sum of RGB (Red+Green+Blue) = 249+242+147=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 147 (57.81% from 255 or 23.04% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F293 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F293 is #060D6C. Grayscale: #E9E9E9. Windows color (decimal): -396653 or 9695993. OLE color: 9695993.
HSL color Cylindrical-coordinate representation of color #F9F293: hue angle of 55.88º 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 #F9F293 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 147 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.02 |
| HSL | 55.88º | 0.89% | 0.78% | - |
| HSV(B) | 55.88º | 0.41% | 0.98% | - |
| XYZ | 76.09 | 85.75 | 40.15 | - |
| YUV | 233.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 147 | 0 | 0.03 | 0.41 | 0.02 | 55.88 | 0.89 | 0.78 |
| Hex | F9 | F2 | 93 | 0 | 3 | 29 | 2 | 38 | 59 | 4E |
| Octal | 371 | 362 | 223 | 0 | 3 | 51 | 2 | 70 | 131 | 116 |
| Binary | 11111001 | 11110010 | 10010011 | 0 | 11 | 101001 | 10 | 111000 | 1011001 | 1001110 |
Color Harmonies of #F9F293
Complementary color
Monochromatic Colors of #F9F293
Black with #F9F293
Text Example
Text Example
White with #F9F293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F293; }
p { color: rgb(249,242,147); }
H1.HeaderClassName
{
color: #F9F293;
}
.AnyTagClassName
{
color: #F9F293;
}
</style>
background-color css
<style>
a { background-color: #F9F293; }
a { background-color: rgb(249,242,147); }
div.DivClassName
{
background-color: #F9F293;
}
.BgClassName
{
background-color: #F9F293;
}
</style>
border-color css
<style>
span { border-color: #F9F293; }
span { border-color: rgb(249,242,147); }
td.TdClassName
{
border-color: #F9F293;
}
.TagClassName
{
border-color: #F9F293;
}
</style>