Shades of Milan #FEF596
Tints of Milan #FEF596
RGB
CMYK
RGB Variations
Color information
#FEF596 (or 0xFEF596) is known color: Milan. HEX triplet: FE, F5 and 96. RGB value is (254,245,150). Sum of RGB (Red+Green+Blue) = 254+245+150=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 150 (58.98% from 255 or 23.11% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF596 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF596 is #010A69. Grayscale: #EDEDED. Windows color (decimal): -68202 or 9893374. OLE color: 9893374.
HSL color Cylindrical-coordinate representation of color #FEF596: hue angle of 54.81º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEF596 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 150 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.00 |
| HSL | 54.81º | 0.98% | 0.79% | - |
| HSV(B) | 54.81º | 0.41% | 1% | - |
| XYZ | 79.03 | 88.58 | 41.79 | - |
| YUV | 236.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 150 | 0 | 0.04 | 0.41 | 0.00 | 54.81 | 0.98 | 0.79 |
| Hex | FE | F5 | 96 | 0 | 4 | 29 | 0 | 37 | 62 | 4F |
| Octal | 376 | 365 | 226 | 0 | 4 | 51 | 0 | 67 | 142 | 117 |
| Binary | 11111110 | 11110101 | 10010110 | 0 | 100 | 101001 | 0 | 110111 | 1100010 | 1001111 |
Color Harmonies of #FEF596
Complementary color
Monochromatic Colors of #FEF596
Black with #FEF596
Text Example
Text Example
White with #FEF596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF596; }
p { color: rgb(254,245,150); }
H1.HeaderClassName
{
color: #FEF596;
}
.AnyTagClassName
{
color: #FEF596;
}
</style>
background-color css
<style>
a { background-color: #FEF596; }
a { background-color: rgb(254,245,150); }
div.DivClassName
{
background-color: #FEF596;
}
.BgClassName
{
background-color: #FEF596;
}
</style>
border-color css
<style>
span { border-color: #FEF596; }
span { border-color: rgb(254,245,150); }
td.TdClassName
{
border-color: #FEF596;
}
.TagClassName
{
border-color: #FEF596;
}
</style>