Shades of Milan #FEF290
Tints of Milan #FEF290
RGB
CMYK
RGB Variations
Color information
#FEF290 (or 0xFEF290) is known color: Milan. HEX triplet: FE, F2 and 90. RGB value is (254,242,144). Sum of RGB (Red+Green+Blue) = 254+242+144=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 144 (56.64% from 255 or 22.5% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF290 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF290 is #010D6F. Grayscale: #EAEAEA. Windows color (decimal): -68976 or 9499390. OLE color: 9499390.
HSL color Cylindrical-coordinate representation of color #FEF290: hue angle of 53.45º 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 #FEF290 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 144 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.00 |
| HSL | 53.45º | 0.98% | 0.78% | - |
| HSV(B) | 53.45º | 0.43% | 1% | - |
| XYZ | 77.66 | 86.59 | 39.01 | - |
| YUV | 234.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 144 | 0 | 0.05 | 0.43 | 0.00 | 53.45 | 0.98 | 0.78 |
| Hex | FE | F2 | 90 | 0 | 5 | 2B | 0 | 35 | 62 | 4E |
| Octal | 376 | 362 | 220 | 0 | 5 | 53 | 0 | 65 | 142 | 116 |
| Binary | 11111110 | 11110010 | 10010000 | 0 | 101 | 101011 | 0 | 110101 | 1100010 | 1001110 |
Color Harmonies of #FEF290
Complementary color
Monochromatic Colors of #FEF290
Black with #FEF290
Text Example
Text Example
White with #FEF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF290; }
p { color: rgb(254,242,144); }
H1.HeaderClassName
{
color: #FEF290;
}
.AnyTagClassName
{
color: #FEF290;
}
</style>
background-color css
<style>
a { background-color: #FEF290; }
a { background-color: rgb(254,242,144); }
div.DivClassName
{
background-color: #FEF290;
}
.BgClassName
{
background-color: #FEF290;
}
</style>
border-color css
<style>
span { border-color: #FEF290; }
span { border-color: rgb(254,242,144); }
td.TdClassName
{
border-color: #FEF290;
}
.TagClassName
{
border-color: #FEF290;
}
</style>