Shades of Light Salmon #FDA987
Tints of Light Salmon #FDA987
RGB
CMYK
RGB Variations
Color information
#FDA987 (or 0xFDA987) is known color: Light Salmon. HEX triplet: FD, A9 and 87. RGB value is (253,169,135). Sum of RGB (Red+Green+Blue) = 253+169+135=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 135 (53.12% from 255 or 24.24% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA987 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA987 is #025678. Grayscale: #BEBEBE. Windows color (decimal): -153209 or 8890877. OLE color: 8890877.
HSL color Cylindrical-coordinate representation of color #FDA987: hue angle of 17.29º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDA987 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 135 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.01 |
| HSL | 17.29º | 0.97% | 0.76% | - |
| HSV(B) | 17.29º | 0.47% | 0.99% | - |
| XYZ | 59.07 | 51.01 | 29.65 | - |
| YUV | 190.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 135 | 0 | 0.33 | 0.47 | 0.01 | 17.29 | 0.97 | 0.76 |
| Hex | FD | A9 | 87 | 0 | 21 | 2F | 1 | 11 | 61 | 4C |
| Octal | 375 | 251 | 207 | 0 | 41 | 57 | 1 | 21 | 141 | 114 |
| Binary | 11111101 | 10101001 | 10000111 | 0 | 100001 | 101111 | 1 | 10001 | 1100001 | 1001100 |
Color Harmonies of #FDA987
Complementary color
Monochromatic Colors of #FDA987
Black with #FDA987
Text Example
Text Example
White with #FDA987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA987; }
p { color: rgb(253,169,135); }
H1.HeaderClassName
{
color: #FDA987;
}
.AnyTagClassName
{
color: #FDA987;
}
</style>
background-color css
<style>
a { background-color: #FDA987; }
a { background-color: rgb(253,169,135); }
div.DivClassName
{
background-color: #FDA987;
}
.BgClassName
{
background-color: #FDA987;
}
</style>
border-color css
<style>
span { border-color: #FDA987; }
span { border-color: rgb(253,169,135); }
td.TdClassName
{
border-color: #FDA987;
}
.TagClassName
{
border-color: #FDA987;
}
</style>