Shades of Light Salmon #FFA17B
Tints of Light Salmon #FFA17B
RGB
CMYK
RGB Variations
Color information
#FFA17B (or 0xFFA17B) is known color: Light Salmon. HEX triplet: FF, A1 and 7B. RGB value is (255,161,123). Sum of RGB (Red+Green+Blue) = 255+161+123=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA17B is #005E84. Grayscale: #B9B9B9. Windows color (decimal): -24197 or 8102399. OLE color: 8102399.
HSL color Cylindrical-coordinate representation of color #FFA17B: hue angle of 17.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFA17B is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 123 | - |
| CMYK | 0 | 0.37 | 0.52 | 0 |
| HSL | 17.27º | 1% | 0.74% | - |
| HSV(B) | 17.27º | 0.52% | 1% | - |
| XYZ | 57.56 | 48.18 | 25 | - |
| YUV | 184.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 123 | 0 | 0.37 | 0.52 | 0 | 17.27 | 1 | 0.74 |
| Hex | FF | A1 | 7B | 0 | 25 | 34 | 0 | 11 | 64 | 4A |
| Octal | 377 | 241 | 173 | 0 | 45 | 64 | 0 | 21 | 144 | 112 |
| Binary | 11111111 | 10100001 | 1111011 | 0 | 100101 | 110100 | 0 | 10001 | 1100100 | 1001010 |
Color Harmonies of #FFA17B
Complementary color
Monochromatic Colors of #FFA17B
Black with #FFA17B
Text Example
Text Example
White with #FFA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA17B; }
p { color: rgb(255,161,123); }
H1.HeaderClassName
{
color: #FFA17B;
}
.AnyTagClassName
{
color: #FFA17B;
}
</style>
background-color css
<style>
a { background-color: #FFA17B; }
a { background-color: rgb(255,161,123); }
div.DivClassName
{
background-color: #FFA17B;
}
.BgClassName
{
background-color: #FFA17B;
}
</style>
border-color css
<style>
span { border-color: #FFA17B; }
span { border-color: rgb(255,161,123); }
td.TdClassName
{
border-color: #FFA17B;
}
.TagClassName
{
border-color: #FFA17B;
}
</style>