Shades of Milan #F9F98A
Tints of Milan #F9F98A
RGB
CMYK
RGB Variations
Color information
#F9F98A (or 0xF9F98A) is known color: Milan. HEX triplet: F9, F9 and 8A. RGB value is (249,249,138). Sum of RGB (Red+Green+Blue) = 249+249+138=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 138 (54.30% from 255 or 21.70% from 636); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F98A is #060675. Grayscale: #ECECEC. Windows color (decimal): -394870 or 9107961. OLE color: 9107961.
HSL color Cylindrical-coordinate representation of color #F9F98A: hue angle of 60º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9F98A is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 249 | 138 | - |
| CMYK | 0 | 0 | 0.45 | 0.02 |
| HSL | 60º | 0.9% | 0.76% | - |
| HSV(B) | 60º | 0.45% | 0.98% | - |
| XYZ | 77.53 | 89.73 | 37.28 | - |
| YUV | 236.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 249 | 138 | 0 | 0 | 0.45 | 0.02 | 60 | 0.9 | 0.76 |
| Hex | F9 | F9 | 8A | 0 | 0 | 2D | 2 | 3C | 5A | 4C |
| Octal | 371 | 371 | 212 | 0 | 0 | 55 | 2 | 74 | 132 | 114 |
| Binary | 11111001 | 11111001 | 10001010 | 0 | 0 | 101101 | 10 | 111100 | 1011010 | 1001100 |
Color Harmonies of #F9F98A
Complementary color
Monochromatic Colors of #F9F98A
Black with #F9F98A
Text Example
Text Example
White with #F9F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F98A; }
p { color: rgb(249,249,138); }
H1.HeaderClassName
{
color: #F9F98A;
}
.AnyTagClassName
{
color: #F9F98A;
}
</style>
background-color css
<style>
a { background-color: #F9F98A; }
a { background-color: rgb(249,249,138); }
div.DivClassName
{
background-color: #F9F98A;
}
.BgClassName
{
background-color: #F9F98A;
}
</style>
border-color css
<style>
span { border-color: #F9F98A; }
span { border-color: rgb(249,249,138); }
td.TdClassName
{
border-color: #F9F98A;
}
.TagClassName
{
border-color: #F9F98A;
}
</style>