Shades of Milan #F2F295
Tints of Milan #F2F295
RGB
CMYK
RGB Variations
Color information
#F2F295 (or 0xF2F295) is known color: Milan. HEX triplet: F2, F2 and 95. RGB value is (242,242,149). Sum of RGB (Red+Green+Blue) = 242+242+149=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 149 (58.59% from 255 or 23.54% from 633); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F295 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F295 is #0D0D6A. Grayscale: #E7E7E7. Windows color (decimal): -855403 or 9827058. OLE color: 9827058.
HSL color Cylindrical-coordinate representation of color #F2F295: hue angle of 60º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2F295 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 149 | - |
| CMYK | 0 | 0 | 0.38 | 0.05 |
| HSL | 60º | 0.78% | 0.77% | - |
| HSV(B) | 60º | 0.38% | 0.95% | - |
| XYZ | 73.79 | 84.55 | 40.86 | - |
| YUV | 231.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 149 | 0 | 0 | 0.38 | 0.05 | 60 | 0.78 | 0.77 |
| Hex | F2 | F2 | 95 | 0 | 0 | 26 | 5 | 3C | 4E | 4D |
| Octal | 362 | 362 | 225 | 0 | 0 | 46 | 5 | 74 | 116 | 115 |
| Binary | 11110010 | 11110010 | 10010101 | 0 | 0 | 100110 | 101 | 111100 | 1001110 | 1001101 |
Color Harmonies of #F2F295
Complementary color
Monochromatic Colors of #F2F295
Black with #F2F295
Text Example
Text Example
White with #F2F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F295; }
p { color: rgb(242,242,149); }
H1.HeaderClassName
{
color: #F2F295;
}
.AnyTagClassName
{
color: #F2F295;
}
</style>
background-color css
<style>
a { background-color: #F2F295; }
a { background-color: rgb(242,242,149); }
div.DivClassName
{
background-color: #F2F295;
}
.BgClassName
{
background-color: #F2F295;
}
</style>
border-color css
<style>
span { border-color: #F2F295; }
span { border-color: rgb(242,242,149); }
td.TdClassName
{
border-color: #F2F295;
}
.TagClassName
{
border-color: #F2F295;
}
</style>