Shades of Light Salmon #FDA17C
Tints of Light Salmon #FDA17C
RGB
CMYK
RGB Variations
Color information
#FDA17C (or 0xFDA17C) is known color: Light Salmon. HEX triplet: FD, A1 and 7C. RGB value is (253,161,124). Sum of RGB (Red+Green+Blue) = 253+161+124=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA17C is #025E83. Grayscale: #B8B8B8. Windows color (decimal): -155268 or 8167933. OLE color: 8167933.
HSL color Cylindrical-coordinate representation of color #FDA17C: hue angle of 17.21º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDA17C is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 124 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.01 |
| HSL | 17.21º | 0.97% | 0.74% | - |
| HSV(B) | 17.21º | 0.51% | 0.99% | - |
| XYZ | 56.89 | 47.83 | 25.3 | - |
| YUV | 184.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 124 | 0 | 0.36 | 0.51 | 0.01 | 17.21 | 0.97 | 0.74 |
| Hex | FD | A1 | 7C | 0 | 24 | 33 | 1 | 11 | 61 | 4A |
| Octal | 375 | 241 | 174 | 0 | 44 | 63 | 1 | 21 | 141 | 112 |
| Binary | 11111101 | 10100001 | 1111100 | 0 | 100100 | 110011 | 1 | 10001 | 1100001 | 1001010 |
Color Harmonies of #FDA17C
Complementary color
Monochromatic Colors of #FDA17C
Black with #FDA17C
Text Example
Text Example
White with #FDA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA17C; }
p { color: rgb(253,161,124); }
H1.HeaderClassName
{
color: #FDA17C;
}
.AnyTagClassName
{
color: #FDA17C;
}
</style>
background-color css
<style>
a { background-color: #FDA17C; }
a { background-color: rgb(253,161,124); }
div.DivClassName
{
background-color: #FDA17C;
}
.BgClassName
{
background-color: #FDA17C;
}
</style>
border-color css
<style>
span { border-color: #FDA17C; }
span { border-color: rgb(253,161,124); }
td.TdClassName
{
border-color: #FDA17C;
}
.TagClassName
{
border-color: #FDA17C;
}
</style>