Shades of Light Salmon #FDA17A
Tints of Light Salmon #FDA17A
RGB
CMYK
RGB Variations
Color information
#FDA17A (or 0xFDA17A) is known color: Light Salmon. HEX triplet: FD, A1 and 7A. RGB value is (253,161,122). Sum of RGB (Red+Green+Blue) = 253+161+122=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA17A is #025E85. Grayscale: #B8B8B8. Windows color (decimal): -155270 or 8036861. OLE color: 8036861.
HSL color Cylindrical-coordinate representation of color #FDA17A: hue angle of 17.86º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDA17A is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 122 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.01 |
| HSL | 17.86º | 0.97% | 0.74% | - |
| HSV(B) | 17.86º | 0.52% | 0.99% | - |
| XYZ | 56.77 | 47.78 | 24.64 | - |
| YUV | 184.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 122 | 0 | 0.36 | 0.52 | 0.01 | 17.86 | 0.97 | 0.74 |
| Hex | FD | A1 | 7A | 0 | 24 | 34 | 1 | 12 | 61 | 4A |
| Octal | 375 | 241 | 172 | 0 | 44 | 64 | 1 | 22 | 141 | 112 |
| Binary | 11111101 | 10100001 | 1111010 | 0 | 100100 | 110100 | 1 | 10010 | 1100001 | 1001010 |
Color Harmonies of #FDA17A
Complementary color
Monochromatic Colors of #FDA17A
Black with #FDA17A
Text Example
Text Example
White with #FDA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA17A; }
p { color: rgb(253,161,122); }
H1.HeaderClassName
{
color: #FDA17A;
}
.AnyTagClassName
{
color: #FDA17A;
}
</style>
background-color css
<style>
a { background-color: #FDA17A; }
a { background-color: rgb(253,161,122); }
div.DivClassName
{
background-color: #FDA17A;
}
.BgClassName
{
background-color: #FDA17A;
}
</style>
border-color css
<style>
span { border-color: #FDA17A; }
span { border-color: rgb(253,161,122); }
td.TdClassName
{
border-color: #FDA17A;
}
.TagClassName
{
border-color: #FDA17A;
}
</style>