Shades of Milan #FEF688
Tints of Milan #FEF688
RGB
CMYK
RGB Variations
Color information
#FEF688 (or 0xFEF688) is known color: Milan. HEX triplet: FE, F6 and 88. RGB value is (254,246,136). Sum of RGB (Red+Green+Blue) = 254+246+136=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 136 (53.52% from 255 or 21.38% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF688 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF688 is #010977. Grayscale: #ECECEC. Windows color (decimal): -67960 or 8976126. OLE color: 8976126.
HSL color Cylindrical-coordinate representation of color #FEF688: hue angle of 55.93º 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 #FEF688 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 136 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.00 |
| HSL | 55.93º | 0.98% | 0.76% | - |
| HSV(B) | 55.93º | 0.46% | 1% | - |
| XYZ | 78.27 | 88.76 | 36.3 | - |
| YUV | 235.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 136 | 0 | 0.03 | 0.46 | 0.00 | 55.93 | 0.98 | 0.76 |
| Hex | FE | F6 | 88 | 0 | 3 | 2E | 0 | 38 | 62 | 4C |
| Octal | 376 | 366 | 210 | 0 | 3 | 56 | 0 | 70 | 142 | 114 |
| Binary | 11111110 | 11110110 | 10001000 | 0 | 11 | 101110 | 0 | 111000 | 1100010 | 1001100 |
Color Harmonies of #FEF688
Complementary color
Monochromatic Colors of #FEF688
Black with #FEF688
Text Example
Text Example
White with #FEF688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF688; }
p { color: rgb(254,246,136); }
H1.HeaderClassName
{
color: #FEF688;
}
.AnyTagClassName
{
color: #FEF688;
}
</style>
background-color css
<style>
a { background-color: #FEF688; }
a { background-color: rgb(254,246,136); }
div.DivClassName
{
background-color: #FEF688;
}
.BgClassName
{
background-color: #FEF688;
}
</style>
border-color css
<style>
span { border-color: #FEF688; }
span { border-color: rgb(254,246,136); }
td.TdClassName
{
border-color: #FEF688;
}
.TagClassName
{
border-color: #FEF688;
}
</style>