Shades of Milan #FAF288
Tints of Milan #FAF288
RGB
CMYK
RGB Variations
Color information
#FAF288 (or 0xFAF288) is known color: Milan. HEX triplet: FA, F2 and 88. RGB value is (250,242,136). Sum of RGB (Red+Green+Blue) = 250+242+136=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 136 (53.52% from 255 or 21.66% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF288 is #050D77. Grayscale: #E8E8E8. Windows color (decimal): -331128 or 8975098. OLE color: 8975098.
HSL color Cylindrical-coordinate representation of color #FAF288: hue angle of 55.79º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAF288 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 136 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.02 |
| HSL | 55.79º | 0.92% | 0.76% | - |
| HSV(B) | 55.79º | 0.46% | 0.98% | - |
| XYZ | 75.62 | 85.61 | 35.83 | - |
| YUV | 232.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 136 | 0 | 0.03 | 0.46 | 0.02 | 55.79 | 0.92 | 0.76 |
| Hex | FA | F2 | 88 | 0 | 3 | 2E | 2 | 38 | 5C | 4C |
| Octal | 372 | 362 | 210 | 0 | 3 | 56 | 2 | 70 | 134 | 114 |
| Binary | 11111010 | 11110010 | 10001000 | 0 | 11 | 101110 | 10 | 111000 | 1011100 | 1001100 |
Color Harmonies of #FAF288
Complementary color
Monochromatic Colors of #FAF288
Black with #FAF288
Text Example
Text Example
White with #FAF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF288; }
p { color: rgb(250,242,136); }
H1.HeaderClassName
{
color: #FAF288;
}
.AnyTagClassName
{
color: #FAF288;
}
</style>
background-color css
<style>
a { background-color: #FAF288; }
a { background-color: rgb(250,242,136); }
div.DivClassName
{
background-color: #FAF288;
}
.BgClassName
{
background-color: #FAF288;
}
</style>
border-color css
<style>
span { border-color: #FAF288; }
span { border-color: rgb(250,242,136); }
td.TdClassName
{
border-color: #FAF288;
}
.TagClassName
{
border-color: #FAF288;
}
</style>