Shades of Milan #FAF392
Tints of Milan #FAF392
RGB
CMYK
RGB Variations
Color information
#FAF392 (or 0xFAF392) is known color: Milan. HEX triplet: FA, F3 and 92. RGB value is (250,243,146). Sum of RGB (Red+Green+Blue) = 250+243+146=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 146 (57.42% from 255 or 22.85% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF392 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF392 is #050C6D. Grayscale: #EAEAEA. Windows color (decimal): -330862 or 9630714. OLE color: 9630714.
HSL color Cylindrical-coordinate representation of color #FAF392: hue angle of 55.96º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAF392 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 146 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.02 |
| HSL | 55.96º | 0.91% | 0.78% | - |
| HSV(B) | 55.96º | 0.42% | 0.98% | - |
| XYZ | 76.66 | 86.5 | 39.85 | - |
| YUV | 234.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 146 | 0 | 0.03 | 0.42 | 0.02 | 55.96 | 0.91 | 0.78 |
| Hex | FA | F3 | 92 | 0 | 3 | 2A | 2 | 38 | 5B | 4E |
| Octal | 372 | 363 | 222 | 0 | 3 | 52 | 2 | 70 | 133 | 116 |
| Binary | 11111010 | 11110011 | 10010010 | 0 | 11 | 101010 | 10 | 111000 | 1011011 | 1001110 |
Color Harmonies of #FAF392
Complementary color
Monochromatic Colors of #FAF392
Black with #FAF392
Text Example
Text Example
White with #FAF392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF392; }
p { color: rgb(250,243,146); }
H1.HeaderClassName
{
color: #FAF392;
}
.AnyTagClassName
{
color: #FAF392;
}
</style>
background-color css
<style>
a { background-color: #FAF392; }
a { background-color: rgb(250,243,146); }
div.DivClassName
{
background-color: #FAF392;
}
.BgClassName
{
background-color: #FAF392;
}
</style>
border-color css
<style>
span { border-color: #FAF392; }
span { border-color: rgb(250,243,146); }
td.TdClassName
{
border-color: #FAF392;
}
.TagClassName
{
border-color: #FAF392;
}
</style>