Shades of Milan #F9FB8C
Tints of Milan #F9FB8C
RGB
CMYK
RGB Variations
Color information
#F9FB8C (or 0xF9FB8C) is known color: Milan. HEX triplet: F9, FB and 8C. RGB value is (249,251,140). Sum of RGB (Red+Green+Blue) = 249+251+140=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 140 (55.08% from 255 or 21.88% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FB8C is #060473. Grayscale: #EEEEEE. Windows color (decimal): -394356 or 9239545. OLE color: 9239545.
HSL color Cylindrical-coordinate representation of color #F9FB8C: hue angle of 61.08º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9FB8C is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 251 | 140 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.02 |
| HSL | 61.08º | 0.93% | 0.77% | - |
| HSV(B) | 61.08º | 0.44% | 0.98% | - |
| XYZ | 78.3 | 91.03 | 38.25 | - |
| YUV | 237.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 251 | 140 | 0.01 | 0 | 0.44 | 0.02 | 61.08 | 0.93 | 0.77 |
| Hex | F9 | FB | 8C | 1 | 0 | 2C | 2 | 3D | 5D | 4D |
| Octal | 371 | 373 | 214 | 1 | 0 | 54 | 2 | 75 | 135 | 115 |
| Binary | 11111001 | 11111011 | 10001100 | 1 | 0 | 101100 | 10 | 111101 | 1011101 | 1001101 |
Color Harmonies of #F9FB8C
Complementary color
Monochromatic Colors of #F9FB8C
Black with #F9FB8C
Text Example
Text Example
White with #F9FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FB8C; }
p { color: rgb(249,251,140); }
H1.HeaderClassName
{
color: #F9FB8C;
}
.AnyTagClassName
{
color: #F9FB8C;
}
</style>
background-color css
<style>
a { background-color: #F9FB8C; }
a { background-color: rgb(249,251,140); }
div.DivClassName
{
background-color: #F9FB8C;
}
.BgClassName
{
background-color: #F9FB8C;
}
</style>
border-color css
<style>
span { border-color: #F9FB8C; }
span { border-color: rgb(249,251,140); }
td.TdClassName
{
border-color: #F9FB8C;
}
.TagClassName
{
border-color: #F9FB8C;
}
</style>