Shades of Light Salmon #FFA182
Tints of Light Salmon #FFA182
RGB
CMYK
RGB Variations
Color information
#FFA182 (or 0xFFA182) is known color: Light Salmon. HEX triplet: FF, A1 and 82. RGB value is (255,161,130). Sum of RGB (Red+Green+Blue) = 255+161+130=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA182 is #005E7D. Grayscale: #B9B9B9. Windows color (decimal): -24190 or 8561151. OLE color: 8561151.
HSL color Cylindrical-coordinate representation of color #FFA182: hue angle of 14.88º 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 #FFA182 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 130 | - |
| CMYK | 0 | 0.37 | 0.49 | 0 |
| HSL | 14.88º | 1% | 0.75% | - |
| HSV(B) | 14.88º | 0.49% | 1% | - |
| XYZ | 58.01 | 48.36 | 27.4 | - |
| YUV | 185.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 130 | 0 | 0.37 | 0.49 | 0 | 14.88 | 1 | 0.75 |
| Hex | FF | A1 | 82 | 0 | 25 | 31 | 0 | F | 64 | 4B |
| Octal | 377 | 241 | 202 | 0 | 45 | 61 | 0 | 17 | 144 | 113 |
| Binary | 11111111 | 10100001 | 10000010 | 0 | 100101 | 110001 | 0 | 1111 | 1100100 | 1001011 |
Color Harmonies of #FFA182
Complementary color
Monochromatic Colors of #FFA182
Black with #FFA182
Text Example
Text Example
White with #FFA182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA182; }
p { color: rgb(255,161,130); }
H1.HeaderClassName
{
color: #FFA182;
}
.AnyTagClassName
{
color: #FFA182;
}
</style>
background-color css
<style>
a { background-color: #FFA182; }
a { background-color: rgb(255,161,130); }
div.DivClassName
{
background-color: #FFA182;
}
.BgClassName
{
background-color: #FFA182;
}
</style>
border-color css
<style>
span { border-color: #FFA182; }
span { border-color: rgb(255,161,130); }
td.TdClassName
{
border-color: #FFA182;
}
.TagClassName
{
border-color: #FFA182;
}
</style>