Shades of Milan #FEF088
Tints of Milan #FEF088
RGB
CMYK
RGB Variations
Color information
#FEF088 (or 0xFEF088) is known color: Milan. HEX triplet: FE, F0 and 88. RGB value is (254,240,136). Sum of RGB (Red+Green+Blue) = 254+240+136=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 136 (53.52% from 255 or 21.59% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF088 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF088 is #010F77. Grayscale: #E8E8E8. Windows color (decimal): -69496 or 8974590. OLE color: 8974590.
HSL color Cylindrical-coordinate representation of color #FEF088: hue angle of 52.88º 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 #FEF088 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 136 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.00 |
| HSL | 52.88º | 0.98% | 0.76% | - |
| HSV(B) | 52.88º | 0.46% | 1% | - |
| XYZ | 76.48 | 85.17 | 35.7 | - |
| YUV | 232.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 136 | 0 | 0.06 | 0.46 | 0.00 | 52.88 | 0.98 | 0.76 |
| Hex | FE | F0 | 88 | 0 | 6 | 2E | 0 | 35 | 62 | 4C |
| Octal | 376 | 360 | 210 | 0 | 6 | 56 | 0 | 65 | 142 | 114 |
| Binary | 11111110 | 11110000 | 10001000 | 0 | 110 | 101110 | 0 | 110101 | 1100010 | 1001100 |
Color Harmonies of #FEF088
Complementary color
Monochromatic Colors of #FEF088
Black with #FEF088
Text Example
Text Example
White with #FEF088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF088; }
p { color: rgb(254,240,136); }
H1.HeaderClassName
{
color: #FEF088;
}
.AnyTagClassName
{
color: #FEF088;
}
</style>
background-color css
<style>
a { background-color: #FEF088; }
a { background-color: rgb(254,240,136); }
div.DivClassName
{
background-color: #FEF088;
}
.BgClassName
{
background-color: #FEF088;
}
</style>
border-color css
<style>
span { border-color: #FEF088; }
span { border-color: rgb(254,240,136); }
td.TdClassName
{
border-color: #FEF088;
}
.TagClassName
{
border-color: #FEF088;
}
</style>