Shades of Light Salmon #FFA17C
Tints of Light Salmon #FFA17C
RGB
CMYK
RGB Variations
Color information
#FFA17C (or 0xFFA17C) is known color: Light Salmon. HEX triplet: FF, A1 and 7C. RGB value is (255,161,124). Sum of RGB (Red+Green+Blue) = 255+161+124=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA17C is #005E83. Grayscale: #B9B9B9. Windows color (decimal): -24196 or 8167935. OLE color: 8167935.
HSL color Cylindrical-coordinate representation of color #FFA17C: hue angle of 16.95º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFA17C is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 124 | - |
| CMYK | 0 | 0.37 | 0.51 | 0 |
| HSL | 16.95º | 1% | 0.74% | - |
| HSV(B) | 16.95º | 0.51% | 1% | - |
| XYZ | 57.62 | 48.2 | 25.34 | - |
| YUV | 184.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 124 | 0 | 0.37 | 0.51 | 0 | 16.95 | 1 | 0.74 |
| Hex | FF | A1 | 7C | 0 | 25 | 33 | 0 | 11 | 64 | 4A |
| Octal | 377 | 241 | 174 | 0 | 45 | 63 | 0 | 21 | 144 | 112 |
| Binary | 11111111 | 10100001 | 1111100 | 0 | 100101 | 110011 | 0 | 10001 | 1100100 | 1001010 |
Color Harmonies of #FFA17C
Complementary color
Monochromatic Colors of #FFA17C
Black with #FFA17C
Text Example
Text Example
White with #FFA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA17C; }
p { color: rgb(255,161,124); }
H1.HeaderClassName
{
color: #FFA17C;
}
.AnyTagClassName
{
color: #FFA17C;
}
</style>
background-color css
<style>
a { background-color: #FFA17C; }
a { background-color: rgb(255,161,124); }
div.DivClassName
{
background-color: #FFA17C;
}
.BgClassName
{
background-color: #FFA17C;
}
</style>
border-color css
<style>
span { border-color: #FFA17C; }
span { border-color: rgb(255,161,124); }
td.TdClassName
{
border-color: #FFA17C;
}
.TagClassName
{
border-color: #FFA17C;
}
</style>