Shades of Milan #FEF386
Tints of Milan #FEF386
RGB
CMYK
RGB Variations
Color information
#FEF386 (or 0xFEF386) is known color: Milan. HEX triplet: FE, F3 and 86. RGB value is (254,243,134). Sum of RGB (Red+Green+Blue) = 254+243+134=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 134 (52.73% from 255 or 21.24% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF386 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF386 is #010C79. Grayscale: #EAEAEA. Windows color (decimal): -68730 or 8844286. OLE color: 8844286.
HSL color Cylindrical-coordinate representation of color #FEF386: hue angle of 54.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEF386 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 134 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.00 |
| HSL | 54.5º | 0.98% | 0.76% | - |
| HSV(B) | 54.5º | 0.47% | 1% | - |
| XYZ | 77.23 | 86.89 | 35.26 | - |
| YUV | 233.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 134 | 0 | 0.04 | 0.47 | 0.00 | 54.5 | 0.98 | 0.76 |
| Hex | FE | F3 | 86 | 0 | 4 | 2F | 0 | 36 | 62 | 4C |
| Octal | 376 | 363 | 206 | 0 | 4 | 57 | 0 | 66 | 142 | 114 |
| Binary | 11111110 | 11110011 | 10000110 | 0 | 100 | 101111 | 0 | 110110 | 1100010 | 1001100 |
Color Harmonies of #FEF386
Complementary color
Monochromatic Colors of #FEF386
Black with #FEF386
Text Example
Text Example
White with #FEF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF386; }
p { color: rgb(254,243,134); }
H1.HeaderClassName
{
color: #FEF386;
}
.AnyTagClassName
{
color: #FEF386;
}
</style>
background-color css
<style>
a { background-color: #FEF386; }
a { background-color: rgb(254,243,134); }
div.DivClassName
{
background-color: #FEF386;
}
.BgClassName
{
background-color: #FEF386;
}
</style>
border-color css
<style>
span { border-color: #FEF386; }
span { border-color: rgb(254,243,134); }
td.TdClassName
{
border-color: #FEF386;
}
.TagClassName
{
border-color: #FEF386;
}
</style>