Shades of Milan #FAF291
Tints of Milan #FAF291
RGB
CMYK
RGB Variations
Color information
#FAF291 (or 0xFAF291) is known color: Milan. HEX triplet: FA, F2 and 91. RGB value is (250,242,145). Sum of RGB (Red+Green+Blue) = 250+242+145=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 145 (57.03% from 255 or 22.76% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF291 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF291 is #050D6E. Grayscale: #E9E9E9. Windows color (decimal): -331119 or 9564922. OLE color: 9564922.
HSL color Cylindrical-coordinate representation of color #FAF291: hue angle of 55.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 #FAF291 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 145 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.02 |
| HSL | 55.43º | 0.91% | 0.77% | - |
| HSV(B) | 55.43º | 0.42% | 0.98% | - |
| XYZ | 76.29 | 85.87 | 39.34 | - |
| YUV | 233.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 145 | 0 | 0.03 | 0.42 | 0.02 | 55.43 | 0.91 | 0.77 |
| Hex | FA | F2 | 91 | 0 | 3 | 2A | 2 | 37 | 5B | 4D |
| Octal | 372 | 362 | 221 | 0 | 3 | 52 | 2 | 67 | 133 | 115 |
| Binary | 11111010 | 11110010 | 10010001 | 0 | 11 | 101010 | 10 | 110111 | 1011011 | 1001101 |
Color Harmonies of #FAF291
Complementary color
Monochromatic Colors of #FAF291
Black with #FAF291
Text Example
Text Example
White with #FAF291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF291; }
p { color: rgb(250,242,145); }
H1.HeaderClassName
{
color: #FAF291;
}
.AnyTagClassName
{
color: #FAF291;
}
</style>
background-color css
<style>
a { background-color: #FAF291; }
a { background-color: rgb(250,242,145); }
div.DivClassName
{
background-color: #FAF291;
}
.BgClassName
{
background-color: #FAF291;
}
</style>
border-color css
<style>
span { border-color: #FAF291; }
span { border-color: rgb(250,242,145); }
td.TdClassName
{
border-color: #FAF291;
}
.TagClassName
{
border-color: #FAF291;
}
</style>