Shades of Milan #FAF08C
Tints of Milan #FAF08C
RGB
CMYK
RGB Variations
Color information
#FAF08C (or 0xFAF08C) is known color: Milan. HEX triplet: FA, F0 and 8C. RGB value is (250,240,140). Sum of RGB (Red+Green+Blue) = 250+240+140=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 140 (55.08% from 255 or 22.22% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF08C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF08C is #050F73. Grayscale: #E8E8E8. Windows color (decimal): -331636 or 9236730. OLE color: 9236730.
HSL color Cylindrical-coordinate representation of color #FAF08C: hue angle of 54.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAF08C is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 140 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.02 |
| HSL | 54.55º | 0.92% | 0.76% | - |
| HSV(B) | 54.55º | 0.44% | 0.98% | - |
| XYZ | 75.32 | 84.54 | 37.16 | - |
| YUV | 231.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 140 | 0 | 0.04 | 0.44 | 0.02 | 54.55 | 0.92 | 0.76 |
| Hex | FA | F0 | 8C | 0 | 4 | 2C | 2 | 37 | 5C | 4C |
| Octal | 372 | 360 | 214 | 0 | 4 | 54 | 2 | 67 | 134 | 114 |
| Binary | 11111010 | 11110000 | 10001100 | 0 | 100 | 101100 | 10 | 110111 | 1011100 | 1001100 |
Color Harmonies of #FAF08C
Complementary color
Monochromatic Colors of #FAF08C
Black with #FAF08C
Text Example
Text Example
White with #FAF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF08C; }
p { color: rgb(250,240,140); }
H1.HeaderClassName
{
color: #FAF08C;
}
.AnyTagClassName
{
color: #FAF08C;
}
</style>
background-color css
<style>
a { background-color: #FAF08C; }
a { background-color: rgb(250,240,140); }
div.DivClassName
{
background-color: #FAF08C;
}
.BgClassName
{
background-color: #FAF08C;
}
</style>
border-color css
<style>
span { border-color: #FAF08C; }
span { border-color: rgb(250,240,140); }
td.TdClassName
{
border-color: #FAF08C;
}
.TagClassName
{
border-color: #FAF08C;
}
</style>