Shades of Milan #FEF690
Tints of Milan #FEF690
RGB
CMYK
RGB Variations
Color information
#FEF690 (or 0xFEF690) is known color: Milan. HEX triplet: FE, F6 and 90. RGB value is (254,246,144). Sum of RGB (Red+Green+Blue) = 254+246+144=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 144 (56.64% from 255 or 22.36% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF690 is #01096F. Grayscale: #EDEDED. Windows color (decimal): -67952 or 9500414. OLE color: 9500414.
HSL color Cylindrical-coordinate representation of color #FEF690: hue angle of 55.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEF690 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 144 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.00 |
| HSL | 55.64º | 0.98% | 0.78% | - |
| HSV(B) | 55.64º | 0.43% | 1% | - |
| XYZ | 78.86 | 89 | 39.41 | - |
| YUV | 236.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 144 | 0 | 0.03 | 0.43 | 0.00 | 55.64 | 0.98 | 0.78 |
| Hex | FE | F6 | 90 | 0 | 3 | 2B | 0 | 38 | 62 | 4E |
| Octal | 376 | 366 | 220 | 0 | 3 | 53 | 0 | 70 | 142 | 116 |
| Binary | 11111110 | 11110110 | 10010000 | 0 | 11 | 101011 | 0 | 111000 | 1100010 | 1001110 |
Color Harmonies of #FEF690
Complementary color
Monochromatic Colors of #FEF690
Black with #FEF690
Text Example
Text Example
White with #FEF690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF690; }
p { color: rgb(254,246,144); }
H1.HeaderClassName
{
color: #FEF690;
}
.AnyTagClassName
{
color: #FEF690;
}
</style>
background-color css
<style>
a { background-color: #FEF690; }
a { background-color: rgb(254,246,144); }
div.DivClassName
{
background-color: #FEF690;
}
.BgClassName
{
background-color: #FEF690;
}
</style>
border-color css
<style>
span { border-color: #FEF690; }
span { border-color: rgb(254,246,144); }
td.TdClassName
{
border-color: #FEF690;
}
.TagClassName
{
border-color: #FEF690;
}
</style>