Shades of Milan #F5F999
Tints of Milan #F5F999
RGB
CMYK
RGB Variations
Color information
#F5F999 (or 0xF5F999) is known color: Milan. HEX triplet: F5, F9 and 99. RGB value is (245,249,153). Sum of RGB (Red+Green+Blue) = 245+249+153=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 153 (60.16% from 255 or 23.65% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F999 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F999 is #0A0666. Grayscale: #EDEDED. Windows color (decimal): -656999 or 10090997. OLE color: 10090997.
HSL color Cylindrical-coordinate representation of color #F5F999: hue angle of 62.5º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5F999 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 249 | 153 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.02 |
| HSL | 62.5º | 0.89% | 0.79% | - |
| HSV(B) | 62.5º | 0.39% | 0.98% | - |
| XYZ | 77.28 | 89.46 | 43.33 | - |
| YUV | 236.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 249 | 153 | 0.02 | 0 | 0.39 | 0.02 | 62.5 | 0.89 | 0.79 |
| Hex | F5 | F9 | 99 | 2 | 0 | 27 | 2 | 3F | 59 | 4F |
| Octal | 365 | 371 | 231 | 2 | 0 | 47 | 2 | 77 | 131 | 117 |
| Binary | 11110101 | 11111001 | 10011001 | 10 | 0 | 100111 | 10 | 111111 | 1011001 | 1001111 |
Color Harmonies of #F5F999
Complementary color
Monochromatic Colors of #F5F999
Black with #F5F999
Text Example
Text Example
White with #F5F999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F999; }
p { color: rgb(245,249,153); }
H1.HeaderClassName
{
color: #F5F999;
}
.AnyTagClassName
{
color: #F5F999;
}
</style>
background-color css
<style>
a { background-color: #F5F999; }
a { background-color: rgb(245,249,153); }
div.DivClassName
{
background-color: #F5F999;
}
.BgClassName
{
background-color: #F5F999;
}
</style>
border-color css
<style>
span { border-color: #F5F999; }
span { border-color: rgb(245,249,153); }
td.TdClassName
{
border-color: #F5F999;
}
.TagClassName
{
border-color: #F5F999;
}
</style>