Shades of Milan #FEF490
Tints of Milan #FEF490
RGB
CMYK
RGB Variations
Color information
#FEF490 (or 0xFEF490) is known color: Milan. HEX triplet: FE, F4 and 90. RGB value is (254,244,144). Sum of RGB (Red+Green+Blue) = 254+244+144=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 144 (56.64% from 255 or 22.43% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF490 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF490 is #010B6F. Grayscale: #EBEBEB. Windows color (decimal): -68464 or 9499902. OLE color: 9499902.
HSL color Cylindrical-coordinate representation of color #FEF490: hue angle of 54.55º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEF490 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 144 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.00 |
| HSL | 54.55º | 0.98% | 0.78% | - |
| HSV(B) | 54.55º | 0.43% | 1% | - |
| XYZ | 78.26 | 87.79 | 39.21 | - |
| YUV | 235.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 144 | 0 | 0.04 | 0.43 | 0.00 | 54.55 | 0.98 | 0.78 |
| Hex | FE | F4 | 90 | 0 | 4 | 2B | 0 | 37 | 62 | 4E |
| Octal | 376 | 364 | 220 | 0 | 4 | 53 | 0 | 67 | 142 | 116 |
| Binary | 11111110 | 11110100 | 10010000 | 0 | 100 | 101011 | 0 | 110111 | 1100010 | 1001110 |
Color Harmonies of #FEF490
Complementary color
Monochromatic Colors of #FEF490
Black with #FEF490
Text Example
Text Example
White with #FEF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF490; }
p { color: rgb(254,244,144); }
H1.HeaderClassName
{
color: #FEF490;
}
.AnyTagClassName
{
color: #FEF490;
}
</style>
background-color css
<style>
a { background-color: #FEF490; }
a { background-color: rgb(254,244,144); }
div.DivClassName
{
background-color: #FEF490;
}
.BgClassName
{
background-color: #FEF490;
}
</style>
border-color css
<style>
span { border-color: #FEF490; }
span { border-color: rgb(254,244,144); }
td.TdClassName
{
border-color: #FEF490;
}
.TagClassName
{
border-color: #FEF490;
}
</style>