Shades of Milan #FEF488
Tints of Milan #FEF488
RGB
CMYK
RGB Variations
Color information
#FEF488 (or 0xFEF488) is known color: Milan. HEX triplet: FE, F4 and 88. RGB value is (254,244,136). Sum of RGB (Red+Green+Blue) = 254+244+136=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 244 (95.70% from 255 or 38.49% from 634); Blue value is 136 (53.52% from 255 or 21.45% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF488 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF488 is #010B77. Grayscale: #EBEBEB. Windows color (decimal): -68472 or 8975614. OLE color: 8975614.
HSL color Cylindrical-coordinate representation of color #FEF488: hue angle of 54.92º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEF488 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 136 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.00 |
| HSL | 54.92º | 0.98% | 0.76% | - |
| HSV(B) | 54.92º | 0.46% | 1% | - |
| XYZ | 77.67 | 87.55 | 36.1 | - |
| YUV | 234.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 136 | 0 | 0.04 | 0.46 | 0.00 | 54.92 | 0.98 | 0.76 |
| Hex | FE | F4 | 88 | 0 | 4 | 2E | 0 | 37 | 62 | 4C |
| Octal | 376 | 364 | 210 | 0 | 4 | 56 | 0 | 67 | 142 | 114 |
| Binary | 11111110 | 11110100 | 10001000 | 0 | 100 | 101110 | 0 | 110111 | 1100010 | 1001100 |
Color Harmonies of #FEF488
Complementary color
Monochromatic Colors of #FEF488
Black with #FEF488
Text Example
Text Example
White with #FEF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF488; }
p { color: rgb(254,244,136); }
H1.HeaderClassName
{
color: #FEF488;
}
.AnyTagClassName
{
color: #FEF488;
}
</style>
background-color css
<style>
a { background-color: #FEF488; }
a { background-color: rgb(254,244,136); }
div.DivClassName
{
background-color: #FEF488;
}
.BgClassName
{
background-color: #FEF488;
}
</style>
border-color css
<style>
span { border-color: #FEF488; }
span { border-color: rgb(254,244,136); }
td.TdClassName
{
border-color: #FEF488;
}
.TagClassName
{
border-color: #FEF488;
}
</style>