Shades of Milan #F2F291
Tints of Milan #F2F291
RGB
CMYK
RGB Variations
Color information
#F2F291 (or 0xF2F291) is known color: Milan. HEX triplet: F2, F2 and 91. RGB value is (242,242,145). Sum of RGB (Red+Green+Blue) = 242+242+145=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 145 (57.03% from 255 or 23.05% from 629); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F291 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F291 is #0D0D6E. Grayscale: #E7E7E7. Windows color (decimal): -855407 or 9564914. OLE color: 9564914.
HSL color Cylindrical-coordinate representation of color #F2F291: hue angle of 60º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2F291 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 145 | - |
| CMYK | 0 | 0 | 0.40 | 0.05 |
| HSL | 60º | 0.79% | 0.76% | - |
| HSV(B) | 60º | 0.4% | 0.95% | - |
| XYZ | 73.48 | 84.43 | 39.21 | - |
| YUV | 230.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 145 | 0 | 0 | 0.40 | 0.05 | 60 | 0.79 | 0.76 |
| Hex | F2 | F2 | 91 | 0 | 0 | 28 | 5 | 3C | 4F | 4C |
| Octal | 362 | 362 | 221 | 0 | 0 | 50 | 5 | 74 | 117 | 114 |
| Binary | 11110010 | 11110010 | 10010001 | 0 | 0 | 101000 | 101 | 111100 | 1001111 | 1001100 |
Color Harmonies of #F2F291
Complementary color
Monochromatic Colors of #F2F291
Black with #F2F291
Text Example
Text Example
White with #F2F291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F291; }
p { color: rgb(242,242,145); }
H1.HeaderClassName
{
color: #F2F291;
}
.AnyTagClassName
{
color: #F2F291;
}
</style>
background-color css
<style>
a { background-color: #F2F291; }
a { background-color: rgb(242,242,145); }
div.DivClassName
{
background-color: #F2F291;
}
.BgClassName
{
background-color: #F2F291;
}
</style>
border-color css
<style>
span { border-color: #F2F291; }
span { border-color: rgb(242,242,145); }
td.TdClassName
{
border-color: #F2F291;
}
.TagClassName
{
border-color: #F2F291;
}
</style>