Shades of Milan #FEFF83
Tints of Milan #FEFF83
RGB
CMYK
RGB Variations
Color information
#FEFF83 (or 0xFEFF83) is known color: Milan. HEX triplet: FE, FF and 83. RGB value is (254,255,131). Sum of RGB (Red+Green+Blue) = 254+255+131=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 131 (51.56% from 255 or 20.47% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF83 is #01007C. Grayscale: #F1F1F1. Windows color (decimal): -65661 or 8650750. OLE color: 8650750.
HSL color Cylindrical-coordinate representation of color #FEFF83: hue angle of 60.48º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEFF83 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 131 | - |
| CMYK | 0.00 | 0 | 0.49 | 0 |
| HSL | 60.48º | 1% | 0.76% | - |
| HSV(B) | 60.48º | 0.49% | 1% | - |
| XYZ | 80.73 | 94.23 | 35.41 | - |
| YUV | 240.57 | 66.17 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 131 | 0.00 | 0 | 0.49 | 0 | 60.48 | 1 | 0.76 |
| Hex | FE | FF | 83 | 0 | 0 | 31 | 0 | 3C | 64 | 4C |
| Octal | 376 | 377 | 203 | 0 | 0 | 61 | 0 | 74 | 144 | 114 |
| Binary | 11111110 | 11111111 | 10000011 | 0 | 0 | 110001 | 0 | 111100 | 1100100 | 1001100 |
Color Harmonies of #FEFF83
Complementary color
Monochromatic Colors of #FEFF83
Black with #FEFF83
Text Example
Text Example
White with #FEFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF83; }
p { color: rgb(254,255,131); }
H1.HeaderClassName
{
color: #FEFF83;
}
.AnyTagClassName
{
color: #FEFF83;
}
</style>
background-color css
<style>
a { background-color: #FEFF83; }
a { background-color: rgb(254,255,131); }
div.DivClassName
{
background-color: #FEFF83;
}
.BgClassName
{
background-color: #FEFF83;
}
</style>
border-color css
<style>
span { border-color: #FEFF83; }
span { border-color: rgb(254,255,131); }
td.TdClassName
{
border-color: #FEFF83;
}
.TagClassName
{
border-color: #FEFF83;
}
</style>