Shades of Light Salmon #FDA587
Tints of Light Salmon #FDA587
RGB
CMYK
RGB Variations
Color information
#FDA587 (or 0xFDA587) is known color: Light Salmon. HEX triplet: FD, A5 and 87. RGB value is (253,165,135). Sum of RGB (Red+Green+Blue) = 253+165+135=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA587 is #025A78. Grayscale: #BCBCBC. Windows color (decimal): -154233 or 8889853. OLE color: 8889853.
HSL color Cylindrical-coordinate representation of color #FDA587: hue angle of 15.25º 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 #FDA587 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 135 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.01 |
| HSL | 15.25º | 0.97% | 0.76% | - |
| HSV(B) | 15.25º | 0.47% | 0.99% | - |
| XYZ | 58.34 | 49.54 | 29.41 | - |
| YUV | 187.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 135 | 0 | 0.35 | 0.47 | 0.01 | 15.25 | 0.97 | 0.76 |
| Hex | FD | A5 | 87 | 0 | 23 | 2F | 1 | F | 61 | 4C |
| Octal | 375 | 245 | 207 | 0 | 43 | 57 | 1 | 17 | 141 | 114 |
| Binary | 11111101 | 10100101 | 10000111 | 0 | 100011 | 101111 | 1 | 1111 | 1100001 | 1001100 |
Color Harmonies of #FDA587
Complementary color
Monochromatic Colors of #FDA587
Black with #FDA587
Text Example
Text Example
White with #FDA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA587; }
p { color: rgb(253,165,135); }
H1.HeaderClassName
{
color: #FDA587;
}
.AnyTagClassName
{
color: #FDA587;
}
</style>
background-color css
<style>
a { background-color: #FDA587; }
a { background-color: rgb(253,165,135); }
div.DivClassName
{
background-color: #FDA587;
}
.BgClassName
{
background-color: #FDA587;
}
</style>
border-color css
<style>
span { border-color: #FDA587; }
span { border-color: rgb(253,165,135); }
td.TdClassName
{
border-color: #FDA587;
}
.TagClassName
{
border-color: #FDA587;
}
</style>