Shades of Milan #F2F08F
Tints of Milan #F2F08F
RGB
CMYK
RGB Variations
Color information
#F2F08F (or 0xF2F08F) is known color: Milan. HEX triplet: F2, F0 and 8F. RGB value is (242,240,143). Sum of RGB (Red+Green+Blue) = 242+240+143=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 143 (56.25% from 255 or 22.88% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F08F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F08F is #0D0F70. Grayscale: #E5E5E5. Windows color (decimal): -855921 or 9433330. OLE color: 9433330.
HSL color Cylindrical-coordinate representation of color #F2F08F: hue angle of 58.79º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2F08F is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 143 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.05 |
| HSL | 58.79º | 0.79% | 0.75% | - |
| HSV(B) | 58.79º | 0.41% | 0.95% | - |
| XYZ | 72.74 | 83.18 | 38.21 | - |
| YUV | 229.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 143 | 0 | 0.01 | 0.41 | 0.05 | 58.79 | 0.79 | 0.75 |
| Hex | F2 | F0 | 8F | 0 | 1 | 29 | 5 | 3B | 4F | 4B |
| Octal | 362 | 360 | 217 | 0 | 1 | 51 | 5 | 73 | 117 | 113 |
| Binary | 11110010 | 11110000 | 10001111 | 0 | 1 | 101001 | 101 | 111011 | 1001111 | 1001011 |
Color Harmonies of #F2F08F
Complementary color
Monochromatic Colors of #F2F08F
Black with #F2F08F
Text Example
Text Example
White with #F2F08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F08F; }
p { color: rgb(242,240,143); }
H1.HeaderClassName
{
color: #F2F08F;
}
.AnyTagClassName
{
color: #F2F08F;
}
</style>
background-color css
<style>
a { background-color: #F2F08F; }
a { background-color: rgb(242,240,143); }
div.DivClassName
{
background-color: #F2F08F;
}
.BgClassName
{
background-color: #F2F08F;
}
</style>
border-color css
<style>
span { border-color: #F2F08F; }
span { border-color: rgb(242,240,143); }
td.TdClassName
{
border-color: #F2F08F;
}
.TagClassName
{
border-color: #F2F08F;
}
</style>