Shades of Milan #F4F08E
Tints of Milan #F4F08E
RGB
CMYK
RGB Variations
Color information
#F4F08E (or 0xF4F08E) is known color: Milan. HEX triplet: F4, F0 and 8E. RGB value is (244,240,142). Sum of RGB (Red+Green+Blue) = 244+240+142=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 142 (55.86% from 255 or 22.68% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F08E is #0B0F71. Grayscale: #E6E6E6. Windows color (decimal): -724850 or 9367796. OLE color: 9367796.
HSL color Cylindrical-coordinate representation of color #F4F08E: hue angle of 57.65º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4F08E is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 142 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.04 |
| HSL | 57.65º | 0.82% | 0.76% | - |
| HSV(B) | 57.65º | 0.42% | 0.96% | - |
| XYZ | 73.35 | 83.51 | 37.84 | - |
| YUV | 230.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 142 | 0 | 0.02 | 0.42 | 0.04 | 57.65 | 0.82 | 0.76 |
| Hex | F4 | F0 | 8E | 0 | 2 | 2A | 4 | 3A | 52 | 4C |
| Octal | 364 | 360 | 216 | 0 | 2 | 52 | 4 | 72 | 122 | 114 |
| Binary | 11110100 | 11110000 | 10001110 | 0 | 10 | 101010 | 100 | 111010 | 1010010 | 1001100 |
Color Harmonies of #F4F08E
Complementary color
Monochromatic Colors of #F4F08E
Black with #F4F08E
Text Example
Text Example
White with #F4F08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F08E; }
p { color: rgb(244,240,142); }
H1.HeaderClassName
{
color: #F4F08E;
}
.AnyTagClassName
{
color: #F4F08E;
}
</style>
background-color css
<style>
a { background-color: #F4F08E; }
a { background-color: rgb(244,240,142); }
div.DivClassName
{
background-color: #F4F08E;
}
.BgClassName
{
background-color: #F4F08E;
}
</style>
border-color css
<style>
span { border-color: #F4F08E; }
span { border-color: rgb(244,240,142); }
td.TdClassName
{
border-color: #F4F08E;
}
.TagClassName
{
border-color: #F4F08E;
}
</style>