Shades of Milan #FFF494
Tints of Milan #FFF494
RGB
CMYK
RGB Variations
Color information
#FFF494 (or 0xFFF494) is known color: Milan. HEX triplet: FF, F4 and 94. RGB value is (255,244,148). Sum of RGB (Red+Green+Blue) = 255+244+148=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 148 (58.20% from 255 or 22.87% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF494 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF494 is #000B6B. Grayscale: #ECECEC. Windows color (decimal): -2924 or 9762047. OLE color: 9762047.
HSL color Cylindrical-coordinate representation of color #FFF494: hue angle of 53.83º 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 #FFF494 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 148 | - |
| CMYK | 0 | 0.04 | 0.42 | 0 |
| HSL | 53.83º | 1% | 0.79% | - |
| HSV(B) | 53.83º | 0.42% | 1% | - |
| XYZ | 78.94 | 88.1 | 40.86 | - |
| YUV | 236.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 148 | 0 | 0.04 | 0.42 | 0 | 53.83 | 1 | 0.79 |
| Hex | FF | F4 | 94 | 0 | 4 | 2A | 0 | 36 | 64 | 4F |
| Octal | 377 | 364 | 224 | 0 | 4 | 52 | 0 | 66 | 144 | 117 |
| Binary | 11111111 | 11110100 | 10010100 | 0 | 100 | 101010 | 0 | 110110 | 1100100 | 1001111 |
Color Harmonies of #FFF494
Complementary color
Monochromatic Colors of #FFF494
Black with #FFF494
Text Example
Text Example
White with #FFF494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF494; }
p { color: rgb(255,244,148); }
H1.HeaderClassName
{
color: #FFF494;
}
.AnyTagClassName
{
color: #FFF494;
}
</style>
background-color css
<style>
a { background-color: #FFF494; }
a { background-color: rgb(255,244,148); }
div.DivClassName
{
background-color: #FFF494;
}
.BgClassName
{
background-color: #FFF494;
}
</style>
border-color css
<style>
span { border-color: #FFF494; }
span { border-color: rgb(255,244,148); }
td.TdClassName
{
border-color: #FFF494;
}
.TagClassName
{
border-color: #FFF494;
}
</style>