Shades of Milan #FAF995
Tints of Milan #FAF995
RGB
CMYK
RGB Variations
Color information
#FAF995 (or 0xFAF995) is known color: Milan. HEX triplet: FA, F9 and 95. RGB value is (250,249,149). Sum of RGB (Red+Green+Blue) = 250+249+149=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 149 (58.59% from 255 or 22.99% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF995 is #05066A. Grayscale: #EEEEEE. Windows color (decimal): -329323 or 9828858. OLE color: 9828858.
HSL color Cylindrical-coordinate representation of color #FAF995: hue angle of 59.41º 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 #FAF995 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 149 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.02 |
| HSL | 59.41º | 0.91% | 0.78% | - |
| HSV(B) | 59.41º | 0.4% | 0.98% | - |
| XYZ | 78.72 | 90.25 | 41.7 | - |
| YUV | 237.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 149 | 0 | 0.00 | 0.40 | 0.02 | 59.41 | 0.91 | 0.78 |
| Hex | FA | F9 | 95 | 0 | 0 | 28 | 2 | 3B | 5B | 4E |
| Octal | 372 | 371 | 225 | 0 | 0 | 50 | 2 | 73 | 133 | 116 |
| Binary | 11111010 | 11111001 | 10010101 | 0 | 0 | 101000 | 10 | 111011 | 1011011 | 1001110 |
Color Harmonies of #FAF995
Complementary color
Monochromatic Colors of #FAF995
Black with #FAF995
Text Example
Text Example
White with #FAF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF995; }
p { color: rgb(250,249,149); }
H1.HeaderClassName
{
color: #FAF995;
}
.AnyTagClassName
{
color: #FAF995;
}
</style>
background-color css
<style>
a { background-color: #FAF995; }
a { background-color: rgb(250,249,149); }
div.DivClassName
{
background-color: #FAF995;
}
.BgClassName
{
background-color: #FAF995;
}
</style>
border-color css
<style>
span { border-color: #FAF995; }
span { border-color: rgb(250,249,149); }
td.TdClassName
{
border-color: #FAF995;
}
.TagClassName
{
border-color: #FAF995;
}
</style>