Shades of Milan #FAF091
Tints of Milan #FAF091
RGB
CMYK
RGB Variations
Color information
#FAF091 (or 0xFAF091) is known color: Milan. HEX triplet: FA, F0 and 91. RGB value is (250,240,145). Sum of RGB (Red+Green+Blue) = 250+240+145=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 145 (57.03% from 255 or 22.83% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF091 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF091 is #050F6E. Grayscale: #E8E8E8. Windows color (decimal): -331631 or 9564410. OLE color: 9564410.
HSL color Cylindrical-coordinate representation of color #FAF091: hue angle of 54.29º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAF091 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 145 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.02 |
| HSL | 54.29º | 0.91% | 0.77% | - |
| HSV(B) | 54.29º | 0.42% | 0.98% | - |
| XYZ | 75.7 | 84.69 | 39.15 | - |
| YUV | 232.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 145 | 0 | 0.04 | 0.42 | 0.02 | 54.29 | 0.91 | 0.77 |
| Hex | FA | F0 | 91 | 0 | 4 | 2A | 2 | 36 | 5B | 4D |
| Octal | 372 | 360 | 221 | 0 | 4 | 52 | 2 | 66 | 133 | 115 |
| Binary | 11111010 | 11110000 | 10010001 | 0 | 100 | 101010 | 10 | 110110 | 1011011 | 1001101 |
Color Harmonies of #FAF091
Complementary color
Monochromatic Colors of #FAF091
Black with #FAF091
Text Example
Text Example
White with #FAF091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF091; }
p { color: rgb(250,240,145); }
H1.HeaderClassName
{
color: #FAF091;
}
.AnyTagClassName
{
color: #FAF091;
}
</style>
background-color css
<style>
a { background-color: #FAF091; }
a { background-color: rgb(250,240,145); }
div.DivClassName
{
background-color: #FAF091;
}
.BgClassName
{
background-color: #FAF091;
}
</style>
border-color css
<style>
span { border-color: #FAF091; }
span { border-color: rgb(250,240,145); }
td.TdClassName
{
border-color: #FAF091;
}
.TagClassName
{
border-color: #FAF091;
}
</style>