Shades of Milan #F9FA88
Tints of Milan #F9FA88
RGB
CMYK
RGB Variations
Color information
#F9FA88 (or 0xF9FA88) is known color: Milan. HEX triplet: F9, FA and 88. RGB value is (249,250,136). Sum of RGB (Red+Green+Blue) = 249+250+136=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 136 (53.52% from 255 or 21.42% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FA88 is #060577. Grayscale: #EDEDED. Windows color (decimal): -394616 or 8977145. OLE color: 8977145.
HSL color Cylindrical-coordinate representation of color #F9FA88: hue angle of 60.53º 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 #F9FA88 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 136 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.02 |
| HSL | 60.53º | 0.92% | 0.76% | - |
| HSV(B) | 60.53º | 0.46% | 0.98% | - |
| XYZ | 77.7 | 90.29 | 36.62 | - |
| YUV | 236.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 136 | 0.00 | 0 | 0.46 | 0.02 | 60.53 | 0.92 | 0.76 |
| Hex | F9 | FA | 88 | 0 | 0 | 2E | 2 | 3D | 5C | 4C |
| Octal | 371 | 372 | 210 | 0 | 0 | 56 | 2 | 75 | 134 | 114 |
| Binary | 11111001 | 11111010 | 10001000 | 0 | 0 | 101110 | 10 | 111101 | 1011100 | 1001100 |
Color Harmonies of #F9FA88
Complementary color
Monochromatic Colors of #F9FA88
Black with #F9FA88
Text Example
Text Example
White with #F9FA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA88; }
p { color: rgb(249,250,136); }
H1.HeaderClassName
{
color: #F9FA88;
}
.AnyTagClassName
{
color: #F9FA88;
}
</style>
background-color css
<style>
a { background-color: #F9FA88; }
a { background-color: rgb(249,250,136); }
div.DivClassName
{
background-color: #F9FA88;
}
.BgClassName
{
background-color: #F9FA88;
}
</style>
border-color css
<style>
span { border-color: #F9FA88; }
span { border-color: rgb(249,250,136); }
td.TdClassName
{
border-color: #F9FA88;
}
.TagClassName
{
border-color: #F9FA88;
}
</style>