Shades of Light Salmon #FFA177
Tints of Light Salmon #FFA177
RGB
CMYK
RGB Variations
Color information
#FFA177 (or 0xFFA177) is known color: Light Salmon. HEX triplet: FF, A1 and 77. RGB value is (255,161,119). Sum of RGB (Red+Green+Blue) = 255+161+119=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA177 is #005E88. Grayscale: #B8B8B8. Windows color (decimal): -24201 or 7840255. OLE color: 7840255.
HSL color Cylindrical-coordinate representation of color #FFA177: hue angle of 18.53º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFA177 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 119 | - |
| CMYK | 0 | 0.37 | 0.53 | 0 |
| HSL | 18.53º | 1% | 0.73% | - |
| HSV(B) | 18.53º | 0.53% | 1% | - |
| XYZ | 57.31 | 48.08 | 23.71 | - |
| YUV | 184.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 119 | 0 | 0.37 | 0.53 | 0 | 18.53 | 1 | 0.73 |
| Hex | FF | A1 | 77 | 0 | 25 | 35 | 0 | 13 | 64 | 49 |
| Octal | 377 | 241 | 167 | 0 | 45 | 65 | 0 | 23 | 144 | 111 |
| Binary | 11111111 | 10100001 | 1110111 | 0 | 100101 | 110101 | 0 | 10011 | 1100100 | 1001001 |
Color Harmonies of #FFA177
Complementary color
Monochromatic Colors of #FFA177
Black with #FFA177
Text Example
Text Example
White with #FFA177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA177; }
p { color: rgb(255,161,119); }
H1.HeaderClassName
{
color: #FFA177;
}
.AnyTagClassName
{
color: #FFA177;
}
</style>
background-color css
<style>
a { background-color: #FFA177; }
a { background-color: rgb(255,161,119); }
div.DivClassName
{
background-color: #FFA177;
}
.BgClassName
{
background-color: #FFA177;
}
</style>
border-color css
<style>
span { border-color: #FFA177; }
span { border-color: rgb(255,161,119); }
td.TdClassName
{
border-color: #FFA177;
}
.TagClassName
{
border-color: #FFA177;
}
</style>