Shades of Milan #FFF890
Tints of Milan #FFF890
RGB
CMYK
RGB Variations
Color information
#FFF890 (or 0xFFF890) is known color: Milan. HEX triplet: FF, F8 and 90. RGB value is (255,248,144). Sum of RGB (Red+Green+Blue) = 255+248+144=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 144 (56.64% from 255 or 22.26% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF890 is #00076F. Grayscale: #EEEEEE. Windows color (decimal): -1904 or 9500927. OLE color: 9500927.
HSL color Cylindrical-coordinate representation of color #FFF890: hue angle of 56.22º 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 #FFF890 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 144 | - |
| CMYK | 0 | 0.03 | 0.44 | 0 |
| HSL | 56.22º | 1% | 0.78% | - |
| HSV(B) | 56.22º | 0.44% | 1% | - |
| XYZ | 79.84 | 90.41 | 39.63 | - |
| YUV | 238.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 144 | 0 | 0.03 | 0.44 | 0 | 56.22 | 1 | 0.78 |
| Hex | FF | F8 | 90 | 0 | 3 | 2C | 0 | 38 | 64 | 4E |
| Octal | 377 | 370 | 220 | 0 | 3 | 54 | 0 | 70 | 144 | 116 |
| Binary | 11111111 | 11111000 | 10010000 | 0 | 11 | 101100 | 0 | 111000 | 1100100 | 1001110 |
Color Harmonies of #FFF890
Complementary color
Monochromatic Colors of #FFF890
Black with #FFF890
Text Example
Text Example
White with #FFF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF890; }
p { color: rgb(255,248,144); }
H1.HeaderClassName
{
color: #FFF890;
}
.AnyTagClassName
{
color: #FFF890;
}
</style>
background-color css
<style>
a { background-color: #FFF890; }
a { background-color: rgb(255,248,144); }
div.DivClassName
{
background-color: #FFF890;
}
.BgClassName
{
background-color: #FFF890;
}
</style>
border-color css
<style>
span { border-color: #FFF890; }
span { border-color: rgb(255,248,144); }
td.TdClassName
{
border-color: #FFF890;
}
.TagClassName
{
border-color: #FFF890;
}
</style>