Shades of Milan #FEF394
Tints of Milan #FEF394
RGB
CMYK
RGB Variations
Color information
#FEF394 (or 0xFEF394) is known color: Milan. HEX triplet: FE, F3 and 94. RGB value is (254,243,148). Sum of RGB (Red+Green+Blue) = 254+243+148=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 148 (58.20% from 255 or 22.95% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF394 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF394 is #010C6B. Grayscale: #EBEBEB. Windows color (decimal): -68716 or 9761790. OLE color: 9761790.
HSL color Cylindrical-coordinate representation of color #FEF394: hue angle of 53.77º 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 #FEF394 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 148 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.00 |
| HSL | 53.77º | 0.98% | 0.79% | - |
| HSV(B) | 53.77º | 0.42% | 1% | - |
| XYZ | 78.27 | 87.31 | 40.74 | - |
| YUV | 235.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 148 | 0 | 0.04 | 0.42 | 0.00 | 53.77 | 0.98 | 0.79 |
| Hex | FE | F3 | 94 | 0 | 4 | 2A | 0 | 36 | 62 | 4F |
| Octal | 376 | 363 | 224 | 0 | 4 | 52 | 0 | 66 | 142 | 117 |
| Binary | 11111110 | 11110011 | 10010100 | 0 | 100 | 101010 | 0 | 110110 | 1100010 | 1001111 |
Color Harmonies of #FEF394
Complementary color
Monochromatic Colors of #FEF394
Black with #FEF394
Text Example
Text Example
White with #FEF394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF394; }
p { color: rgb(254,243,148); }
H1.HeaderClassName
{
color: #FEF394;
}
.AnyTagClassName
{
color: #FEF394;
}
</style>
background-color css
<style>
a { background-color: #FEF394; }
a { background-color: rgb(254,243,148); }
div.DivClassName
{
background-color: #FEF394;
}
.BgClassName
{
background-color: #FEF394;
}
</style>
border-color css
<style>
span { border-color: #FEF394; }
span { border-color: rgb(254,243,148); }
td.TdClassName
{
border-color: #FEF394;
}
.TagClassName
{
border-color: #FEF394;
}
</style>