Shades of Milan #F9F594
Tints of Milan #F9F594
RGB
CMYK
RGB Variations
Color information
#F9F594 (or 0xF9F594) is known color: Milan. HEX triplet: F9, F5 and 94. RGB value is (249,245,148). Sum of RGB (Red+Green+Blue) = 249+245+148=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 148 (58.20% from 255 or 23.05% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F594 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F594 is #060A6B. Grayscale: #EBEBEB. Windows color (decimal): -395884 or 9762297. OLE color: 9762297.
HSL color Cylindrical-coordinate representation of color #F9F594: hue angle of 57.62º 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 #F9F594 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 245 | 148 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.02 |
| HSL | 57.62º | 0.89% | 0.78% | - |
| HSV(B) | 57.62º | 0.41% | 0.98% | - |
| XYZ | 77.06 | 87.58 | 40.86 | - |
| YUV | 235.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 245 | 148 | 0 | 0.02 | 0.41 | 0.02 | 57.62 | 0.89 | 0.78 |
| Hex | F9 | F5 | 94 | 0 | 2 | 29 | 2 | 3A | 59 | 4E |
| Octal | 371 | 365 | 224 | 0 | 2 | 51 | 2 | 72 | 131 | 116 |
| Binary | 11111001 | 11110101 | 10010100 | 0 | 10 | 101001 | 10 | 111010 | 1011001 | 1001110 |
Color Harmonies of #F9F594
Complementary color
Monochromatic Colors of #F9F594
Black with #F9F594
Text Example
Text Example
White with #F9F594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F594; }
p { color: rgb(249,245,148); }
H1.HeaderClassName
{
color: #F9F594;
}
.AnyTagClassName
{
color: #F9F594;
}
</style>
background-color css
<style>
a { background-color: #F9F594; }
a { background-color: rgb(249,245,148); }
div.DivClassName
{
background-color: #F9F594;
}
.BgClassName
{
background-color: #F9F594;
}
</style>
border-color css
<style>
span { border-color: #F9F594; }
span { border-color: rgb(249,245,148); }
td.TdClassName
{
border-color: #F9F594;
}
.TagClassName
{
border-color: #F9F594;
}
</style>