Shades of Light Salmon #FFA17D
Tints of Light Salmon #FFA17D
RGB
CMYK
RGB Variations
Color information
#FFA17D (or 0xFFA17D) is known color: Light Salmon. HEX triplet: FF, A1 and 7D. RGB value is (255,161,125). Sum of RGB (Red+Green+Blue) = 255+161+125=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA17D is #005E82. Grayscale: #B9B9B9. Windows color (decimal): -24195 or 8233471. OLE color: 8233471.
HSL color Cylindrical-coordinate representation of color #FFA17D: hue angle of 16.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFA17D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 125 | - |
| CMYK | 0 | 0.37 | 0.51 | 0 |
| HSL | 16.62º | 1% | 0.75% | - |
| HSV(B) | 16.62º | 0.51% | 1% | - |
| XYZ | 57.69 | 48.23 | 25.67 | - |
| YUV | 185 | 94.14 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 125 | 0 | 0.37 | 0.51 | 0 | 16.62 | 1 | 0.75 |
| Hex | FF | A1 | 7D | 0 | 25 | 33 | 0 | 11 | 64 | 4B |
| Octal | 377 | 241 | 175 | 0 | 45 | 63 | 0 | 21 | 144 | 113 |
| Binary | 11111111 | 10100001 | 1111101 | 0 | 100101 | 110011 | 0 | 10001 | 1100100 | 1001011 |
Color Harmonies of #FFA17D
Complementary color
Monochromatic Colors of #FFA17D
Black with #FFA17D
Text Example
Text Example
White with #FFA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA17D; }
p { color: rgb(255,161,125); }
H1.HeaderClassName
{
color: #FFA17D;
}
.AnyTagClassName
{
color: #FFA17D;
}
</style>
background-color css
<style>
a { background-color: #FFA17D; }
a { background-color: rgb(255,161,125); }
div.DivClassName
{
background-color: #FFA17D;
}
.BgClassName
{
background-color: #FFA17D;
}
</style>
border-color css
<style>
span { border-color: #FFA17D; }
span { border-color: rgb(255,161,125); }
td.TdClassName
{
border-color: #FFA17D;
}
.TagClassName
{
border-color: #FFA17D;
}
</style>