Shades of Light Salmon #FFA382
Tints of Light Salmon #FFA382
RGB
CMYK
RGB Variations
Color information
#FFA382 (or 0xFFA382) is known color: Light Salmon. HEX triplet: FF, A3 and 82. RGB value is (255,163,130). Sum of RGB (Red+Green+Blue) = 255+163+130=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA382 is #005C7D. Grayscale: #BABABA. Windows color (decimal): -23678 or 8561663. OLE color: 8561663.
HSL color Cylindrical-coordinate representation of color #FFA382: hue angle of 15.84º 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 #FFA382 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 130 | - |
| CMYK | 0 | 0.36 | 0.49 | 0 |
| HSL | 15.84º | 1% | 0.75% | - |
| HSV(B) | 15.84º | 0.49% | 1% | - |
| XYZ | 58.37 | 49.07 | 27.51 | - |
| YUV | 186.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 130 | 0 | 0.36 | 0.49 | 0 | 15.84 | 1 | 0.75 |
| Hex | FF | A3 | 82 | 0 | 24 | 31 | 0 | 10 | 64 | 4B |
| Octal | 377 | 243 | 202 | 0 | 44 | 61 | 0 | 20 | 144 | 113 |
| Binary | 11111111 | 10100011 | 10000010 | 0 | 100100 | 110001 | 0 | 10000 | 1100100 | 1001011 |
Color Harmonies of #FFA382
Complementary color
Monochromatic Colors of #FFA382
Black with #FFA382
Text Example
Text Example
White with #FFA382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA382; }
p { color: rgb(255,163,130); }
H1.HeaderClassName
{
color: #FFA382;
}
.AnyTagClassName
{
color: #FFA382;
}
</style>
background-color css
<style>
a { background-color: #FFA382; }
a { background-color: rgb(255,163,130); }
div.DivClassName
{
background-color: #FFA382;
}
.BgClassName
{
background-color: #FFA382;
}
</style>
border-color css
<style>
span { border-color: #FFA382; }
span { border-color: rgb(255,163,130); }
td.TdClassName
{
border-color: #FFA382;
}
.TagClassName
{
border-color: #FFA382;
}
</style>