Shades of Light Salmon #FDA980
Tints of Light Salmon #FDA980
RGB
CMYK
RGB Variations
Color information
#FDA980 (or 0xFDA980) is known color: Light Salmon. HEX triplet: FD, A9 and 80. RGB value is (253,169,128). Sum of RGB (Red+Green+Blue) = 253+169+128=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA980 is #02567F. Grayscale: #BDBDBD. Windows color (decimal): -153216 or 8432125. OLE color: 8432125.
HSL color Cylindrical-coordinate representation of color #FDA980: hue angle of 19.68º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDA980 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 128 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.01 |
| HSL | 19.68º | 0.97% | 0.75% | - |
| HSV(B) | 19.68º | 0.49% | 0.99% | - |
| XYZ | 58.59 | 50.82 | 27.14 | - |
| YUV | 189.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 128 | 0 | 0.33 | 0.49 | 0.01 | 19.68 | 0.97 | 0.75 |
| Hex | FD | A9 | 80 | 0 | 21 | 31 | 1 | 14 | 61 | 4B |
| Octal | 375 | 251 | 200 | 0 | 41 | 61 | 1 | 24 | 141 | 113 |
| Binary | 11111101 | 10101001 | 10000000 | 0 | 100001 | 110001 | 1 | 10100 | 1100001 | 1001011 |
Color Harmonies of #FDA980
Complementary color
Monochromatic Colors of #FDA980
Black with #FDA980
Text Example
Text Example
White with #FDA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA980; }
p { color: rgb(253,169,128); }
H1.HeaderClassName
{
color: #FDA980;
}
.AnyTagClassName
{
color: #FDA980;
}
</style>
background-color css
<style>
a { background-color: #FDA980; }
a { background-color: rgb(253,169,128); }
div.DivClassName
{
background-color: #FDA980;
}
.BgClassName
{
background-color: #FDA980;
}
</style>
border-color css
<style>
span { border-color: #FDA980; }
span { border-color: rgb(253,169,128); }
td.TdClassName
{
border-color: #FDA980;
}
.TagClassName
{
border-color: #FDA980;
}
</style>