Shades of Milan #FEFE84
Tints of Milan #FEFE84
RGB
CMYK
RGB Variations
Color information
#FEFE84 (or 0xFEFE84) is known color: Milan. HEX triplet: FE, FE and 84. RGB value is (254,254,132). Sum of RGB (Red+Green+Blue) = 254+254+132=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 132 (51.95% from 255 or 20.62% from 640); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE84 is #01017B. Grayscale: #F0F0F0. Windows color (decimal): -65916 or 8716030. OLE color: 8716030.
HSL color Cylindrical-coordinate representation of color #FEFE84: hue angle of 60º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEFE84 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 132 | - |
| CMYK | 0 | 0 | 0.48 | 0.00 |
| HSL | 60º | 0.98% | 0.76% | - |
| HSV(B) | 60º | 0.48% | 1% | - |
| XYZ | 80.48 | 93.62 | 35.66 | - |
| YUV | 240.09 | 67 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 132 | 0 | 0 | 0.48 | 0.00 | 60 | 0.98 | 0.76 |
| Hex | FE | FE | 84 | 0 | 0 | 30 | 0 | 3C | 62 | 4C |
| Octal | 376 | 376 | 204 | 0 | 0 | 60 | 0 | 74 | 142 | 114 |
| Binary | 11111110 | 11111110 | 10000100 | 0 | 0 | 110000 | 0 | 111100 | 1100010 | 1001100 |
Color Harmonies of #FEFE84
Complementary color
Monochromatic Colors of #FEFE84
Black with #FEFE84
Text Example
Text Example
White with #FEFE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE84; }
p { color: rgb(254,254,132); }
H1.HeaderClassName
{
color: #FEFE84;
}
.AnyTagClassName
{
color: #FEFE84;
}
</style>
background-color css
<style>
a { background-color: #FEFE84; }
a { background-color: rgb(254,254,132); }
div.DivClassName
{
background-color: #FEFE84;
}
.BgClassName
{
background-color: #FEFE84;
}
</style>
border-color css
<style>
span { border-color: #FEFE84; }
span { border-color: rgb(254,254,132); }
td.TdClassName
{
border-color: #FEFE84;
}
.TagClassName
{
border-color: #FEFE84;
}
</style>