Shades of Light Salmon #FDA377
Tints of Light Salmon #FDA377
RGB
CMYK
RGB Variations
Color information
#FDA377 (or 0xFDA377) is known color: Light Salmon. HEX triplet: FD, A3 and 77. RGB value is (253,163,119). Sum of RGB (Red+Green+Blue) = 253+163+119=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA377 is #025C88. Grayscale: #B9B9B9. Windows color (decimal): -154761 or 7840765. OLE color: 7840765.
HSL color Cylindrical-coordinate representation of color #FDA377: hue angle of 19.7º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDA377 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 119 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.01 |
| HSL | 19.7º | 0.97% | 0.73% | - |
| HSV(B) | 19.7º | 0.53% | 0.99% | - |
| XYZ | 56.93 | 48.41 | 23.8 | - |
| YUV | 184.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 119 | 0 | 0.36 | 0.53 | 0.01 | 19.7 | 0.97 | 0.73 |
| Hex | FD | A3 | 77 | 0 | 24 | 35 | 1 | 14 | 61 | 49 |
| Octal | 375 | 243 | 167 | 0 | 44 | 65 | 1 | 24 | 141 | 111 |
| Binary | 11111101 | 10100011 | 1110111 | 0 | 100100 | 110101 | 1 | 10100 | 1100001 | 1001001 |
Color Harmonies of #FDA377
Complementary color
Monochromatic Colors of #FDA377
Black with #FDA377
Text Example
Text Example
White with #FDA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA377; }
p { color: rgb(253,163,119); }
H1.HeaderClassName
{
color: #FDA377;
}
.AnyTagClassName
{
color: #FDA377;
}
</style>
background-color css
<style>
a { background-color: #FDA377; }
a { background-color: rgb(253,163,119); }
div.DivClassName
{
background-color: #FDA377;
}
.BgClassName
{
background-color: #FDA377;
}
</style>
border-color css
<style>
span { border-color: #FDA377; }
span { border-color: rgb(253,163,119); }
td.TdClassName
{
border-color: #FDA377;
}
.TagClassName
{
border-color: #FDA377;
}
</style>