Shades of Milan #F9F294
Tints of Milan #F9F294
RGB
CMYK
RGB Variations
Color information
#F9F294 (or 0xF9F294) is known color: Milan. HEX triplet: F9, F2 and 94. RGB value is (249,242,148). Sum of RGB (Red+Green+Blue) = 249+242+148=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 148 (58.20% from 255 or 23.16% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F294 is #060D6B. Grayscale: #E9E9E9. Windows color (decimal): -396652 or 9761529. OLE color: 9761529.
HSL color Cylindrical-coordinate representation of color #F9F294: hue angle of 55.84º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9F294 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 148 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.02 |
| HSL | 55.84º | 0.89% | 0.78% | - |
| HSV(B) | 55.84º | 0.41% | 0.98% | - |
| XYZ | 76.16 | 85.78 | 40.56 | - |
| YUV | 233.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 148 | 0 | 0.03 | 0.41 | 0.02 | 55.84 | 0.89 | 0.78 |
| Hex | F9 | F2 | 94 | 0 | 3 | 29 | 2 | 38 | 59 | 4E |
| Octal | 371 | 362 | 224 | 0 | 3 | 51 | 2 | 70 | 131 | 116 |
| Binary | 11111001 | 11110010 | 10010100 | 0 | 11 | 101001 | 10 | 111000 | 1011001 | 1001110 |
Color Harmonies of #F9F294
Complementary color
Monochromatic Colors of #F9F294
Black with #F9F294
Text Example
Text Example
White with #F9F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F294; }
p { color: rgb(249,242,148); }
H1.HeaderClassName
{
color: #F9F294;
}
.AnyTagClassName
{
color: #F9F294;
}
</style>
background-color css
<style>
a { background-color: #F9F294; }
a { background-color: rgb(249,242,148); }
div.DivClassName
{
background-color: #F9F294;
}
.BgClassName
{
background-color: #F9F294;
}
</style>
border-color css
<style>
span { border-color: #F9F294; }
span { border-color: rgb(249,242,148); }
td.TdClassName
{
border-color: #F9F294;
}
.TagClassName
{
border-color: #F9F294;
}
</style>