Shades of Milan #FFF595
Tints of Milan #FFF595
RGB
CMYK
RGB Variations
Color information
#FFF595 (or 0xFFF595) is known color: Milan. HEX triplet: FF, F5 and 95. RGB value is (255,245,149). Sum of RGB (Red+Green+Blue) = 255+245+149=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 149 (58.59% from 255 or 22.96% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF595 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF595 is #000A6A. Grayscale: #EDEDED. Windows color (decimal): -2667 or 9827839. OLE color: 9827839.
HSL color Cylindrical-coordinate representation of color #FFF595: hue angle of 54.34º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFF595 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 149 | - |
| CMYK | 0 | 0.04 | 0.42 | 0 |
| HSL | 54.34º | 1% | 0.79% | - |
| HSV(B) | 54.34º | 0.42% | 1% | - |
| XYZ | 79.32 | 88.73 | 41.38 | - |
| YUV | 237.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 149 | 0 | 0.04 | 0.42 | 0 | 54.34 | 1 | 0.79 |
| Hex | FF | F5 | 95 | 0 | 4 | 2A | 0 | 36 | 64 | 4F |
| Octal | 377 | 365 | 225 | 0 | 4 | 52 | 0 | 66 | 144 | 117 |
| Binary | 11111111 | 11110101 | 10010101 | 0 | 100 | 101010 | 0 | 110110 | 1100100 | 1001111 |
Color Harmonies of #FFF595
Complementary color
Monochromatic Colors of #FFF595
Black with #FFF595
Text Example
Text Example
White with #FFF595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF595; }
p { color: rgb(255,245,149); }
H1.HeaderClassName
{
color: #FFF595;
}
.AnyTagClassName
{
color: #FFF595;
}
</style>
background-color css
<style>
a { background-color: #FFF595; }
a { background-color: rgb(255,245,149); }
div.DivClassName
{
background-color: #FFF595;
}
.BgClassName
{
background-color: #FFF595;
}
</style>
border-color css
<style>
span { border-color: #FFF595; }
span { border-color: rgb(255,245,149); }
td.TdClassName
{
border-color: #FFF595;
}
.TagClassName
{
border-color: #FFF595;
}
</style>