Shades of Milan #FFF496
Tints of Milan #FFF496
RGB
CMYK
RGB Variations
Color information
#FFF496 (or 0xFFF496) is known color: Milan. HEX triplet: FF, F4 and 96. RGB value is (255,244,150). Sum of RGB (Red+Green+Blue) = 255+244+150=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 150 (58.98% from 255 or 23.11% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF496 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF496 is #000B69. Grayscale: #ECECEC. Windows color (decimal): -2922 or 9893119. OLE color: 9893119.
HSL color Cylindrical-coordinate representation of color #FFF496: hue angle of 53.71º 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 #FFF496 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 150 | - |
| CMYK | 0 | 0.04 | 0.41 | 0 |
| HSL | 53.71º | 1% | 0.79% | - |
| HSV(B) | 53.71º | 0.41% | 1% | - |
| XYZ | 79.1 | 88.16 | 41.7 | - |
| YUV | 236.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 150 | 0 | 0.04 | 0.41 | 0 | 53.71 | 1 | 0.79 |
| Hex | FF | F4 | 96 | 0 | 4 | 29 | 0 | 36 | 64 | 4F |
| Octal | 377 | 364 | 226 | 0 | 4 | 51 | 0 | 66 | 144 | 117 |
| Binary | 11111111 | 11110100 | 10010110 | 0 | 100 | 101001 | 0 | 110110 | 1100100 | 1001111 |
Color Harmonies of #FFF496
Complementary color
Monochromatic Colors of #FFF496
Black with #FFF496
Text Example
Text Example
White with #FFF496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF496; }
p { color: rgb(255,244,150); }
H1.HeaderClassName
{
color: #FFF496;
}
.AnyTagClassName
{
color: #FFF496;
}
</style>
background-color css
<style>
a { background-color: #FFF496; }
a { background-color: rgb(255,244,150); }
div.DivClassName
{
background-color: #FFF496;
}
.BgClassName
{
background-color: #FFF496;
}
</style>
border-color css
<style>
span { border-color: #FFF496; }
span { border-color: rgb(255,244,150); }
td.TdClassName
{
border-color: #FFF496;
}
.TagClassName
{
border-color: #FFF496;
}
</style>