Shades of Milan #FAF592
Tints of Milan #FAF592
RGB
CMYK
RGB Variations
Color information
#FAF592 (or 0xFAF592) is known color: Milan. HEX triplet: FA, F5 and 92. RGB value is (250,245,146). Sum of RGB (Red+Green+Blue) = 250+245+146=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 146 (57.42% from 255 or 22.78% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF592 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF592 is #050A6D. Grayscale: #EBEBEB. Windows color (decimal): -330350 or 9631226. OLE color: 9631226.
HSL color Cylindrical-coordinate representation of color #FAF592: hue angle of 57.12º 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 #FAF592 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 146 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.02 |
| HSL | 57.12º | 0.91% | 0.78% | - |
| HSV(B) | 57.12º | 0.42% | 0.98% | - |
| XYZ | 77.27 | 87.7 | 40.05 | - |
| YUV | 235.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 146 | 0 | 0.02 | 0.42 | 0.02 | 57.12 | 0.91 | 0.78 |
| Hex | FA | F5 | 92 | 0 | 2 | 2A | 2 | 39 | 5B | 4E |
| Octal | 372 | 365 | 222 | 0 | 2 | 52 | 2 | 71 | 133 | 116 |
| Binary | 11111010 | 11110101 | 10010010 | 0 | 10 | 101010 | 10 | 111001 | 1011011 | 1001110 |
Color Harmonies of #FAF592
Complementary color
Monochromatic Colors of #FAF592
Black with #FAF592
Text Example
Text Example
White with #FAF592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF592; }
p { color: rgb(250,245,146); }
H1.HeaderClassName
{
color: #FAF592;
}
.AnyTagClassName
{
color: #FAF592;
}
</style>
background-color css
<style>
a { background-color: #FAF592; }
a { background-color: rgb(250,245,146); }
div.DivClassName
{
background-color: #FAF592;
}
.BgClassName
{
background-color: #FAF592;
}
</style>
border-color css
<style>
span { border-color: #FAF592; }
span { border-color: rgb(250,245,146); }
td.TdClassName
{
border-color: #FAF592;
}
.TagClassName
{
border-color: #FAF592;
}
</style>