Shades of Light Salmon #FDA579
Tints of Light Salmon #FDA579
RGB
CMYK
RGB Variations
Color information
#FDA579 (or 0xFDA579) is known color: Light Salmon. HEX triplet: FD, A5 and 79. RGB value is (253,165,121). Sum of RGB (Red+Green+Blue) = 253+165+121=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA579 is #025A86. Grayscale: #BABABA. Windows color (decimal): -154247 or 7972349. OLE color: 7972349.
HSL color Cylindrical-coordinate representation of color #FDA579: hue angle of 20º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDA579 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 121 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.01 |
| HSL | 20º | 0.97% | 0.73% | - |
| HSV(B) | 20º | 0.52% | 0.99% | - |
| XYZ | 57.41 | 49.17 | 24.55 | - |
| YUV | 186.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 121 | 0 | 0.35 | 0.52 | 0.01 | 20 | 0.97 | 0.73 |
| Hex | FD | A5 | 79 | 0 | 23 | 34 | 1 | 14 | 61 | 49 |
| Octal | 375 | 245 | 171 | 0 | 43 | 64 | 1 | 24 | 141 | 111 |
| Binary | 11111101 | 10100101 | 1111001 | 0 | 100011 | 110100 | 1 | 10100 | 1100001 | 1001001 |
Color Harmonies of #FDA579
Complementary color
Monochromatic Colors of #FDA579
Black with #FDA579
Text Example
Text Example
White with #FDA579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA579; }
p { color: rgb(253,165,121); }
H1.HeaderClassName
{
color: #FDA579;
}
.AnyTagClassName
{
color: #FDA579;
}
</style>
background-color css
<style>
a { background-color: #FDA579; }
a { background-color: rgb(253,165,121); }
div.DivClassName
{
background-color: #FDA579;
}
.BgClassName
{
background-color: #FDA579;
}
</style>
border-color css
<style>
span { border-color: #FDA579; }
span { border-color: rgb(253,165,121); }
td.TdClassName
{
border-color: #FDA579;
}
.TagClassName
{
border-color: #FDA579;
}
</style>