Shades of Milan #FEF188
Tints of Milan #FEF188
RGB
CMYK
RGB Variations
Color information
#FEF188 (or 0xFEF188) is known color: Milan. HEX triplet: FE, F1 and 88. RGB value is (254,241,136). Sum of RGB (Red+Green+Blue) = 254+241+136=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 136 (53.52% from 255 or 21.55% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF188 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF188 is #010E77. Grayscale: #E9E9E9. Windows color (decimal): -69240 or 8974846. OLE color: 8974846.
HSL color Cylindrical-coordinate representation of color #FEF188: hue angle of 53.39º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEF188 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 136 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.00 |
| HSL | 53.39º | 0.98% | 0.76% | - |
| HSV(B) | 53.39º | 0.46% | 1% | - |
| XYZ | 76.77 | 85.76 | 35.8 | - |
| YUV | 232.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 136 | 0 | 0.05 | 0.46 | 0.00 | 53.39 | 0.98 | 0.76 |
| Hex | FE | F1 | 88 | 0 | 5 | 2E | 0 | 35 | 62 | 4C |
| Octal | 376 | 361 | 210 | 0 | 5 | 56 | 0 | 65 | 142 | 114 |
| Binary | 11111110 | 11110001 | 10001000 | 0 | 101 | 101110 | 0 | 110101 | 1100010 | 1001100 |
Color Harmonies of #FEF188
Complementary color
Monochromatic Colors of #FEF188
Black with #FEF188
Text Example
Text Example
White with #FEF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF188; }
p { color: rgb(254,241,136); }
H1.HeaderClassName
{
color: #FEF188;
}
.AnyTagClassName
{
color: #FEF188;
}
</style>
background-color css
<style>
a { background-color: #FEF188; }
a { background-color: rgb(254,241,136); }
div.DivClassName
{
background-color: #FEF188;
}
.BgClassName
{
background-color: #FEF188;
}
</style>
border-color css
<style>
span { border-color: #FEF188; }
span { border-color: rgb(254,241,136); }
td.TdClassName
{
border-color: #FEF188;
}
.TagClassName
{
border-color: #FEF188;
}
</style>