Shades of Milan #FFFF82
Tints of Milan #FFFF82
RGB
CMYK
RGB Variations
Color information
#FFFF82 (or 0xFFFF82) is known color: Milan. HEX triplet: FF, FF and 82. RGB value is (255,255,130). Sum of RGB (Red+Green+Blue) = 255+255+130=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 130 (51.17% from 255 or 20.31% from 640); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFF82 is #00007D. Grayscale: #F1F1F1. Windows color (decimal): -126 or 8585215. OLE color: 8585215.
HSL color Cylindrical-coordinate representation of color #FFFF82: hue angle of 60º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFFF82 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 130 | - |
| CMYK | 0 | 0 | 0.49 | 0 |
| HSL | 60º | 1% | 0.75% | - |
| HSV(B) | 60º | 0.49% | 1% | - |
| XYZ | 81.03 | 94.39 | 35.07 | - |
| YUV | 240.75 | 65.5 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 130 | 0 | 0 | 0.49 | 0 | 60 | 1 | 0.75 |
| Hex | FF | FF | 82 | 0 | 0 | 31 | 0 | 3C | 64 | 4B |
| Octal | 377 | 377 | 202 | 0 | 0 | 61 | 0 | 74 | 144 | 113 |
| Binary | 11111111 | 11111111 | 10000010 | 0 | 0 | 110001 | 0 | 111100 | 1100100 | 1001011 |
Color Harmonies of #FFFF82
Complementary color
Monochromatic Colors of #FFFF82
Black with #FFFF82
Text Example
Text Example
White with #FFFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF82; }
p { color: rgb(255,255,130); }
H1.HeaderClassName
{
color: #FFFF82;
}
.AnyTagClassName
{
color: #FFFF82;
}
</style>
background-color css
<style>
a { background-color: #FFFF82; }
a { background-color: rgb(255,255,130); }
div.DivClassName
{
background-color: #FFFF82;
}
.BgClassName
{
background-color: #FFFF82;
}
</style>
border-color css
<style>
span { border-color: #FFFF82; }
span { border-color: rgb(255,255,130); }
td.TdClassName
{
border-color: #FFFF82;
}
.TagClassName
{
border-color: #FFFF82;
}
</style>