Shades of Light Salmon #FFA482
Tints of Light Salmon #FFA482
RGB
CMYK
RGB Variations
Color information
#FFA482 (or 0xFFA482) is known color: Light Salmon. HEX triplet: FF, A4 and 82. RGB value is (255,164,130). Sum of RGB (Red+Green+Blue) = 255+164+130=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA482 is #005B7D. Grayscale: #BBBBBB. Windows color (decimal): -23422 or 8561919. OLE color: 8561919.
HSL color Cylindrical-coordinate representation of color #FFA482: hue angle of 16.32º 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 #FFA482 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 130 | - |
| CMYK | 0 | 0.36 | 0.49 | 0 |
| HSL | 16.32º | 1% | 0.75% | - |
| HSV(B) | 16.32º | 0.49% | 1% | - |
| XYZ | 58.54 | 49.42 | 27.57 | - |
| YUV | 187.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 130 | 0 | 0.36 | 0.49 | 0 | 16.32 | 1 | 0.75 |
| Hex | FF | A4 | 82 | 0 | 24 | 31 | 0 | 10 | 64 | 4B |
| Octal | 377 | 244 | 202 | 0 | 44 | 61 | 0 | 20 | 144 | 113 |
| Binary | 11111111 | 10100100 | 10000010 | 0 | 100100 | 110001 | 0 | 10000 | 1100100 | 1001011 |
Color Harmonies of #FFA482
Complementary color
Monochromatic Colors of #FFA482
Black with #FFA482
Text Example
Text Example
White with #FFA482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA482; }
p { color: rgb(255,164,130); }
H1.HeaderClassName
{
color: #FFA482;
}
.AnyTagClassName
{
color: #FFA482;
}
</style>
background-color css
<style>
a { background-color: #FFA482; }
a { background-color: rgb(255,164,130); }
div.DivClassName
{
background-color: #FFA482;
}
.BgClassName
{
background-color: #FFA482;
}
</style>
border-color css
<style>
span { border-color: #FFA482; }
span { border-color: rgb(255,164,130); }
td.TdClassName
{
border-color: #FFA482;
}
.TagClassName
{
border-color: #FFA482;
}
</style>