Shades of Milan #FEF794
Tints of Milan #FEF794
RGB
CMYK
RGB Variations
Color information
#FEF794 (or 0xFEF794) is known color: Milan. HEX triplet: FE, F7 and 94. RGB value is (254,247,148). Sum of RGB (Red+Green+Blue) = 254+247+148=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 247 (96.88% from 255 or 38.06% from 649); Blue value is 148 (58.20% from 255 or 22.80% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF794 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF794 is #01086B. Grayscale: #EEEEEE. Windows color (decimal): -67692 or 9762814. OLE color: 9762814.
HSL color Cylindrical-coordinate representation of color #FEF794: hue angle of 56.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEF794 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 148 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.00 |
| HSL | 56.04º | 0.98% | 0.79% | - |
| HSV(B) | 56.04º | 0.42% | 1% | - |
| XYZ | 79.48 | 89.73 | 41.15 | - |
| YUV | 237.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 148 | 0 | 0.03 | 0.42 | 0.00 | 56.04 | 0.98 | 0.79 |
| Hex | FE | F7 | 94 | 0 | 3 | 2A | 0 | 38 | 62 | 4F |
| Octal | 376 | 367 | 224 | 0 | 3 | 52 | 0 | 70 | 142 | 117 |
| Binary | 11111110 | 11110111 | 10010100 | 0 | 11 | 101010 | 0 | 111000 | 1100010 | 1001111 |
Color Harmonies of #FEF794
Complementary color
Monochromatic Colors of #FEF794
Black with #FEF794
Text Example
Text Example
White with #FEF794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF794; }
p { color: rgb(254,247,148); }
H1.HeaderClassName
{
color: #FEF794;
}
.AnyTagClassName
{
color: #FEF794;
}
</style>
background-color css
<style>
a { background-color: #FEF794; }
a { background-color: rgb(254,247,148); }
div.DivClassName
{
background-color: #FEF794;
}
.BgClassName
{
background-color: #FEF794;
}
</style>
border-color css
<style>
span { border-color: #FEF794; }
span { border-color: rgb(254,247,148); }
td.TdClassName
{
border-color: #FEF794;
}
.TagClassName
{
border-color: #FEF794;
}
</style>