Shades of Milan #FEFF82
Tints of Milan #FEFF82
RGB
CMYK
RGB Variations
Color information
#FEFF82 (or 0xFEFF82) is known color: Milan. HEX triplet: FE, FF and 82. RGB value is (254,255,130). Sum of RGB (Red+Green+Blue) = 254+255+130=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 130 (51.17% from 255 or 20.34% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF82 is #01007D. Grayscale: #F0F0F0. Windows color (decimal): -65662 or 8585214. OLE color: 8585214.
HSL color Cylindrical-coordinate representation of color #FEFF82: hue angle of 60.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEFF82 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 130 | - |
| CMYK | 0.00 | 0 | 0.49 | 0 |
| HSL | 60.48º | 1% | 0.75% | - |
| HSV(B) | 60.48º | 0.49% | 1% | - |
| XYZ | 80.66 | 94.2 | 35.05 | - |
| YUV | 240.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 130 | 0.00 | 0 | 0.49 | 0 | 60.48 | 1 | 0.75 |
| Hex | FE | FF | 82 | 0 | 0 | 31 | 0 | 3C | 64 | 4B |
| Octal | 376 | 377 | 202 | 0 | 0 | 61 | 0 | 74 | 144 | 113 |
| Binary | 11111110 | 11111111 | 10000010 | 0 | 0 | 110001 | 0 | 111100 | 1100100 | 1001011 |
Color Harmonies of #FEFF82
Complementary color
Monochromatic Colors of #FEFF82
Black with #FEFF82
Text Example
Text Example
White with #FEFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF82; }
p { color: rgb(254,255,130); }
H1.HeaderClassName
{
color: #FEFF82;
}
.AnyTagClassName
{
color: #FEFF82;
}
</style>
background-color css
<style>
a { background-color: #FEFF82; }
a { background-color: rgb(254,255,130); }
div.DivClassName
{
background-color: #FEFF82;
}
.BgClassName
{
background-color: #FEFF82;
}
</style>
border-color css
<style>
span { border-color: #FEFF82; }
span { border-color: rgb(254,255,130); }
td.TdClassName
{
border-color: #FEFF82;
}
.TagClassName
{
border-color: #FEFF82;
}
</style>