Shades of Milan #FAF293
Tints of Milan #FAF293
RGB
CMYK
RGB Variations
Color information
#FAF293 (or 0xFAF293) is known color: Milan. HEX triplet: FA, F2 and 93. RGB value is (250,242,147). Sum of RGB (Red+Green+Blue) = 250+242+147=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 147 (57.81% from 255 or 23.00% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF293 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF293 is #050D6C. Grayscale: #E9E9E9. Windows color (decimal): -331117 or 9695994. OLE color: 9695994.
HSL color Cylindrical-coordinate representation of color #FAF293: hue angle of 55.34º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAF293 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 147 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.02 |
| HSL | 55.34º | 0.91% | 0.78% | - |
| HSV(B) | 55.34º | 0.41% | 0.98% | - |
| XYZ | 76.44 | 85.93 | 40.16 | - |
| YUV | 233.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 147 | 0 | 0.03 | 0.41 | 0.02 | 55.34 | 0.91 | 0.78 |
| Hex | FA | F2 | 93 | 0 | 3 | 29 | 2 | 37 | 5B | 4E |
| Octal | 372 | 362 | 223 | 0 | 3 | 51 | 2 | 67 | 133 | 116 |
| Binary | 11111010 | 11110010 | 10010011 | 0 | 11 | 101001 | 10 | 110111 | 1011011 | 1001110 |
Color Harmonies of #FAF293
Complementary color
Monochromatic Colors of #FAF293
Black with #FAF293
Text Example
Text Example
White with #FAF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF293; }
p { color: rgb(250,242,147); }
H1.HeaderClassName
{
color: #FAF293;
}
.AnyTagClassName
{
color: #FAF293;
}
</style>
background-color css
<style>
a { background-color: #FAF293; }
a { background-color: rgb(250,242,147); }
div.DivClassName
{
background-color: #FAF293;
}
.BgClassName
{
background-color: #FAF293;
}
</style>
border-color css
<style>
span { border-color: #FAF293; }
span { border-color: rgb(250,242,147); }
td.TdClassName
{
border-color: #FAF293;
}
.TagClassName
{
border-color: #FAF293;
}
</style>