Shades of Light Salmon #FFA982
Tints of Light Salmon #FFA982
RGB
CMYK
RGB Variations
Color information
#FFA982 (or 0xFFA982) is known color: Light Salmon. HEX triplet: FF, A9 and 82. RGB value is (255,169,130). Sum of RGB (Red+Green+Blue) = 255+169+130=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA982 is #00567D. Grayscale: #BEBEBE. Windows color (decimal): -22142 or 8563199. OLE color: 8563199.
HSL color Cylindrical-coordinate representation of color #FFA982: hue angle of 18.72º 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 #FFA982 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 130 | - |
| CMYK | 0 | 0.34 | 0.49 | 0 |
| HSL | 18.72º | 1% | 0.75% | - |
| HSV(B) | 18.72º | 0.49% | 1% | - |
| XYZ | 59.46 | 51.25 | 27.88 | - |
| YUV | 190.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 130 | 0 | 0.34 | 0.49 | 0 | 18.72 | 1 | 0.75 |
| Hex | FF | A9 | 82 | 0 | 22 | 31 | 0 | 13 | 64 | 4B |
| Octal | 377 | 251 | 202 | 0 | 42 | 61 | 0 | 23 | 144 | 113 |
| Binary | 11111111 | 10101001 | 10000010 | 0 | 100010 | 110001 | 0 | 10011 | 1100100 | 1001011 |
Color Harmonies of #FFA982
Complementary color
Monochromatic Colors of #FFA982
Black with #FFA982
Text Example
Text Example
White with #FFA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA982; }
p { color: rgb(255,169,130); }
H1.HeaderClassName
{
color: #FFA982;
}
.AnyTagClassName
{
color: #FFA982;
}
</style>
background-color css
<style>
a { background-color: #FFA982; }
a { background-color: rgb(255,169,130); }
div.DivClassName
{
background-color: #FFA982;
}
.BgClassName
{
background-color: #FFA982;
}
</style>
border-color css
<style>
span { border-color: #FFA982; }
span { border-color: rgb(255,169,130); }
td.TdClassName
{
border-color: #FFA982;
}
.TagClassName
{
border-color: #FFA982;
}
</style>