Shades of Milan #FAF28B
Tints of Milan #FAF28B
RGB
CMYK
RGB Variations
Color information
#FAF28B (or 0xFAF28B) is known color: Milan. HEX triplet: FA, F2 and 8B. RGB value is (250,242,139). Sum of RGB (Red+Green+Blue) = 250+242+139=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 139 (54.69% from 255 or 22.03% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF28B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF28B is #050D74. Grayscale: #E9E9E9. Windows color (decimal): -331125 or 9171706. OLE color: 9171706.
HSL color Cylindrical-coordinate representation of color #FAF28B: hue angle of 55.68º 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 #FAF28B is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 139 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.02 |
| HSL | 55.68º | 0.92% | 0.76% | - |
| HSV(B) | 55.68º | 0.44% | 0.98% | - |
| XYZ | 75.84 | 85.69 | 36.97 | - |
| YUV | 232.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 139 | 0 | 0.03 | 0.44 | 0.02 | 55.68 | 0.92 | 0.76 |
| Hex | FA | F2 | 8B | 0 | 3 | 2C | 2 | 38 | 5C | 4C |
| Octal | 372 | 362 | 213 | 0 | 3 | 54 | 2 | 70 | 134 | 114 |
| Binary | 11111010 | 11110010 | 10001011 | 0 | 11 | 101100 | 10 | 111000 | 1011100 | 1001100 |
Color Harmonies of #FAF28B
Complementary color
Monochromatic Colors of #FAF28B
Black with #FAF28B
Text Example
Text Example
White with #FAF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF28B; }
p { color: rgb(250,242,139); }
H1.HeaderClassName
{
color: #FAF28B;
}
.AnyTagClassName
{
color: #FAF28B;
}
</style>
background-color css
<style>
a { background-color: #FAF28B; }
a { background-color: rgb(250,242,139); }
div.DivClassName
{
background-color: #FAF28B;
}
.BgClassName
{
background-color: #FAF28B;
}
</style>
border-color css
<style>
span { border-color: #FAF28B; }
span { border-color: rgb(250,242,139); }
td.TdClassName
{
border-color: #FAF28B;
}
.TagClassName
{
border-color: #FAF28B;
}
</style>