Shades of Milan #FEF983
Tints of Milan #FEF983
RGB
CMYK
RGB Variations
Color information
#FEF983 (or 0xFEF983) is known color: Milan. HEX triplet: FE, F9 and 83. RGB value is (254,249,131). Sum of RGB (Red+Green+Blue) = 254+249+131=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 131 (51.56% from 255 or 20.66% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF983 is #01067C. Grayscale: #EDEDED. Windows color (decimal): -67197 or 8649214. OLE color: 8649214.
HSL color Cylindrical-coordinate representation of color #FEF983: hue angle of 57.56º 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 #FEF983 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 131 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.00 |
| HSL | 57.56º | 0.98% | 0.75% | - |
| HSV(B) | 57.56º | 0.48% | 1% | - |
| XYZ | 78.85 | 90.46 | 34.78 | - |
| YUV | 237.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 131 | 0 | 0.02 | 0.48 | 0.00 | 57.56 | 0.98 | 0.75 |
| Hex | FE | F9 | 83 | 0 | 2 | 30 | 0 | 3A | 62 | 4B |
| Octal | 376 | 371 | 203 | 0 | 2 | 60 | 0 | 72 | 142 | 113 |
| Binary | 11111110 | 11111001 | 10000011 | 0 | 10 | 110000 | 0 | 111010 | 1100010 | 1001011 |
Color Harmonies of #FEF983
Complementary color
Monochromatic Colors of #FEF983
Black with #FEF983
Text Example
Text Example
White with #FEF983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF983; }
p { color: rgb(254,249,131); }
H1.HeaderClassName
{
color: #FEF983;
}
.AnyTagClassName
{
color: #FEF983;
}
</style>
background-color css
<style>
a { background-color: #FEF983; }
a { background-color: rgb(254,249,131); }
div.DivClassName
{
background-color: #FEF983;
}
.BgClassName
{
background-color: #FEF983;
}
</style>
border-color css
<style>
span { border-color: #FEF983; }
span { border-color: rgb(254,249,131); }
td.TdClassName
{
border-color: #FEF983;
}
.TagClassName
{
border-color: #FEF983;
}
</style>