Shades of Milan #FEF288
Tints of Milan #FEF288
RGB
CMYK
RGB Variations
Color information
#FEF288 (or 0xFEF288) is known color: Milan. HEX triplet: FE, F2 and 88. RGB value is (254,242,136). Sum of RGB (Red+Green+Blue) = 254+242+136=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 136 (53.52% from 255 or 21.52% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF288 is #010D77. Grayscale: #E9E9E9. Windows color (decimal): -68984 or 8975102. OLE color: 8975102.
HSL color Cylindrical-coordinate representation of color #FEF288: hue angle of 53.9º 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 #FEF288 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 136 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.00 |
| HSL | 53.9º | 0.98% | 0.76% | - |
| HSV(B) | 53.9º | 0.46% | 1% | - |
| XYZ | 77.07 | 86.35 | 35.9 | - |
| YUV | 233.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 136 | 0 | 0.05 | 0.46 | 0.00 | 53.9 | 0.98 | 0.76 |
| Hex | FE | F2 | 88 | 0 | 5 | 2E | 0 | 36 | 62 | 4C |
| Octal | 376 | 362 | 210 | 0 | 5 | 56 | 0 | 66 | 142 | 114 |
| Binary | 11111110 | 11110010 | 10001000 | 0 | 101 | 101110 | 0 | 110110 | 1100010 | 1001100 |
Color Harmonies of #FEF288
Complementary color
Monochromatic Colors of #FEF288
Black with #FEF288
Text Example
Text Example
White with #FEF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF288; }
p { color: rgb(254,242,136); }
H1.HeaderClassName
{
color: #FEF288;
}
.AnyTagClassName
{
color: #FEF288;
}
</style>
background-color css
<style>
a { background-color: #FEF288; }
a { background-color: rgb(254,242,136); }
div.DivClassName
{
background-color: #FEF288;
}
.BgClassName
{
background-color: #FEF288;
}
</style>
border-color css
<style>
span { border-color: #FEF288; }
span { border-color: rgb(254,242,136); }
td.TdClassName
{
border-color: #FEF288;
}
.TagClassName
{
border-color: #FEF288;
}
</style>