Shades of Milan #FFF490
Tints of Milan #FFF490
RGB
CMYK
RGB Variations
Color information
#FFF490 (or 0xFFF490) is known color: Milan. HEX triplet: FF, F4 and 90. RGB value is (255,244,144). Sum of RGB (Red+Green+Blue) = 255+244+144=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 144 (56.64% from 255 or 22.40% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF490 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF490 is #000B6F. Grayscale: #ECECEC. Windows color (decimal): -2928 or 9499903. OLE color: 9499903.
HSL color Cylindrical-coordinate representation of color #FFF490: hue angle of 54.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFF490 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 144 | - |
| CMYK | 0 | 0.04 | 0.44 | 0 |
| HSL | 54.05º | 1% | 0.78% | - |
| HSV(B) | 54.05º | 0.44% | 1% | - |
| XYZ | 78.62 | 87.97 | 39.22 | - |
| YUV | 235.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 144 | 0 | 0.04 | 0.44 | 0 | 54.05 | 1 | 0.78 |
| Hex | FF | F4 | 90 | 0 | 4 | 2C | 0 | 36 | 64 | 4E |
| Octal | 377 | 364 | 220 | 0 | 4 | 54 | 0 | 66 | 144 | 116 |
| Binary | 11111111 | 11110100 | 10010000 | 0 | 100 | 101100 | 0 | 110110 | 1100100 | 1001110 |
Color Harmonies of #FFF490
Complementary color
Monochromatic Colors of #FFF490
Black with #FFF490
Text Example
Text Example
White with #FFF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF490; }
p { color: rgb(255,244,144); }
H1.HeaderClassName
{
color: #FFF490;
}
.AnyTagClassName
{
color: #FFF490;
}
</style>
background-color css
<style>
a { background-color: #FFF490; }
a { background-color: rgb(255,244,144); }
div.DivClassName
{
background-color: #FFF490;
}
.BgClassName
{
background-color: #FFF490;
}
</style>
border-color css
<style>
span { border-color: #FFF490; }
span { border-color: rgb(255,244,144); }
td.TdClassName
{
border-color: #FFF490;
}
.TagClassName
{
border-color: #FFF490;
}
</style>