Shades of Milan #FEF38E
Tints of Milan #FEF38E
RGB
CMYK
RGB Variations
Color information
#FEF38E (or 0xFEF38E) is known color: Milan. HEX triplet: FE, F3 and 8E. RGB value is (254,243,142). Sum of RGB (Red+Green+Blue) = 254+243+142=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 142 (55.86% from 255 or 22.22% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF38E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF38E is #010C71. Grayscale: #EBEBEB. Windows color (decimal): -68722 or 9368574. OLE color: 9368574.
HSL color Cylindrical-coordinate representation of color #FEF38E: hue angle of 54.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEF38E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 142 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.00 |
| HSL | 54.11º | 0.98% | 0.78% | - |
| HSV(B) | 54.11º | 0.44% | 1% | - |
| XYZ | 77.81 | 87.13 | 38.31 | - |
| YUV | 234.78 | 75.64 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 142 | 0 | 0.04 | 0.44 | 0.00 | 54.11 | 0.98 | 0.78 |
| Hex | FE | F3 | 8E | 0 | 4 | 2C | 0 | 36 | 62 | 4E |
| Octal | 376 | 363 | 216 | 0 | 4 | 54 | 0 | 66 | 142 | 116 |
| Binary | 11111110 | 11110011 | 10001110 | 0 | 100 | 101100 | 0 | 110110 | 1100010 | 1001110 |
Color Harmonies of #FEF38E
Complementary color
Monochromatic Colors of #FEF38E
Black with #FEF38E
Text Example
Text Example
White with #FEF38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF38E; }
p { color: rgb(254,243,142); }
H1.HeaderClassName
{
color: #FEF38E;
}
.AnyTagClassName
{
color: #FEF38E;
}
</style>
background-color css
<style>
a { background-color: #FEF38E; }
a { background-color: rgb(254,243,142); }
div.DivClassName
{
background-color: #FEF38E;
}
.BgClassName
{
background-color: #FEF38E;
}
</style>
border-color css
<style>
span { border-color: #FEF38E; }
span { border-color: rgb(254,243,142); }
td.TdClassName
{
border-color: #FEF38E;
}
.TagClassName
{
border-color: #FEF38E;
}
</style>