Shades of Milan #FAF488
Tints of Milan #FAF488
RGB
CMYK
RGB Variations
Color information
#FAF488 (or 0xFAF488) is known color: Milan. HEX triplet: FA, F4 and 88. RGB value is (250,244,136). Sum of RGB (Red+Green+Blue) = 250+244+136=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 244 (95.70% from 255 or 38.73% from 630); Blue value is 136 (53.52% from 255 or 21.59% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF488 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF488 is #050B77. Grayscale: #E9E9E9. Windows color (decimal): -330616 or 8975610. OLE color: 8975610.
HSL color Cylindrical-coordinate representation of color #FAF488: hue angle of 56.84º 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 #FAF488 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 136 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.02 |
| HSL | 56.84º | 0.92% | 0.76% | - |
| HSV(B) | 56.84º | 0.46% | 0.98% | - |
| XYZ | 76.22 | 86.8 | 36.03 | - |
| YUV | 233.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 136 | 0 | 0.02 | 0.46 | 0.02 | 56.84 | 0.92 | 0.76 |
| Hex | FA | F4 | 88 | 0 | 2 | 2E | 2 | 39 | 5C | 4C |
| Octal | 372 | 364 | 210 | 0 | 2 | 56 | 2 | 71 | 134 | 114 |
| Binary | 11111010 | 11110100 | 10001000 | 0 | 10 | 101110 | 10 | 111001 | 1011100 | 1001100 |
Color Harmonies of #FAF488
Complementary color
Monochromatic Colors of #FAF488
Black with #FAF488
Text Example
Text Example
White with #FAF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF488; }
p { color: rgb(250,244,136); }
H1.HeaderClassName
{
color: #FAF488;
}
.AnyTagClassName
{
color: #FAF488;
}
</style>
background-color css
<style>
a { background-color: #FAF488; }
a { background-color: rgb(250,244,136); }
div.DivClassName
{
background-color: #FAF488;
}
.BgClassName
{
background-color: #FAF488;
}
</style>
border-color css
<style>
span { border-color: #FAF488; }
span { border-color: rgb(250,244,136); }
td.TdClassName
{
border-color: #FAF488;
}
.TagClassName
{
border-color: #FAF488;
}
</style>