Shades of Milan #FEF185
Tints of Milan #FEF185
RGB
CMYK
RGB Variations
Color information
#FEF185 (or 0xFEF185) is known color: Milan. HEX triplet: FE, F1 and 85. RGB value is (254,241,133). Sum of RGB (Red+Green+Blue) = 254+241+133=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 133 (52.34% from 255 or 21.18% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF185 is #010E7A. Grayscale: #E9E9E9. Windows color (decimal): -69243 or 8778238. OLE color: 8778238.
HSL color Cylindrical-coordinate representation of color #FEF185: hue angle of 53.55º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEF185 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 133 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.00 |
| HSL | 53.55º | 0.98% | 0.76% | - |
| HSV(B) | 53.55º | 0.48% | 1% | - |
| XYZ | 76.56 | 85.67 | 34.69 | - |
| YUV | 232.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 133 | 0 | 0.05 | 0.48 | 0.00 | 53.55 | 0.98 | 0.76 |
| Hex | FE | F1 | 85 | 0 | 5 | 30 | 0 | 36 | 62 | 4C |
| Octal | 376 | 361 | 205 | 0 | 5 | 60 | 0 | 66 | 142 | 114 |
| Binary | 11111110 | 11110001 | 10000101 | 0 | 101 | 110000 | 0 | 110110 | 1100010 | 1001100 |
Color Harmonies of #FEF185
Complementary color
Monochromatic Colors of #FEF185
Black with #FEF185
Text Example
Text Example
White with #FEF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF185; }
p { color: rgb(254,241,133); }
H1.HeaderClassName
{
color: #FEF185;
}
.AnyTagClassName
{
color: #FEF185;
}
</style>
background-color css
<style>
a { background-color: #FEF185; }
a { background-color: rgb(254,241,133); }
div.DivClassName
{
background-color: #FEF185;
}
.BgClassName
{
background-color: #FEF185;
}
</style>
border-color css
<style>
span { border-color: #FEF185; }
span { border-color: rgb(254,241,133); }
td.TdClassName
{
border-color: #FEF185;
}
.TagClassName
{
border-color: #FEF185;
}
</style>