Shades of Milan #FEFF84
Tints of Milan #FEFF84
RGB
CMYK
RGB Variations
Color information
#FEFF84 (or 0xFEFF84) is known color: Milan. HEX triplet: FE, FF and 84. RGB value is (254,255,132). Sum of RGB (Red+Green+Blue) = 254+255+132=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 132 (51.95% from 255 or 20.59% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF84 is #01007B. Grayscale: #F1F1F1. Windows color (decimal): -65660 or 8716286. OLE color: 8716286.
HSL color Cylindrical-coordinate representation of color #FEFF84: hue angle of 60.49º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEFF84 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 132 | - |
| CMYK | 0.00 | 0 | 0.48 | 0 |
| HSL | 60.49º | 1% | 0.76% | - |
| HSV(B) | 60.49º | 0.48% | 1% | - |
| XYZ | 80.8 | 94.26 | 35.76 | - |
| YUV | 240.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 132 | 0.00 | 0 | 0.48 | 0 | 60.49 | 1 | 0.76 |
| Hex | FE | FF | 84 | 0 | 0 | 30 | 0 | 3C | 64 | 4C |
| Octal | 376 | 377 | 204 | 0 | 0 | 60 | 0 | 74 | 144 | 114 |
| Binary | 11111110 | 11111111 | 10000100 | 0 | 0 | 110000 | 0 | 111100 | 1100100 | 1001100 |
Color Harmonies of #FEFF84
Complementary color
Monochromatic Colors of #FEFF84
Black with #FEFF84
Text Example
Text Example
White with #FEFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF84; }
p { color: rgb(254,255,132); }
H1.HeaderClassName
{
color: #FEFF84;
}
.AnyTagClassName
{
color: #FEFF84;
}
</style>
background-color css
<style>
a { background-color: #FEFF84; }
a { background-color: rgb(254,255,132); }
div.DivClassName
{
background-color: #FEFF84;
}
.BgClassName
{
background-color: #FEFF84;
}
</style>
border-color css
<style>
span { border-color: #FEFF84; }
span { border-color: rgb(254,255,132); }
td.TdClassName
{
border-color: #FEFF84;
}
.TagClassName
{
border-color: #FEFF84;
}
</style>