Shades of Milan #FAF982
Tints of Milan #FAF982
RGB
CMYK
RGB Variations
Color information
#FAF982 (or 0xFAF982) is known color: Milan. HEX triplet: FA, F9 and 82. RGB value is (250,249,130). Sum of RGB (Red+Green+Blue) = 250+249+130=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 130 (51.17% from 255 or 20.67% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF982 is #05067D. Grayscale: #ECECEC. Windows color (decimal): -329342 or 8583674. OLE color: 8583674.
HSL color Cylindrical-coordinate representation of color #FAF982: hue angle of 59.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAF982 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 130 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.02 |
| HSL | 59.5º | 0.92% | 0.75% | - |
| HSV(B) | 59.5º | 0.48% | 0.98% | - |
| XYZ | 77.33 | 89.69 | 34.35 | - |
| YUV | 235.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 130 | 0 | 0.00 | 0.48 | 0.02 | 59.5 | 0.92 | 0.75 |
| Hex | FA | F9 | 82 | 0 | 0 | 30 | 2 | 3C | 5C | 4B |
| Octal | 372 | 371 | 202 | 0 | 0 | 60 | 2 | 74 | 134 | 113 |
| Binary | 11111010 | 11111001 | 10000010 | 0 | 0 | 110000 | 10 | 111100 | 1011100 | 1001011 |
Color Harmonies of #FAF982
Complementary color
Monochromatic Colors of #FAF982
Black with #FAF982
Text Example
Text Example
White with #FAF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF982; }
p { color: rgb(250,249,130); }
H1.HeaderClassName
{
color: #FAF982;
}
.AnyTagClassName
{
color: #FAF982;
}
</style>
background-color css
<style>
a { background-color: #FAF982; }
a { background-color: rgb(250,249,130); }
div.DivClassName
{
background-color: #FAF982;
}
.BgClassName
{
background-color: #FAF982;
}
</style>
border-color css
<style>
span { border-color: #FAF982; }
span { border-color: rgb(250,249,130); }
td.TdClassName
{
border-color: #FAF982;
}
.TagClassName
{
border-color: #FAF982;
}
</style>