Shades of Milan #FDFF83
Tints of Milan #FDFF83
RGB
CMYK
RGB Variations
Color information
#FDFF83 (or 0xFDFF83) is known color: Milan. HEX triplet: FD, FF and 83. RGB value is (253,255,131). Sum of RGB (Red+Green+Blue) = 253+255+131=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 131 (51.56% from 255 or 20.50% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFF83 is #02007C. Grayscale: #F0F0F0. Windows color (decimal): -131197 or 8650749. OLE color: 8650749.
HSL color Cylindrical-coordinate representation of color #FDFF83: hue angle of 60.97º 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 #FDFF83 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 131 | - |
| CMYK | 0.01 | 0 | 0.49 | 0 |
| HSL | 60.97º | 1% | 0.76% | - |
| HSV(B) | 60.97º | 0.49% | 1% | - |
| XYZ | 80.36 | 94.04 | 35.39 | - |
| YUV | 240.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 131 | 0.01 | 0 | 0.49 | 0 | 60.97 | 1 | 0.76 |
| Hex | FD | FF | 83 | 1 | 0 | 31 | 0 | 3D | 64 | 4C |
| Octal | 375 | 377 | 203 | 1 | 0 | 61 | 0 | 75 | 144 | 114 |
| Binary | 11111101 | 11111111 | 10000011 | 1 | 0 | 110001 | 0 | 111101 | 1100100 | 1001100 |
Color Harmonies of #FDFF83
Complementary color
Monochromatic Colors of #FDFF83
Black with #FDFF83
Text Example
Text Example
White with #FDFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF83; }
p { color: rgb(253,255,131); }
H1.HeaderClassName
{
color: #FDFF83;
}
.AnyTagClassName
{
color: #FDFF83;
}
</style>
background-color css
<style>
a { background-color: #FDFF83; }
a { background-color: rgb(253,255,131); }
div.DivClassName
{
background-color: #FDFF83;
}
.BgClassName
{
background-color: #FDFF83;
}
</style>
border-color css
<style>
span { border-color: #FDFF83; }
span { border-color: rgb(253,255,131); }
td.TdClassName
{
border-color: #FDFF83;
}
.TagClassName
{
border-color: #FDFF83;
}
</style>