Shades of Milan #FAF296
Tints of Milan #FAF296
RGB
CMYK
RGB Variations
Color information
#FAF296 (or 0xFAF296) is known color: Milan. HEX triplet: FA, F2 and 96. RGB value is (250,242,150). Sum of RGB (Red+Green+Blue) = 250+242+150=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 150 (58.98% from 255 or 23.36% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF296 is #050D69. Grayscale: #EAEAEA. Windows color (decimal): -331114 or 9892602. OLE color: 9892602.
HSL color Cylindrical-coordinate representation of color #FAF296: hue angle of 55.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAF296 is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 150 | - |
| CMYK | 0 | 0.03 | 0.4 | 0.02 |
| HSL | 55.2º | 0.91% | 0.78% | - |
| HSV(B) | 55.2º | 0.4% | 0.98% | - |
| XYZ | 76.68 | 86.03 | 41.42 | - |
| YUV | 233.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 150 | 0 | 0.03 | 0.4 | 0.02 | 55.2 | 0.91 | 0.78 |
| Hex | FA | F2 | 96 | 0 | 3 | 28 | 2 | 37 | 5B | 4E |
| Octal | 372 | 362 | 226 | 0 | 3 | 50 | 2 | 67 | 133 | 116 |
| Binary | 11111010 | 11110010 | 10010110 | 0 | 11 | 101000 | 10 | 110111 | 1011011 | 1001110 |
Color Harmonies of #FAF296
Complementary color
Monochromatic Colors of #FAF296
Black with #FAF296
Text Example
Text Example
White with #FAF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF296; }
p { color: rgb(250,242,150); }
H1.HeaderClassName
{
color: #FAF296;
}
.AnyTagClassName
{
color: #FAF296;
}
</style>
background-color css
<style>
a { background-color: #FAF296; }
a { background-color: rgb(250,242,150); }
div.DivClassName
{
background-color: #FAF296;
}
.BgClassName
{
background-color: #FAF296;
}
</style>
border-color css
<style>
span { border-color: #FAF296; }
span { border-color: rgb(250,242,150); }
td.TdClassName
{
border-color: #FAF296;
}
.TagClassName
{
border-color: #FAF296;
}
</style>