Shades of Milan #F5F799
Tints of Milan #F5F799
RGB
CMYK
RGB Variations
Color information
#F5F799 (or 0xF5F799) is known color: Milan. HEX triplet: F5, F7 and 99. RGB value is (245,247,153). Sum of RGB (Red+Green+Blue) = 245+247+153=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 153 (60.16% from 255 or 23.72% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F799 is #0A0866. Grayscale: #ECECEC. Windows color (decimal): -657511 or 10090485. OLE color: 10090485.
HSL color Cylindrical-coordinate representation of color #F5F799: hue angle of 61.28º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5F799 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 247 | 153 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.03 |
| HSL | 61.28º | 0.85% | 0.78% | - |
| HSV(B) | 61.28º | 0.38% | 0.97% | - |
| XYZ | 76.67 | 88.23 | 43.13 | - |
| YUV | 235.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 247 | 153 | 0.01 | 0 | 0.38 | 0.03 | 61.28 | 0.85 | 0.78 |
| Hex | F5 | F7 | 99 | 1 | 0 | 26 | 3 | 3D | 55 | 4E |
| Octal | 365 | 367 | 231 | 1 | 0 | 46 | 3 | 75 | 125 | 116 |
| Binary | 11110101 | 11110111 | 10011001 | 1 | 0 | 100110 | 11 | 111101 | 1010101 | 1001110 |
Color Harmonies of #F5F799
Complementary color
Monochromatic Colors of #F5F799
Black with #F5F799
Text Example
Text Example
White with #F5F799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F799; }
p { color: rgb(245,247,153); }
H1.HeaderClassName
{
color: #F5F799;
}
.AnyTagClassName
{
color: #F5F799;
}
</style>
background-color css
<style>
a { background-color: #F5F799; }
a { background-color: rgb(245,247,153); }
div.DivClassName
{
background-color: #F5F799;
}
.BgClassName
{
background-color: #F5F799;
}
</style>
border-color css
<style>
span { border-color: #F5F799; }
span { border-color: rgb(245,247,153); }
td.TdClassName
{
border-color: #F5F799;
}
.TagClassName
{
border-color: #F5F799;
}
</style>