Shades of Milan #FEF987
Tints of Milan #FEF987
RGB
CMYK
RGB Variations
Color information
#FEF987 (or 0xFEF987) is known color: Milan. HEX triplet: FE, F9 and 87. RGB value is (254,249,135). Sum of RGB (Red+Green+Blue) = 254+249+135=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 135 (53.12% from 255 or 21.16% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF987 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF987 is #010678. Grayscale: #EDEDED. Windows color (decimal): -67193 or 8911358. OLE color: 8911358.
HSL color Cylindrical-coordinate representation of color #FEF987: hue angle of 57.48º 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 #FEF987 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 135 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.00 |
| HSL | 57.48º | 0.98% | 0.76% | - |
| HSV(B) | 57.48º | 0.47% | 1% | - |
| XYZ | 79.12 | 90.57 | 36.23 | - |
| YUV | 237.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 135 | 0 | 0.02 | 0.47 | 0.00 | 57.48 | 0.98 | 0.76 |
| Hex | FE | F9 | 87 | 0 | 2 | 2F | 0 | 39 | 62 | 4C |
| Octal | 376 | 371 | 207 | 0 | 2 | 57 | 0 | 71 | 142 | 114 |
| Binary | 11111110 | 11111001 | 10000111 | 0 | 10 | 101111 | 0 | 111001 | 1100010 | 1001100 |
Color Harmonies of #FEF987
Complementary color
Monochromatic Colors of #FEF987
Black with #FEF987
Text Example
Text Example
White with #FEF987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF987; }
p { color: rgb(254,249,135); }
H1.HeaderClassName
{
color: #FEF987;
}
.AnyTagClassName
{
color: #FEF987;
}
</style>
background-color css
<style>
a { background-color: #FEF987; }
a { background-color: rgb(254,249,135); }
div.DivClassName
{
background-color: #FEF987;
}
.BgClassName
{
background-color: #FEF987;
}
</style>
border-color css
<style>
span { border-color: #FEF987; }
span { border-color: rgb(254,249,135); }
td.TdClassName
{
border-color: #FEF987;
}
.TagClassName
{
border-color: #FEF987;
}
</style>