Shades of Milan #F6F283
Tints of Milan #F6F283
RGB
CMYK
RGB Variations
Color information
#F6F283 (or 0xF6F283) is known color: Milan. HEX triplet: F6, F2 and 83. RGB value is (246,242,131). Sum of RGB (Red+Green+Blue) = 246+242+131=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 131 (51.56% from 255 or 21.16% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F283 is #090D7C. Grayscale: #E6E6E6. Windows color (decimal): -593277 or 8647414. OLE color: 8647414.
HSL color Cylindrical-coordinate representation of color #F6F283: hue angle of 57.91º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6F283 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 131 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.04 |
| HSL | 57.91º | 0.86% | 0.74% | - |
| HSV(B) | 57.91º | 0.47% | 0.96% | - |
| XYZ | 73.85 | 84.74 | 33.94 | - |
| YUV | 230.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 131 | 0 | 0.02 | 0.47 | 0.04 | 57.91 | 0.86 | 0.74 |
| Hex | F6 | F2 | 83 | 0 | 2 | 2F | 4 | 3A | 56 | 4A |
| Octal | 366 | 362 | 203 | 0 | 2 | 57 | 4 | 72 | 126 | 112 |
| Binary | 11110110 | 11110010 | 10000011 | 0 | 10 | 101111 | 100 | 111010 | 1010110 | 1001010 |
Color Harmonies of #F6F283
Complementary color
Monochromatic Colors of #F6F283
Black with #F6F283
Text Example
Text Example
White with #F6F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F283; }
p { color: rgb(246,242,131); }
H1.HeaderClassName
{
color: #F6F283;
}
.AnyTagClassName
{
color: #F6F283;
}
</style>
background-color css
<style>
a { background-color: #F6F283; }
a { background-color: rgb(246,242,131); }
div.DivClassName
{
background-color: #F6F283;
}
.BgClassName
{
background-color: #F6F283;
}
</style>
border-color css
<style>
span { border-color: #F6F283; }
span { border-color: rgb(246,242,131); }
td.TdClassName
{
border-color: #F6F283;
}
.TagClassName
{
border-color: #F6F283;
}
</style>