Shades of Milan #F9EF8C
Tints of Milan #F9EF8C
RGB
CMYK
RGB Variations
Color information
#F9EF8C (or 0xF9EF8C) is known color: Milan. HEX triplet: F9, EF and 8C. RGB value is (249,239,140). Sum of RGB (Red+Green+Blue) = 249+239+140=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EF8C is #061073. Grayscale: #E7E7E7. Windows color (decimal): -397428 or 9236473. OLE color: 9236473.
HSL color Cylindrical-coordinate representation of color #F9EF8C: hue angle of 54.5º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9EF8C is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 140 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.02 |
| HSL | 54.5º | 0.9% | 0.76% | - |
| HSV(B) | 54.5º | 0.44% | 0.98% | - |
| XYZ | 74.67 | 83.77 | 37.04 | - |
| YUV | 230.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 140 | 0 | 0.04 | 0.44 | 0.02 | 54.5 | 0.9 | 0.76 |
| Hex | F9 | EF | 8C | 0 | 4 | 2C | 2 | 36 | 5A | 4C |
| Octal | 371 | 357 | 214 | 0 | 4 | 54 | 2 | 66 | 132 | 114 |
| Binary | 11111001 | 11101111 | 10001100 | 0 | 100 | 101100 | 10 | 110110 | 1011010 | 1001100 |
Color Harmonies of #F9EF8C
Complementary color
Monochromatic Colors of #F9EF8C
Black with #F9EF8C
Text Example
Text Example
White with #F9EF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EF8C; }
p { color: rgb(249,239,140); }
H1.HeaderClassName
{
color: #F9EF8C;
}
.AnyTagClassName
{
color: #F9EF8C;
}
</style>
background-color css
<style>
a { background-color: #F9EF8C; }
a { background-color: rgb(249,239,140); }
div.DivClassName
{
background-color: #F9EF8C;
}
.BgClassName
{
background-color: #F9EF8C;
}
</style>
border-color css
<style>
span { border-color: #F9EF8C; }
span { border-color: rgb(249,239,140); }
td.TdClassName
{
border-color: #F9EF8C;
}
.TagClassName
{
border-color: #F9EF8C;
}
</style>