Shades of Milan #FAF08F
Tints of Milan #FAF08F
RGB
CMYK
RGB Variations
Color information
#FAF08F (or 0xFAF08F) is known color: Milan. HEX triplet: FA, F0 and 8F. RGB value is (250,240,143). Sum of RGB (Red+Green+Blue) = 250+240+143=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 143 (56.25% from 255 or 22.59% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF08F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF08F is #050F70. Grayscale: #E8E8E8. Windows color (decimal): -331633 or 9433338. OLE color: 9433338.
HSL color Cylindrical-coordinate representation of color #FAF08F: hue angle of 54.39º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAF08F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 143 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.02 |
| HSL | 54.39º | 0.91% | 0.77% | - |
| HSV(B) | 54.39º | 0.43% | 0.98% | - |
| XYZ | 75.54 | 84.63 | 38.34 | - |
| YUV | 231.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 143 | 0 | 0.04 | 0.43 | 0.02 | 54.39 | 0.91 | 0.77 |
| Hex | FA | F0 | 8F | 0 | 4 | 2B | 2 | 36 | 5B | 4D |
| Octal | 372 | 360 | 217 | 0 | 4 | 53 | 2 | 66 | 133 | 115 |
| Binary | 11111010 | 11110000 | 10001111 | 0 | 100 | 101011 | 10 | 110110 | 1011011 | 1001101 |
Color Harmonies of #FAF08F
Complementary color
Monochromatic Colors of #FAF08F
Black with #FAF08F
Text Example
Text Example
White with #FAF08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF08F; }
p { color: rgb(250,240,143); }
H1.HeaderClassName
{
color: #FAF08F;
}
.AnyTagClassName
{
color: #FAF08F;
}
</style>
background-color css
<style>
a { background-color: #FAF08F; }
a { background-color: rgb(250,240,143); }
div.DivClassName
{
background-color: #FAF08F;
}
.BgClassName
{
background-color: #FAF08F;
}
</style>
border-color css
<style>
span { border-color: #FAF08F; }
span { border-color: rgb(250,240,143); }
td.TdClassName
{
border-color: #FAF08F;
}
.TagClassName
{
border-color: #FAF08F;
}
</style>