Shades of Milan #FAF18A
Tints of Milan #FAF18A
RGB
CMYK
RGB Variations
Color information
#FAF18A (or 0xFAF18A) is known color: Milan. HEX triplet: FA, F1 and 8A. RGB value is (250,241,138). Sum of RGB (Red+Green+Blue) = 250+241+138=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 138 (54.30% from 255 or 21.94% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF18A is #050E75. Grayscale: #E8E8E8. Windows color (decimal): -331382 or 9105914. OLE color: 9105914.
HSL color Cylindrical-coordinate representation of color #FAF18A: hue angle of 55.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAF18A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 138 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.02 |
| HSL | 55.18º | 0.92% | 0.76% | - |
| HSV(B) | 55.18º | 0.45% | 0.98% | - |
| XYZ | 75.47 | 85.07 | 36.49 | - |
| YUV | 231.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 138 | 0 | 0.04 | 0.45 | 0.02 | 55.18 | 0.92 | 0.76 |
| Hex | FA | F1 | 8A | 0 | 4 | 2D | 2 | 37 | 5C | 4C |
| Octal | 372 | 361 | 212 | 0 | 4 | 55 | 2 | 67 | 134 | 114 |
| Binary | 11111010 | 11110001 | 10001010 | 0 | 100 | 101101 | 10 | 110111 | 1011100 | 1001100 |
Color Harmonies of #FAF18A
Complementary color
Monochromatic Colors of #FAF18A
Black with #FAF18A
Text Example
Text Example
White with #FAF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF18A; }
p { color: rgb(250,241,138); }
H1.HeaderClassName
{
color: #FAF18A;
}
.AnyTagClassName
{
color: #FAF18A;
}
</style>
background-color css
<style>
a { background-color: #FAF18A; }
a { background-color: rgb(250,241,138); }
div.DivClassName
{
background-color: #FAF18A;
}
.BgClassName
{
background-color: #FAF18A;
}
</style>
border-color css
<style>
span { border-color: #FAF18A; }
span { border-color: rgb(250,241,138); }
td.TdClassName
{
border-color: #FAF18A;
}
.TagClassName
{
border-color: #FAF18A;
}
</style>