Shades of Milan #F2EF90
Tints of Milan #F2EF90
RGB
CMYK
RGB Variations
Color information
#F2EF90 (or 0xF2EF90) is known color: Milan. HEX triplet: F2, EF and 90. RGB value is (242,239,144). Sum of RGB (Red+Green+Blue) = 242+239+144=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 144 (56.64% from 255 or 23.04% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF90 is #0D106F. Grayscale: #E5E5E5. Windows color (decimal): -856176 or 9498610. OLE color: 9498610.
HSL color Cylindrical-coordinate representation of color #F2EF90: hue angle of 58.16º 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 #F2EF90 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 144 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.05 |
| HSL | 58.16º | 0.79% | 0.76% | - |
| HSV(B) | 58.16º | 0.4% | 0.95% | - |
| XYZ | 72.52 | 82.62 | 38.51 | - |
| YUV | 229.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 144 | 0 | 0.01 | 0.40 | 0.05 | 58.16 | 0.79 | 0.76 |
| Hex | F2 | EF | 90 | 0 | 1 | 28 | 5 | 3A | 4F | 4C |
| Octal | 362 | 357 | 220 | 0 | 1 | 50 | 5 | 72 | 117 | 114 |
| Binary | 11110010 | 11101111 | 10010000 | 0 | 1 | 101000 | 101 | 111010 | 1001111 | 1001100 |
Color Harmonies of #F2EF90
Complementary color
Monochromatic Colors of #F2EF90
Black with #F2EF90
Text Example
Text Example
White with #F2EF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF90; }
p { color: rgb(242,239,144); }
H1.HeaderClassName
{
color: #F2EF90;
}
.AnyTagClassName
{
color: #F2EF90;
}
</style>
background-color css
<style>
a { background-color: #F2EF90; }
a { background-color: rgb(242,239,144); }
div.DivClassName
{
background-color: #F2EF90;
}
.BgClassName
{
background-color: #F2EF90;
}
</style>
border-color css
<style>
span { border-color: #F2EF90; }
span { border-color: rgb(242,239,144); }
td.TdClassName
{
border-color: #F2EF90;
}
.TagClassName
{
border-color: #F2EF90;
}
</style>