Shades of Milan #F3F18D
Tints of Milan #F3F18D
RGB
CMYK
RGB Variations
Color information
#F3F18D (or 0xF3F18D) is known color: Milan. HEX triplet: F3, F1 and 8D. RGB value is (243,241,141). Sum of RGB (Red+Green+Blue) = 243+241+141=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 141 (55.47% from 255 or 22.56% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F18D is #0C0E72. Grayscale: #E6E6E6. Windows color (decimal): -790131 or 9302515. OLE color: 9302515.
HSL color Cylindrical-coordinate representation of color #F3F18D: hue angle of 58.82º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3F18D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 141 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.05 |
| HSL | 58.82º | 0.81% | 0.75% | - |
| HSV(B) | 58.82º | 0.42% | 0.95% | - |
| XYZ | 73.23 | 83.89 | 37.53 | - |
| YUV | 230.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 141 | 0 | 0.01 | 0.42 | 0.05 | 58.82 | 0.81 | 0.75 |
| Hex | F3 | F1 | 8D | 0 | 1 | 2A | 5 | 3B | 51 | 4B |
| Octal | 363 | 361 | 215 | 0 | 1 | 52 | 5 | 73 | 121 | 113 |
| Binary | 11110011 | 11110001 | 10001101 | 0 | 1 | 101010 | 101 | 111011 | 1010001 | 1001011 |
Color Harmonies of #F3F18D
Complementary color
Monochromatic Colors of #F3F18D
Black with #F3F18D
Text Example
Text Example
White with #F3F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F18D; }
p { color: rgb(243,241,141); }
H1.HeaderClassName
{
color: #F3F18D;
}
.AnyTagClassName
{
color: #F3F18D;
}
</style>
background-color css
<style>
a { background-color: #F3F18D; }
a { background-color: rgb(243,241,141); }
div.DivClassName
{
background-color: #F3F18D;
}
.BgClassName
{
background-color: #F3F18D;
}
</style>
border-color css
<style>
span { border-color: #F3F18D; }
span { border-color: rgb(243,241,141); }
td.TdClassName
{
border-color: #F3F18D;
}
.TagClassName
{
border-color: #F3F18D;
}
</style>