Shades of Milan #FEF58B
Tints of Milan #FEF58B
RGB
CMYK
RGB Variations
Color information
#FEF58B (or 0xFEF58B) is known color: Milan. HEX triplet: FE, F5 and 8B. RGB value is (254,245,139). Sum of RGB (Red+Green+Blue) = 254+245+139=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 139 (54.69% from 255 or 21.79% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF58B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF58B is #010A74. Grayscale: #ECECEC. Windows color (decimal): -68213 or 9172478. OLE color: 9172478.
HSL color Cylindrical-coordinate representation of color #FEF58B: hue angle of 55.3º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEF58B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 139 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.00 |
| HSL | 55.3º | 0.98% | 0.77% | - |
| HSV(B) | 55.3º | 0.45% | 1% | - |
| XYZ | 78.19 | 88.24 | 37.34 | - |
| YUV | 235.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 139 | 0 | 0.04 | 0.45 | 0.00 | 55.3 | 0.98 | 0.77 |
| Hex | FE | F5 | 8B | 0 | 4 | 2D | 0 | 37 | 62 | 4D |
| Octal | 376 | 365 | 213 | 0 | 4 | 55 | 0 | 67 | 142 | 115 |
| Binary | 11111110 | 11110101 | 10001011 | 0 | 100 | 101101 | 0 | 110111 | 1100010 | 1001101 |
Color Harmonies of #FEF58B
Complementary color
Monochromatic Colors of #FEF58B
Black with #FEF58B
Text Example
Text Example
White with #FEF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF58B; }
p { color: rgb(254,245,139); }
H1.HeaderClassName
{
color: #FEF58B;
}
.AnyTagClassName
{
color: #FEF58B;
}
</style>
background-color css
<style>
a { background-color: #FEF58B; }
a { background-color: rgb(254,245,139); }
div.DivClassName
{
background-color: #FEF58B;
}
.BgClassName
{
background-color: #FEF58B;
}
</style>
border-color css
<style>
span { border-color: #FEF58B; }
span { border-color: rgb(254,245,139); }
td.TdClassName
{
border-color: #FEF58B;
}
.TagClassName
{
border-color: #FEF58B;
}
</style>