Shades of Milan #FEFA86
Tints of Milan #FEFA86
RGB
CMYK
RGB Variations
Color information
#FEFA86 (or 0xFEFA86) is known color: Milan. HEX triplet: FE, FA and 86. RGB value is (254,250,134). Sum of RGB (Red+Green+Blue) = 254+250+134=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 134 (52.73% from 255 or 21.00% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA86 is #010579. Grayscale: #EEEEEE. Windows color (decimal): -66938 or 8846078. OLE color: 8846078.
HSL color Cylindrical-coordinate representation of color #FEFA86: hue angle of 58º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEFA86 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 134 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.00 |
| HSL | 58º | 0.98% | 0.76% | - |
| HSV(B) | 58º | 0.47% | 1% | - |
| XYZ | 79.36 | 91.16 | 35.97 | - |
| YUV | 237.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 134 | 0 | 0.02 | 0.47 | 0.00 | 58 | 0.98 | 0.76 |
| Hex | FE | FA | 86 | 0 | 2 | 2F | 0 | 3A | 62 | 4C |
| Octal | 376 | 372 | 206 | 0 | 2 | 57 | 0 | 72 | 142 | 114 |
| Binary | 11111110 | 11111010 | 10000110 | 0 | 10 | 101111 | 0 | 111010 | 1100010 | 1001100 |
Color Harmonies of #FEFA86
Complementary color
Monochromatic Colors of #FEFA86
Black with #FEFA86
Text Example
Text Example
White with #FEFA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA86; }
p { color: rgb(254,250,134); }
H1.HeaderClassName
{
color: #FEFA86;
}
.AnyTagClassName
{
color: #FEFA86;
}
</style>
background-color css
<style>
a { background-color: #FEFA86; }
a { background-color: rgb(254,250,134); }
div.DivClassName
{
background-color: #FEFA86;
}
.BgClassName
{
background-color: #FEFA86;
}
</style>
border-color css
<style>
span { border-color: #FEFA86; }
span { border-color: rgb(254,250,134); }
td.TdClassName
{
border-color: #FEFA86;
}
.TagClassName
{
border-color: #FEFA86;
}
</style>