Shades of Milan #FAF28F
Tints of Milan #FAF28F
RGB
CMYK
RGB Variations
Color information
#FAF28F (or 0xFAF28F) is known color: Milan. HEX triplet: FA, F2 and 8F. RGB value is (250,242,143). Sum of RGB (Red+Green+Blue) = 250+242+143=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 143 (56.25% from 255 or 22.52% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF28F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF28F is #050D70. Grayscale: #E9E9E9. Windows color (decimal): -331121 or 9433850. OLE color: 9433850.
HSL color Cylindrical-coordinate representation of color #FAF28F: hue angle of 55.51º 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 #FAF28F is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 143 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.02 |
| HSL | 55.51º | 0.91% | 0.77% | - |
| HSV(B) | 55.51º | 0.43% | 0.98% | - |
| XYZ | 76.13 | 85.81 | 38.54 | - |
| YUV | 233.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 143 | 0 | 0.03 | 0.43 | 0.02 | 55.51 | 0.91 | 0.77 |
| Hex | FA | F2 | 8F | 0 | 3 | 2B | 2 | 38 | 5B | 4D |
| Octal | 372 | 362 | 217 | 0 | 3 | 53 | 2 | 70 | 133 | 115 |
| Binary | 11111010 | 11110010 | 10001111 | 0 | 11 | 101011 | 10 | 111000 | 1011011 | 1001101 |
Color Harmonies of #FAF28F
Complementary color
Monochromatic Colors of #FAF28F
Black with #FAF28F
Text Example
Text Example
White with #FAF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF28F; }
p { color: rgb(250,242,143); }
H1.HeaderClassName
{
color: #FAF28F;
}
.AnyTagClassName
{
color: #FAF28F;
}
</style>
background-color css
<style>
a { background-color: #FAF28F; }
a { background-color: rgb(250,242,143); }
div.DivClassName
{
background-color: #FAF28F;
}
.BgClassName
{
background-color: #FAF28F;
}
</style>
border-color css
<style>
span { border-color: #FAF28F; }
span { border-color: rgb(250,242,143); }
td.TdClassName
{
border-color: #FAF28F;
}
.TagClassName
{
border-color: #FAF28F;
}
</style>