Shades of Milan #F9EF8E
Tints of Milan #F9EF8E
RGB
CMYK
RGB Variations
Color information
#F9EF8E (or 0xF9EF8E) is known color: Milan. HEX triplet: F9, EF and 8E. RGB value is (249,239,142). Sum of RGB (Red+Green+Blue) = 249+239+142=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 142 (55.86% from 255 or 22.54% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EF8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EF8E is #061071. Grayscale: #E7E7E7. Windows color (decimal): -397426 or 9367545. OLE color: 9367545.
HSL color Cylindrical-coordinate representation of color #F9EF8E: hue angle of 54.39º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9EF8E is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 142 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.02 |
| HSL | 54.39º | 0.9% | 0.77% | - |
| HSV(B) | 54.39º | 0.43% | 0.98% | - |
| XYZ | 74.82 | 83.83 | 37.83 | - |
| YUV | 230.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 142 | 0 | 0.04 | 0.43 | 0.02 | 54.39 | 0.9 | 0.77 |
| Hex | F9 | EF | 8E | 0 | 4 | 2B | 2 | 36 | 5A | 4D |
| Octal | 371 | 357 | 216 | 0 | 4 | 53 | 2 | 66 | 132 | 115 |
| Binary | 11111001 | 11101111 | 10001110 | 0 | 100 | 101011 | 10 | 110110 | 1011010 | 1001101 |
Color Harmonies of #F9EF8E
Complementary color
Monochromatic Colors of #F9EF8E
Black with #F9EF8E
Text Example
Text Example
White with #F9EF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EF8E; }
p { color: rgb(249,239,142); }
H1.HeaderClassName
{
color: #F9EF8E;
}
.AnyTagClassName
{
color: #F9EF8E;
}
</style>
background-color css
<style>
a { background-color: #F9EF8E; }
a { background-color: rgb(249,239,142); }
div.DivClassName
{
background-color: #F9EF8E;
}
.BgClassName
{
background-color: #F9EF8E;
}
</style>
border-color css
<style>
span { border-color: #F9EF8E; }
span { border-color: rgb(249,239,142); }
td.TdClassName
{
border-color: #F9EF8E;
}
.TagClassName
{
border-color: #F9EF8E;
}
</style>