Shades of Light Salmon #FFA17E
Tints of Light Salmon #FFA17E
RGB
CMYK
RGB Variations
Color information
#FFA17E (or 0xFFA17E) is known color: Light Salmon. HEX triplet: FF, A1 and 7E. RGB value is (255,161,126). Sum of RGB (Red+Green+Blue) = 255+161+126=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA17E is #005E81. Grayscale: #B9B9B9. Windows color (decimal): -24194 or 8299007. OLE color: 8299007.
HSL color Cylindrical-coordinate representation of color #FFA17E: hue angle of 16.28º 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 #FFA17E is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 126 | - |
| CMYK | 0 | 0.37 | 0.51 | 0 |
| HSL | 16.28º | 1% | 0.75% | - |
| HSV(B) | 16.28º | 0.51% | 1% | - |
| XYZ | 57.75 | 48.26 | 26.01 | - |
| YUV | 185.12 | 94.64 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 126 | 0 | 0.37 | 0.51 | 0 | 16.28 | 1 | 0.75 |
| Hex | FF | A1 | 7E | 0 | 25 | 33 | 0 | 10 | 64 | 4B |
| Octal | 377 | 241 | 176 | 0 | 45 | 63 | 0 | 20 | 144 | 113 |
| Binary | 11111111 | 10100001 | 1111110 | 0 | 100101 | 110011 | 0 | 10000 | 1100100 | 1001011 |
Color Harmonies of #FFA17E
Complementary color
Monochromatic Colors of #FFA17E
Black with #FFA17E
Text Example
Text Example
White with #FFA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA17E; }
p { color: rgb(255,161,126); }
H1.HeaderClassName
{
color: #FFA17E;
}
.AnyTagClassName
{
color: #FFA17E;
}
</style>
background-color css
<style>
a { background-color: #FFA17E; }
a { background-color: rgb(255,161,126); }
div.DivClassName
{
background-color: #FFA17E;
}
.BgClassName
{
background-color: #FFA17E;
}
</style>
border-color css
<style>
span { border-color: #FFA17E; }
span { border-color: rgb(255,161,126); }
td.TdClassName
{
border-color: #FFA17E;
}
.TagClassName
{
border-color: #FFA17E;
}
</style>