Shades of Milan #FFF690
Tints of Milan #FFF690
RGB
CMYK
RGB Variations
Color information
#FFF690 (or 0xFFF690) is known color: Milan. HEX triplet: FF, F6 and 90. RGB value is (255,246,144). Sum of RGB (Red+Green+Blue) = 255+246+144=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 144 (56.64% from 255 or 22.33% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF690 is #00096F. Grayscale: #EDEDED. Windows color (decimal): -2416 or 9500415. OLE color: 9500415.
HSL color Cylindrical-coordinate representation of color #FFF690: hue angle of 55.14º 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 #FFF690 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 144 | - |
| CMYK | 0 | 0.04 | 0.44 | 0 |
| HSL | 55.14º | 1% | 0.78% | - |
| HSV(B) | 55.14º | 0.44% | 1% | - |
| XYZ | 79.23 | 89.19 | 39.42 | - |
| YUV | 237.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 144 | 0 | 0.04 | 0.44 | 0 | 55.14 | 1 | 0.78 |
| Hex | FF | F6 | 90 | 0 | 4 | 2C | 0 | 37 | 64 | 4E |
| Octal | 377 | 366 | 220 | 0 | 4 | 54 | 0 | 67 | 144 | 116 |
| Binary | 11111111 | 11110110 | 10010000 | 0 | 100 | 101100 | 0 | 110111 | 1100100 | 1001110 |
Color Harmonies of #FFF690
Complementary color
Monochromatic Colors of #FFF690
Black with #FFF690
Text Example
Text Example
White with #FFF690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF690; }
p { color: rgb(255,246,144); }
H1.HeaderClassName
{
color: #FFF690;
}
.AnyTagClassName
{
color: #FFF690;
}
</style>
background-color css
<style>
a { background-color: #FFF690; }
a { background-color: rgb(255,246,144); }
div.DivClassName
{
background-color: #FFF690;
}
.BgClassName
{
background-color: #FFF690;
}
</style>
border-color css
<style>
span { border-color: #FFF690; }
span { border-color: rgb(255,246,144); }
td.TdClassName
{
border-color: #FFF690;
}
.TagClassName
{
border-color: #FFF690;
}
</style>