Shades of Milan #FEF392
Tints of Milan #FEF392
RGB
CMYK
RGB Variations
Color information
#FEF392 (or 0xFEF392) is known color: Milan. HEX triplet: FE, F3 and 92. RGB value is (254,243,146). Sum of RGB (Red+Green+Blue) = 254+243+146=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 146 (57.42% from 255 or 22.71% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF392 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF392 is #010C6D. Grayscale: #EBEBEB. Windows color (decimal): -68718 or 9630718. OLE color: 9630718.
HSL color Cylindrical-coordinate representation of color #FEF392: hue angle of 53.89º 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 #FEF392 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 146 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.00 |
| HSL | 53.89º | 0.98% | 0.78% | - |
| HSV(B) | 53.89º | 0.43% | 1% | - |
| XYZ | 78.11 | 87.25 | 39.92 | - |
| YUV | 235.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 146 | 0 | 0.04 | 0.43 | 0.00 | 53.89 | 0.98 | 0.78 |
| Hex | FE | F3 | 92 | 0 | 4 | 2B | 0 | 36 | 62 | 4E |
| Octal | 376 | 363 | 222 | 0 | 4 | 53 | 0 | 66 | 142 | 116 |
| Binary | 11111110 | 11110011 | 10010010 | 0 | 100 | 101011 | 0 | 110110 | 1100010 | 1001110 |
Color Harmonies of #FEF392
Complementary color
Monochromatic Colors of #FEF392
Black with #FEF392
Text Example
Text Example
White with #FEF392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF392; }
p { color: rgb(254,243,146); }
H1.HeaderClassName
{
color: #FEF392;
}
.AnyTagClassName
{
color: #FEF392;
}
</style>
background-color css
<style>
a { background-color: #FEF392; }
a { background-color: rgb(254,243,146); }
div.DivClassName
{
background-color: #FEF392;
}
.BgClassName
{
background-color: #FEF392;
}
</style>
border-color css
<style>
span { border-color: #FEF392; }
span { border-color: rgb(254,243,146); }
td.TdClassName
{
border-color: #FEF392;
}
.TagClassName
{
border-color: #FEF392;
}
</style>