Shades of Milan #FAF192
Tints of Milan #FAF192
RGB
CMYK
RGB Variations
Color information
#FAF192 (or 0xFAF192) is known color: Milan. HEX triplet: FA, F1 and 92. RGB value is (250,241,146). Sum of RGB (Red+Green+Blue) = 250+241+146=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 146 (57.42% from 255 or 22.92% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF192 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF192 is #050E6D. Grayscale: #E9E9E9. Windows color (decimal): -331374 or 9630202. OLE color: 9630202.
HSL color Cylindrical-coordinate representation of color #FAF192: hue angle of 54.81º 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 #FAF192 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 146 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.02 |
| HSL | 54.81º | 0.91% | 0.78% | - |
| HSV(B) | 54.81º | 0.42% | 0.98% | - |
| XYZ | 76.07 | 85.31 | 39.65 | - |
| YUV | 232.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 146 | 0 | 0.04 | 0.42 | 0.02 | 54.81 | 0.91 | 0.78 |
| Hex | FA | F1 | 92 | 0 | 4 | 2A | 2 | 37 | 5B | 4E |
| Octal | 372 | 361 | 222 | 0 | 4 | 52 | 2 | 67 | 133 | 116 |
| Binary | 11111010 | 11110001 | 10010010 | 0 | 100 | 101010 | 10 | 110111 | 1011011 | 1001110 |
Color Harmonies of #FAF192
Complementary color
Monochromatic Colors of #FAF192
Black with #FAF192
Text Example
Text Example
White with #FAF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF192; }
p { color: rgb(250,241,146); }
H1.HeaderClassName
{
color: #FAF192;
}
.AnyTagClassName
{
color: #FAF192;
}
</style>
background-color css
<style>
a { background-color: #FAF192; }
a { background-color: rgb(250,241,146); }
div.DivClassName
{
background-color: #FAF192;
}
.BgClassName
{
background-color: #FAF192;
}
</style>
border-color css
<style>
span { border-color: #FAF192; }
span { border-color: rgb(250,241,146); }
td.TdClassName
{
border-color: #FAF192;
}
.TagClassName
{
border-color: #FAF192;
}
</style>