Shades of Milan #FAF997
Tints of Milan #FAF997
RGB
CMYK
RGB Variations
Color information
#FAF997 (or 0xFAF997) is known color: Milan. HEX triplet: FA, F9 and 97. RGB value is (250,249,151). Sum of RGB (Red+Green+Blue) = 250+249+151=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 151 (59.38% from 255 or 23.23% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF997 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF997 is #050668. Grayscale: #EEEEEE. Windows color (decimal): -329321 or 9959930. OLE color: 9959930.
HSL color Cylindrical-coordinate representation of color #FAF997: hue angle of 59.39º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAF997 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 151 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.02 |
| HSL | 59.39º | 0.91% | 0.79% | - |
| HSV(B) | 59.39º | 0.4% | 0.98% | - |
| XYZ | 78.89 | 90.31 | 42.55 | - |
| YUV | 238.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 151 | 0 | 0.00 | 0.40 | 0.02 | 59.39 | 0.91 | 0.79 |
| Hex | FA | F9 | 97 | 0 | 0 | 28 | 2 | 3B | 5B | 4F |
| Octal | 372 | 371 | 227 | 0 | 0 | 50 | 2 | 73 | 133 | 117 |
| Binary | 11111010 | 11111001 | 10010111 | 0 | 0 | 101000 | 10 | 111011 | 1011011 | 1001111 |
Color Harmonies of #FAF997
Complementary color
Monochromatic Colors of #FAF997
Black with #FAF997
Text Example
Text Example
White with #FAF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF997; }
p { color: rgb(250,249,151); }
H1.HeaderClassName
{
color: #FAF997;
}
.AnyTagClassName
{
color: #FAF997;
}
</style>
background-color css
<style>
a { background-color: #FAF997; }
a { background-color: rgb(250,249,151); }
div.DivClassName
{
background-color: #FAF997;
}
.BgClassName
{
background-color: #FAF997;
}
</style>
border-color css
<style>
span { border-color: #FAF997; }
span { border-color: rgb(250,249,151); }
td.TdClassName
{
border-color: #FAF997;
}
.TagClassName
{
border-color: #FAF997;
}
</style>