Shades of Milan #FEF291
Tints of Milan #FEF291
RGB
CMYK
RGB Variations
Color information
#FEF291 (or 0xFEF291) is known color: Milan. HEX triplet: FE, F2 and 91. RGB value is (254,242,145). Sum of RGB (Red+Green+Blue) = 254+242+145=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 145 (57.03% from 255 or 22.62% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF291 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF291 is #010D6E. Grayscale: #EAEAEA. Windows color (decimal): -68975 or 9564926. OLE color: 9564926.
HSL color Cylindrical-coordinate representation of color #FEF291: hue angle of 53.39º 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 #FEF291 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 145 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.00 |
| HSL | 53.39º | 0.98% | 0.78% | - |
| HSV(B) | 53.39º | 0.43% | 1% | - |
| XYZ | 77.74 | 86.62 | 39.41 | - |
| YUV | 234.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 145 | 0 | 0.05 | 0.43 | 0.00 | 53.39 | 0.98 | 0.78 |
| Hex | FE | F2 | 91 | 0 | 5 | 2B | 0 | 35 | 62 | 4E |
| Octal | 376 | 362 | 221 | 0 | 5 | 53 | 0 | 65 | 142 | 116 |
| Binary | 11111110 | 11110010 | 10010001 | 0 | 101 | 101011 | 0 | 110101 | 1100010 | 1001110 |
Color Harmonies of #FEF291
Complementary color
Monochromatic Colors of #FEF291
Black with #FEF291
Text Example
Text Example
White with #FEF291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF291; }
p { color: rgb(254,242,145); }
H1.HeaderClassName
{
color: #FEF291;
}
.AnyTagClassName
{
color: #FEF291;
}
</style>
background-color css
<style>
a { background-color: #FEF291; }
a { background-color: rgb(254,242,145); }
div.DivClassName
{
background-color: #FEF291;
}
.BgClassName
{
background-color: #FEF291;
}
</style>
border-color css
<style>
span { border-color: #FEF291; }
span { border-color: rgb(254,242,145); }
td.TdClassName
{
border-color: #FEF291;
}
.TagClassName
{
border-color: #FEF291;
}
</style>