Shades of Milan #F7F18D
Tints of Milan #F7F18D
RGB
CMYK
RGB Variations
Color information
#F7F18D (or 0xF7F18D) is known color: Milan. HEX triplet: F7, F1 and 8D. RGB value is (247,241,141). Sum of RGB (Red+Green+Blue) = 247+241+141=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 141 (55.47% from 255 or 22.42% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F18D is #080E72. Grayscale: #E7E7E7. Windows color (decimal): -527987 or 9302519. OLE color: 9302519.
HSL color Cylindrical-coordinate representation of color #F7F18D: hue angle of 56.6º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7F18D is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 141 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.03 |
| HSL | 56.6º | 0.87% | 0.76% | - |
| HSV(B) | 56.6º | 0.43% | 0.97% | - |
| XYZ | 74.62 | 84.61 | 37.6 | - |
| YUV | 231.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 141 | 0 | 0.02 | 0.43 | 0.03 | 56.6 | 0.87 | 0.76 |
| Hex | F7 | F1 | 8D | 0 | 2 | 2B | 3 | 39 | 57 | 4C |
| Octal | 367 | 361 | 215 | 0 | 2 | 53 | 3 | 71 | 127 | 114 |
| Binary | 11110111 | 11110001 | 10001101 | 0 | 10 | 101011 | 11 | 111001 | 1010111 | 1001100 |
Color Harmonies of #F7F18D
Complementary color
Monochromatic Colors of #F7F18D
Black with #F7F18D
Text Example
Text Example
White with #F7F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F18D; }
p { color: rgb(247,241,141); }
H1.HeaderClassName
{
color: #F7F18D;
}
.AnyTagClassName
{
color: #F7F18D;
}
</style>
background-color css
<style>
a { background-color: #F7F18D; }
a { background-color: rgb(247,241,141); }
div.DivClassName
{
background-color: #F7F18D;
}
.BgClassName
{
background-color: #F7F18D;
}
</style>
border-color css
<style>
span { border-color: #F7F18D; }
span { border-color: rgb(247,241,141); }
td.TdClassName
{
border-color: #F7F18D;
}
.TagClassName
{
border-color: #F7F18D;
}
</style>