Shades of Milan #FAF189
Tints of Milan #FAF189
RGB
CMYK
RGB Variations
Color information
#FAF189 (or 0xFAF189) is known color: Milan. HEX triplet: FA, F1 and 89. RGB value is (250,241,137). Sum of RGB (Red+Green+Blue) = 250+241+137=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 137 (53.91% from 255 or 21.82% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF189 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF189 is #050E76. Grayscale: #E8E8E8. Windows color (decimal): -331383 or 9040378. OLE color: 9040378.
HSL color Cylindrical-coordinate representation of color #FAF189: hue angle of 55.22º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAF189 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 137 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.02 |
| HSL | 55.22º | 0.92% | 0.76% | - |
| HSV(B) | 55.22º | 0.45% | 0.98% | - |
| XYZ | 75.4 | 85.04 | 36.11 | - |
| YUV | 231.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 137 | 0 | 0.04 | 0.45 | 0.02 | 55.22 | 0.92 | 0.76 |
| Hex | FA | F1 | 89 | 0 | 4 | 2D | 2 | 37 | 5C | 4C |
| Octal | 372 | 361 | 211 | 0 | 4 | 55 | 2 | 67 | 134 | 114 |
| Binary | 11111010 | 11110001 | 10001001 | 0 | 100 | 101101 | 10 | 110111 | 1011100 | 1001100 |
Color Harmonies of #FAF189
Complementary color
Monochromatic Colors of #FAF189
Black with #FAF189
Text Example
Text Example
White with #FAF189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF189; }
p { color: rgb(250,241,137); }
H1.HeaderClassName
{
color: #FAF189;
}
.AnyTagClassName
{
color: #FAF189;
}
</style>
background-color css
<style>
a { background-color: #FAF189; }
a { background-color: rgb(250,241,137); }
div.DivClassName
{
background-color: #FAF189;
}
.BgClassName
{
background-color: #FAF189;
}
</style>
border-color css
<style>
span { border-color: #FAF189; }
span { border-color: rgb(250,241,137); }
td.TdClassName
{
border-color: #FAF189;
}
.TagClassName
{
border-color: #FAF189;
}
</style>