Shades of Milan #FEF991
Tints of Milan #FEF991
RGB
CMYK
RGB Variations
Color information
#FEF991 (or 0xFEF991) is known color: Milan. HEX triplet: FE, F9 and 91. RGB value is (254,249,145). Sum of RGB (Red+Green+Blue) = 254+249+145=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 145 (57.03% from 255 or 22.38% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF991 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF991 is #01066E. Grayscale: #EFEFEF. Windows color (decimal): -67183 or 9566718. OLE color: 9566718.
HSL color Cylindrical-coordinate representation of color #FEF991: hue angle of 57.25º 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 #FEF991 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 145 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.00 |
| HSL | 57.25º | 0.98% | 0.78% | - |
| HSV(B) | 57.25º | 0.43% | 1% | - |
| XYZ | 79.86 | 90.87 | 40.12 | - |
| YUV | 238.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 145 | 0 | 0.02 | 0.43 | 0.00 | 57.25 | 0.98 | 0.78 |
| Hex | FE | F9 | 91 | 0 | 2 | 2B | 0 | 39 | 62 | 4E |
| Octal | 376 | 371 | 221 | 0 | 2 | 53 | 0 | 71 | 142 | 116 |
| Binary | 11111110 | 11111001 | 10010001 | 0 | 10 | 101011 | 0 | 111001 | 1100010 | 1001110 |
Color Harmonies of #FEF991
Complementary color
Monochromatic Colors of #FEF991
Black with #FEF991
Text Example
Text Example
White with #FEF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF991; }
p { color: rgb(254,249,145); }
H1.HeaderClassName
{
color: #FEF991;
}
.AnyTagClassName
{
color: #FEF991;
}
</style>
background-color css
<style>
a { background-color: #FEF991; }
a { background-color: rgb(254,249,145); }
div.DivClassName
{
background-color: #FEF991;
}
.BgClassName
{
background-color: #FEF991;
}
</style>
border-color css
<style>
span { border-color: #FEF991; }
span { border-color: rgb(254,249,145); }
td.TdClassName
{
border-color: #FEF991;
}
.TagClassName
{
border-color: #FEF991;
}
</style>