Shades of Milan #FEFA83
Tints of Milan #FEFA83
RGB
CMYK
RGB Variations
Color information
#FEFA83 (or 0xFEFA83) is known color: Milan. HEX triplet: FE, FA and 83. RGB value is (254,250,131). Sum of RGB (Red+Green+Blue) = 254+250+131=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 131 (51.56% from 255 or 20.63% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA83 is #01057C. Grayscale: #EEEEEE. Windows color (decimal): -66941 or 8649470. OLE color: 8649470.
HSL color Cylindrical-coordinate representation of color #FEFA83: hue angle of 58.05º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEFA83 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 131 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.00 |
| HSL | 58.05º | 0.98% | 0.75% | - |
| HSV(B) | 58.05º | 0.48% | 1% | - |
| XYZ | 79.16 | 91.08 | 34.88 | - |
| YUV | 237.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 131 | 0 | 0.02 | 0.48 | 0.00 | 58.05 | 0.98 | 0.75 |
| Hex | FE | FA | 83 | 0 | 2 | 30 | 0 | 3A | 62 | 4B |
| Octal | 376 | 372 | 203 | 0 | 2 | 60 | 0 | 72 | 142 | 113 |
| Binary | 11111110 | 11111010 | 10000011 | 0 | 10 | 110000 | 0 | 111010 | 1100010 | 1001011 |
Color Harmonies of #FEFA83
Complementary color
Monochromatic Colors of #FEFA83
Black with #FEFA83
Text Example
Text Example
White with #FEFA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA83; }
p { color: rgb(254,250,131); }
H1.HeaderClassName
{
color: #FEFA83;
}
.AnyTagClassName
{
color: #FEFA83;
}
</style>
background-color css
<style>
a { background-color: #FEFA83; }
a { background-color: rgb(254,250,131); }
div.DivClassName
{
background-color: #FEFA83;
}
.BgClassName
{
background-color: #FEFA83;
}
</style>
border-color css
<style>
span { border-color: #FEFA83; }
span { border-color: rgb(254,250,131); }
td.TdClassName
{
border-color: #FEFA83;
}
.TagClassName
{
border-color: #FEFA83;
}
</style>