Shades of Milan #FEF587
Tints of Milan #FEF587
RGB
CMYK
RGB Variations
Color information
#FEF587 (or 0xFEF587) is known color: Milan. HEX triplet: FE, F5 and 87. RGB value is (254,245,135). Sum of RGB (Red+Green+Blue) = 254+245+135=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 135 (53.12% from 255 or 21.29% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF587 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF587 is #010A78. Grayscale: #EBEBEB. Windows color (decimal): -68217 or 8910334. OLE color: 8910334.
HSL color Cylindrical-coordinate representation of color #FEF587: hue angle of 55.46º 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 #FEF587 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 135 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.00 |
| HSL | 55.46º | 0.98% | 0.76% | - |
| HSV(B) | 55.46º | 0.47% | 1% | - |
| XYZ | 77.9 | 88.12 | 35.83 | - |
| YUV | 235.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 135 | 0 | 0.04 | 0.47 | 0.00 | 55.46 | 0.98 | 0.76 |
| Hex | FE | F5 | 87 | 0 | 4 | 2F | 0 | 37 | 62 | 4C |
| Octal | 376 | 365 | 207 | 0 | 4 | 57 | 0 | 67 | 142 | 114 |
| Binary | 11111110 | 11110101 | 10000111 | 0 | 100 | 101111 | 0 | 110111 | 1100010 | 1001100 |
Color Harmonies of #FEF587
Complementary color
Monochromatic Colors of #FEF587
Black with #FEF587
Text Example
Text Example
White with #FEF587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF587; }
p { color: rgb(254,245,135); }
H1.HeaderClassName
{
color: #FEF587;
}
.AnyTagClassName
{
color: #FEF587;
}
</style>
background-color css
<style>
a { background-color: #FEF587; }
a { background-color: rgb(254,245,135); }
div.DivClassName
{
background-color: #FEF587;
}
.BgClassName
{
background-color: #FEF587;
}
</style>
border-color css
<style>
span { border-color: #FEF587; }
span { border-color: rgb(254,245,135); }
td.TdClassName
{
border-color: #FEF587;
}
.TagClassName
{
border-color: #FEF587;
}
</style>