Shades of Milan #FEF584
Tints of Milan #FEF584
RGB
CMYK
RGB Variations
Color information
#FEF584 (or 0xFEF584) is known color: Milan. HEX triplet: FE, F5 and 84. RGB value is (254,245,132). Sum of RGB (Red+Green+Blue) = 254+245+132=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 132 (51.95% from 255 or 20.92% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF584 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF584 is #010A7B. Grayscale: #EBEBEB. Windows color (decimal): -68220 or 8713726. OLE color: 8713726.
HSL color Cylindrical-coordinate representation of color #FEF584: hue angle of 55.57º 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 #FEF584 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 132 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.00 |
| HSL | 55.57º | 0.98% | 0.76% | - |
| HSV(B) | 55.57º | 0.48% | 1% | - |
| XYZ | 77.69 | 88.04 | 34.73 | - |
| YUV | 234.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 132 | 0 | 0.04 | 0.48 | 0.00 | 55.57 | 0.98 | 0.76 |
| Hex | FE | F5 | 84 | 0 | 4 | 30 | 0 | 38 | 62 | 4C |
| Octal | 376 | 365 | 204 | 0 | 4 | 60 | 0 | 70 | 142 | 114 |
| Binary | 11111110 | 11110101 | 10000100 | 0 | 100 | 110000 | 0 | 111000 | 1100010 | 1001100 |
Color Harmonies of #FEF584
Complementary color
Monochromatic Colors of #FEF584
Black with #FEF584
Text Example
Text Example
White with #FEF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF584; }
p { color: rgb(254,245,132); }
H1.HeaderClassName
{
color: #FEF584;
}
.AnyTagClassName
{
color: #FEF584;
}
</style>
background-color css
<style>
a { background-color: #FEF584; }
a { background-color: rgb(254,245,132); }
div.DivClassName
{
background-color: #FEF584;
}
.BgClassName
{
background-color: #FEF584;
}
</style>
border-color css
<style>
span { border-color: #FEF584; }
span { border-color: rgb(254,245,132); }
td.TdClassName
{
border-color: #FEF584;
}
.TagClassName
{
border-color: #FEF584;
}
</style>