Shades of Milan #FAF991
Tints of Milan #FAF991
RGB
CMYK
RGB Variations
Color information
#FAF991 (or 0xFAF991) is known color: Milan. HEX triplet: FA, F9 and 91. RGB value is (250,249,145). Sum of RGB (Red+Green+Blue) = 250+249+145=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 145 (57.03% from 255 or 22.52% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF991 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF991 is #05066E. Grayscale: #EDEDED. Windows color (decimal): -329327 or 9566714. OLE color: 9566714.
HSL color Cylindrical-coordinate representation of color #FAF991: hue angle of 59.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAF991 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 145 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.02 |
| HSL | 59.43º | 0.91% | 0.77% | - |
| HSV(B) | 59.43º | 0.42% | 0.98% | - |
| XYZ | 78.41 | 90.12 | 40.05 | - |
| YUV | 237.44 | 75.83 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 145 | 0 | 0.00 | 0.42 | 0.02 | 59.43 | 0.91 | 0.77 |
| Hex | FA | F9 | 91 | 0 | 0 | 2A | 2 | 3B | 5B | 4D |
| Octal | 372 | 371 | 221 | 0 | 0 | 52 | 2 | 73 | 133 | 115 |
| Binary | 11111010 | 11111001 | 10010001 | 0 | 0 | 101010 | 10 | 111011 | 1011011 | 1001101 |
Color Harmonies of #FAF991
Complementary color
Monochromatic Colors of #FAF991
Black with #FAF991
Text Example
Text Example
White with #FAF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF991; }
p { color: rgb(250,249,145); }
H1.HeaderClassName
{
color: #FAF991;
}
.AnyTagClassName
{
color: #FAF991;
}
</style>
background-color css
<style>
a { background-color: #FAF991; }
a { background-color: rgb(250,249,145); }
div.DivClassName
{
background-color: #FAF991;
}
.BgClassName
{
background-color: #FAF991;
}
</style>
border-color css
<style>
span { border-color: #FAF991; }
span { border-color: rgb(250,249,145); }
td.TdClassName
{
border-color: #FAF991;
}
.TagClassName
{
border-color: #FAF991;
}
</style>