Shades of Milan #FAF389
Tints of Milan #FAF389
RGB
CMYK
RGB Variations
Color information
#FAF389 (or 0xFAF389) is known color: Milan. HEX triplet: FA, F3 and 89. RGB value is (250,243,137). Sum of RGB (Red+Green+Blue) = 250+243+137=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 137 (53.91% from 255 or 21.75% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF389 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF389 is #050C76. Grayscale: #E9E9E9. Windows color (decimal): -330871 or 9040890. OLE color: 9040890.
HSL color Cylindrical-coordinate representation of color #FAF389: hue angle of 56.28º 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 #FAF389 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 137 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.02 |
| HSL | 56.28º | 0.92% | 0.76% | - |
| HSV(B) | 56.28º | 0.45% | 0.98% | - |
| XYZ | 75.99 | 86.23 | 36.31 | - |
| YUV | 233.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 137 | 0 | 0.03 | 0.45 | 0.02 | 56.28 | 0.92 | 0.76 |
| Hex | FA | F3 | 89 | 0 | 3 | 2D | 2 | 38 | 5C | 4C |
| Octal | 372 | 363 | 211 | 0 | 3 | 55 | 2 | 70 | 134 | 114 |
| Binary | 11111010 | 11110011 | 10001001 | 0 | 11 | 101101 | 10 | 111000 | 1011100 | 1001100 |
Color Harmonies of #FAF389
Complementary color
Monochromatic Colors of #FAF389
Black with #FAF389
Text Example
Text Example
White with #FAF389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF389; }
p { color: rgb(250,243,137); }
H1.HeaderClassName
{
color: #FAF389;
}
.AnyTagClassName
{
color: #FAF389;
}
</style>
background-color css
<style>
a { background-color: #FAF389; }
a { background-color: rgb(250,243,137); }
div.DivClassName
{
background-color: #FAF389;
}
.BgClassName
{
background-color: #FAF389;
}
</style>
border-color css
<style>
span { border-color: #FAF389; }
span { border-color: rgb(250,243,137); }
td.TdClassName
{
border-color: #FAF389;
}
.TagClassName
{
border-color: #FAF389;
}
</style>