Shades of Milan #F5F397
Tints of Milan #F5F397
RGB
CMYK
RGB Variations
Color information
#F5F397 (or 0xF5F397) is known color: Milan. HEX triplet: F5, F3 and 97. RGB value is (245,243,151). Sum of RGB (Red+Green+Blue) = 245+243+151=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 151 (59.38% from 255 or 23.63% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F397 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F397 is #0A0C68. Grayscale: #E9E9E9. Windows color (decimal): -658537 or 9958389. OLE color: 9958389.
HSL color Cylindrical-coordinate representation of color #F5F397: hue angle of 58.72º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5F397 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 151 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.04 |
| HSL | 58.72º | 0.82% | 0.78% | - |
| HSV(B) | 58.72º | 0.38% | 0.96% | - |
| XYZ | 75.29 | 85.75 | 41.86 | - |
| YUV | 233.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 151 | 0 | 0.01 | 0.38 | 0.04 | 58.72 | 0.82 | 0.78 |
| Hex | F5 | F3 | 97 | 0 | 1 | 26 | 4 | 3B | 52 | 4E |
| Octal | 365 | 363 | 227 | 0 | 1 | 46 | 4 | 73 | 122 | 116 |
| Binary | 11110101 | 11110011 | 10010111 | 0 | 1 | 100110 | 100 | 111011 | 1010010 | 1001110 |
Color Harmonies of #F5F397
Complementary color
Monochromatic Colors of #F5F397
Black with #F5F397
Text Example
Text Example
White with #F5F397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F397; }
p { color: rgb(245,243,151); }
H1.HeaderClassName
{
color: #F5F397;
}
.AnyTagClassName
{
color: #F5F397;
}
</style>
background-color css
<style>
a { background-color: #F5F397; }
a { background-color: rgb(245,243,151); }
div.DivClassName
{
background-color: #F5F397;
}
.BgClassName
{
background-color: #F5F397;
}
</style>
border-color css
<style>
span { border-color: #F5F397; }
span { border-color: rgb(245,243,151); }
td.TdClassName
{
border-color: #F5F397;
}
.TagClassName
{
border-color: #F5F397;
}
</style>