Shades of Milan #FFF596
Tints of Milan #FFF596
RGB
CMYK
RGB Variations
Color information
#FFF596 (or 0xFFF596) is known color: Milan. HEX triplet: FF, F5 and 96. RGB value is (255,245,150). Sum of RGB (Red+Green+Blue) = 255+245+150=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 150 (58.98% from 255 or 23.08% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF596 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF596 is #000A69. Grayscale: #EDEDED. Windows color (decimal): -2666 or 9893375. OLE color: 9893375.
HSL color Cylindrical-coordinate representation of color #FFF596: hue angle of 54.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFF596 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 150 | - |
| CMYK | 0 | 0.04 | 0.41 | 0 |
| HSL | 54.29º | 1% | 0.79% | - |
| HSV(B) | 54.29º | 0.41% | 1% | - |
| XYZ | 79.4 | 88.77 | 41.8 | - |
| YUV | 237.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 150 | 0 | 0.04 | 0.41 | 0 | 54.29 | 1 | 0.79 |
| Hex | FF | F5 | 96 | 0 | 4 | 29 | 0 | 36 | 64 | 4F |
| Octal | 377 | 365 | 226 | 0 | 4 | 51 | 0 | 66 | 144 | 117 |
| Binary | 11111111 | 11110101 | 10010110 | 0 | 100 | 101001 | 0 | 110110 | 1100100 | 1001111 |
Color Harmonies of #FFF596
Complementary color
Monochromatic Colors of #FFF596
Black with #FFF596
Text Example
Text Example
White with #FFF596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF596; }
p { color: rgb(255,245,150); }
H1.HeaderClassName
{
color: #FFF596;
}
.AnyTagClassName
{
color: #FFF596;
}
</style>
background-color css
<style>
a { background-color: #FFF596; }
a { background-color: rgb(255,245,150); }
div.DivClassName
{
background-color: #FFF596;
}
.BgClassName
{
background-color: #FFF596;
}
</style>
border-color css
<style>
span { border-color: #FFF596; }
span { border-color: rgb(255,245,150); }
td.TdClassName
{
border-color: #FFF596;
}
.TagClassName
{
border-color: #FFF596;
}
</style>