Shades of Milan #FEF186
Tints of Milan #FEF186
RGB
CMYK
RGB Variations
Color information
#FEF186 (or 0xFEF186) is known color: Milan. HEX triplet: FE, F1 and 86. RGB value is (254,241,134). Sum of RGB (Red+Green+Blue) = 254+241+134=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 134 (52.73% from 255 or 21.30% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF186 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF186 is #010E79. Grayscale: #E9E9E9. Windows color (decimal): -69242 or 8843774. OLE color: 8843774.
HSL color Cylindrical-coordinate representation of color #FEF186: hue angle of 53.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEF186 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 134 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.00 |
| HSL | 53.5º | 0.98% | 0.76% | - |
| HSV(B) | 53.5º | 0.47% | 1% | - |
| XYZ | 76.63 | 85.7 | 35.06 | - |
| YUV | 232.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 134 | 0 | 0.05 | 0.47 | 0.00 | 53.5 | 0.98 | 0.76 |
| Hex | FE | F1 | 86 | 0 | 5 | 2F | 0 | 36 | 62 | 4C |
| Octal | 376 | 361 | 206 | 0 | 5 | 57 | 0 | 66 | 142 | 114 |
| Binary | 11111110 | 11110001 | 10000110 | 0 | 101 | 101111 | 0 | 110110 | 1100010 | 1001100 |
Color Harmonies of #FEF186
Complementary color
Monochromatic Colors of #FEF186
Black with #FEF186
Text Example
Text Example
White with #FEF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF186; }
p { color: rgb(254,241,134); }
H1.HeaderClassName
{
color: #FEF186;
}
.AnyTagClassName
{
color: #FEF186;
}
</style>
background-color css
<style>
a { background-color: #FEF186; }
a { background-color: rgb(254,241,134); }
div.DivClassName
{
background-color: #FEF186;
}
.BgClassName
{
background-color: #FEF186;
}
</style>
border-color css
<style>
span { border-color: #FEF186; }
span { border-color: rgb(254,241,134); }
td.TdClassName
{
border-color: #FEF186;
}
.TagClassName
{
border-color: #FEF186;
}
</style>