Shades of Milan #FAF08A
Tints of Milan #FAF08A
RGB
CMYK
RGB Variations
Color information
#FAF08A (or 0xFAF08A) is known color: Milan. HEX triplet: FA, F0 and 8A. RGB value is (250,240,138). Sum of RGB (Red+Green+Blue) = 250+240+138=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 138 (54.30% from 255 or 21.97% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF08A is #050F75. Grayscale: #E7E7E7. Windows color (decimal): -331638 or 9105658. OLE color: 9105658.
HSL color Cylindrical-coordinate representation of color #FAF08A: hue angle of 54.64º 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 #FAF08A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 138 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.02 |
| HSL | 54.64º | 0.92% | 0.76% | - |
| HSV(B) | 54.64º | 0.45% | 0.98% | - |
| XYZ | 75.17 | 84.48 | 36.39 | - |
| YUV | 231.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 138 | 0 | 0.04 | 0.45 | 0.02 | 54.64 | 0.92 | 0.76 |
| Hex | FA | F0 | 8A | 0 | 4 | 2D | 2 | 37 | 5C | 4C |
| Octal | 372 | 360 | 212 | 0 | 4 | 55 | 2 | 67 | 134 | 114 |
| Binary | 11111010 | 11110000 | 10001010 | 0 | 100 | 101101 | 10 | 110111 | 1011100 | 1001100 |
Color Harmonies of #FAF08A
Complementary color
Monochromatic Colors of #FAF08A
Black with #FAF08A
Text Example
Text Example
White with #FAF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF08A; }
p { color: rgb(250,240,138); }
H1.HeaderClassName
{
color: #FAF08A;
}
.AnyTagClassName
{
color: #FAF08A;
}
</style>
background-color css
<style>
a { background-color: #FAF08A; }
a { background-color: rgb(250,240,138); }
div.DivClassName
{
background-color: #FAF08A;
}
.BgClassName
{
background-color: #FAF08A;
}
</style>
border-color css
<style>
span { border-color: #FAF08A; }
span { border-color: rgb(250,240,138); }
td.TdClassName
{
border-color: #FAF08A;
}
.TagClassName
{
border-color: #FAF08A;
}
</style>