Shades of Milan #FAF289
Tints of Milan #FAF289
RGB
CMYK
RGB Variations
Color information
#FAF289 (or 0xFAF289) is known color: Milan. HEX triplet: FA, F2 and 89. RGB value is (250,242,137). Sum of RGB (Red+Green+Blue) = 250+242+137=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 137 (53.91% from 255 or 21.78% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF289 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF289 is #050D76. Grayscale: #E8E8E8. Windows color (decimal): -331127 or 9040634. OLE color: 9040634.
HSL color Cylindrical-coordinate representation of color #FAF289: hue angle of 55.75º 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 #FAF289 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 137 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.02 |
| HSL | 55.75º | 0.92% | 0.76% | - |
| HSV(B) | 55.75º | 0.45% | 0.98% | - |
| XYZ | 75.69 | 85.63 | 36.21 | - |
| YUV | 232.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 137 | 0 | 0.03 | 0.45 | 0.02 | 55.75 | 0.92 | 0.76 |
| Hex | FA | F2 | 89 | 0 | 3 | 2D | 2 | 38 | 5C | 4C |
| Octal | 372 | 362 | 211 | 0 | 3 | 55 | 2 | 70 | 134 | 114 |
| Binary | 11111010 | 11110010 | 10001001 | 0 | 11 | 101101 | 10 | 111000 | 1011100 | 1001100 |
Color Harmonies of #FAF289
Complementary color
Monochromatic Colors of #FAF289
Black with #FAF289
Text Example
Text Example
White with #FAF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF289; }
p { color: rgb(250,242,137); }
H1.HeaderClassName
{
color: #FAF289;
}
.AnyTagClassName
{
color: #FAF289;
}
</style>
background-color css
<style>
a { background-color: #FAF289; }
a { background-color: rgb(250,242,137); }
div.DivClassName
{
background-color: #FAF289;
}
.BgClassName
{
background-color: #FAF289;
}
</style>
border-color css
<style>
span { border-color: #FAF289; }
span { border-color: rgb(250,242,137); }
td.TdClassName
{
border-color: #FAF289;
}
.TagClassName
{
border-color: #FAF289;
}
</style>