Shades of Milan #FAF191
Tints of Milan #FAF191
RGB
CMYK
RGB Variations
Color information
#FAF191 (or 0xFAF191) is known color: Milan. HEX triplet: FA, F1 and 91. RGB value is (250,241,145). Sum of RGB (Red+Green+Blue) = 250+241+145=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 145 (57.03% from 255 or 22.80% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF191 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF191 is #050E6E. Grayscale: #E9E9E9. Windows color (decimal): -331375 or 9564666. OLE color: 9564666.
HSL color Cylindrical-coordinate representation of color #FAF191: hue angle of 54.86º 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 #FAF191 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 145 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.02 |
| HSL | 54.86º | 0.91% | 0.77% | - |
| HSV(B) | 54.86º | 0.42% | 0.98% | - |
| XYZ | 75.99 | 85.28 | 39.24 | - |
| YUV | 232.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 145 | 0 | 0.04 | 0.42 | 0.02 | 54.86 | 0.91 | 0.77 |
| Hex | FA | F1 | 91 | 0 | 4 | 2A | 2 | 37 | 5B | 4D |
| Octal | 372 | 361 | 221 | 0 | 4 | 52 | 2 | 67 | 133 | 115 |
| Binary | 11111010 | 11110001 | 10010001 | 0 | 100 | 101010 | 10 | 110111 | 1011011 | 1001101 |
Color Harmonies of #FAF191
Complementary color
Monochromatic Colors of #FAF191
Black with #FAF191
Text Example
Text Example
White with #FAF191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF191; }
p { color: rgb(250,241,145); }
H1.HeaderClassName
{
color: #FAF191;
}
.AnyTagClassName
{
color: #FAF191;
}
</style>
background-color css
<style>
a { background-color: #FAF191; }
a { background-color: rgb(250,241,145); }
div.DivClassName
{
background-color: #FAF191;
}
.BgClassName
{
background-color: #FAF191;
}
</style>
border-color css
<style>
span { border-color: #FAF191; }
span { border-color: rgb(250,241,145); }
td.TdClassName
{
border-color: #FAF191;
}
.TagClassName
{
border-color: #FAF191;
}
</style>