Shades of Milan #F2F08E
Tints of Milan #F2F08E
RGB
CMYK
RGB Variations
Color information
#F2F08E (or 0xF2F08E) is known color: Milan. HEX triplet: F2, F0 and 8E. RGB value is (242,240,142). Sum of RGB (Red+Green+Blue) = 242+240+142=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 142 (55.86% from 255 or 22.76% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F08E is #0D0F71. Grayscale: #E5E5E5. Windows color (decimal): -855922 or 9367794. OLE color: 9367794.
HSL color Cylindrical-coordinate representation of color #F2F08E: hue angle of 58.8º 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 #F2F08E is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 142 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.05 |
| HSL | 58.8º | 0.79% | 0.75% | - |
| HSV(B) | 58.8º | 0.41% | 0.95% | - |
| XYZ | 72.66 | 83.15 | 37.81 | - |
| YUV | 229.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 142 | 0 | 0.01 | 0.41 | 0.05 | 58.8 | 0.79 | 0.75 |
| Hex | F2 | F0 | 8E | 0 | 1 | 29 | 5 | 3B | 4F | 4B |
| Octal | 362 | 360 | 216 | 0 | 1 | 51 | 5 | 73 | 117 | 113 |
| Binary | 11110010 | 11110000 | 10001110 | 0 | 1 | 101001 | 101 | 111011 | 1001111 | 1001011 |
Color Harmonies of #F2F08E
Complementary color
Monochromatic Colors of #F2F08E
Black with #F2F08E
Text Example
Text Example
White with #F2F08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F08E; }
p { color: rgb(242,240,142); }
H1.HeaderClassName
{
color: #F2F08E;
}
.AnyTagClassName
{
color: #F2F08E;
}
</style>
background-color css
<style>
a { background-color: #F2F08E; }
a { background-color: rgb(242,240,142); }
div.DivClassName
{
background-color: #F2F08E;
}
.BgClassName
{
background-color: #F2F08E;
}
</style>
border-color css
<style>
span { border-color: #F2F08E; }
span { border-color: rgb(242,240,142); }
td.TdClassName
{
border-color: #F2F08E;
}
.TagClassName
{
border-color: #F2F08E;
}
</style>