Shades of Milan #FFF495
Tints of Milan #FFF495
RGB
CMYK
RGB Variations
Color information
#FFF495 (or 0xFFF495) is known color: Milan. HEX triplet: FF, F4 and 95. RGB value is (255,244,149). Sum of RGB (Red+Green+Blue) = 255+244+149=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 149 (58.59% from 255 or 22.99% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF495 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF495 is #000B6A. Grayscale: #ECECEC. Windows color (decimal): -2923 or 9827583. OLE color: 9827583.
HSL color Cylindrical-coordinate representation of color #FFF495: hue angle of 53.77º 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 #FFF495 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 149 | - |
| CMYK | 0 | 0.04 | 0.42 | 0 |
| HSL | 53.77º | 1% | 0.79% | - |
| HSV(B) | 53.77º | 0.42% | 1% | - |
| XYZ | 79.02 | 88.13 | 41.28 | - |
| YUV | 236.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 149 | 0 | 0.04 | 0.42 | 0 | 53.77 | 1 | 0.79 |
| Hex | FF | F4 | 95 | 0 | 4 | 2A | 0 | 36 | 64 | 4F |
| Octal | 377 | 364 | 225 | 0 | 4 | 52 | 0 | 66 | 144 | 117 |
| Binary | 11111111 | 11110100 | 10010101 | 0 | 100 | 101010 | 0 | 110110 | 1100100 | 1001111 |
Color Harmonies of #FFF495
Complementary color
Monochromatic Colors of #FFF495
Black with #FFF495
Text Example
Text Example
White with #FFF495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF495; }
p { color: rgb(255,244,149); }
H1.HeaderClassName
{
color: #FFF495;
}
.AnyTagClassName
{
color: #FFF495;
}
</style>
background-color css
<style>
a { background-color: #FFF495; }
a { background-color: rgb(255,244,149); }
div.DivClassName
{
background-color: #FFF495;
}
.BgClassName
{
background-color: #FFF495;
}
</style>
border-color css
<style>
span { border-color: #FFF495; }
span { border-color: rgb(255,244,149); }
td.TdClassName
{
border-color: #FFF495;
}
.TagClassName
{
border-color: #FFF495;
}
</style>