Shades of Milan #FFF591
Tints of Milan #FFF591
RGB
CMYK
RGB Variations
Color information
#FFF591 (or 0xFFF591) is known color: Milan. HEX triplet: FF, F5 and 91. RGB value is (255,245,145). Sum of RGB (Red+Green+Blue) = 255+245+145=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 145 (57.03% from 255 or 22.48% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF591 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF591 is #000A6E. Grayscale: #ECECEC. Windows color (decimal): -2671 or 9565695. OLE color: 9565695.
HSL color Cylindrical-coordinate representation of color #FFF591: hue angle of 54.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFF591 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 145 | - |
| CMYK | 0 | 0.04 | 0.43 | 0 |
| HSL | 54.55º | 1% | 0.78% | - |
| HSV(B) | 54.55º | 0.43% | 1% | - |
| XYZ | 79 | 88.61 | 39.73 | - |
| YUV | 236.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 145 | 0 | 0.04 | 0.43 | 0 | 54.55 | 1 | 0.78 |
| Hex | FF | F5 | 91 | 0 | 4 | 2B | 0 | 37 | 64 | 4E |
| Octal | 377 | 365 | 221 | 0 | 4 | 53 | 0 | 67 | 144 | 116 |
| Binary | 11111111 | 11110101 | 10010001 | 0 | 100 | 101011 | 0 | 110111 | 1100100 | 1001110 |
Color Harmonies of #FFF591
Complementary color
Monochromatic Colors of #FFF591
Black with #FFF591
Text Example
Text Example
White with #FFF591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF591; }
p { color: rgb(255,245,145); }
H1.HeaderClassName
{
color: #FFF591;
}
.AnyTagClassName
{
color: #FFF591;
}
</style>
background-color css
<style>
a { background-color: #FFF591; }
a { background-color: rgb(255,245,145); }
div.DivClassName
{
background-color: #FFF591;
}
.BgClassName
{
background-color: #FFF591;
}
</style>
border-color css
<style>
span { border-color: #FFF591; }
span { border-color: rgb(255,245,145); }
td.TdClassName
{
border-color: #FFF591;
}
.TagClassName
{
border-color: #FFF591;
}
</style>