Shades of Light Salmon #FDA682
Tints of Light Salmon #FDA682
RGB
CMYK
RGB Variations
Color information
#FDA682 (or 0xFDA682) is known color: Light Salmon. HEX triplet: FD, A6 and 82. RGB value is (253,166,130). Sum of RGB (Red+Green+Blue) = 253+166+130=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA682 is #02597D. Grayscale: #BCBCBC. Windows color (decimal): -153982 or 8562429. OLE color: 8562429.
HSL color Cylindrical-coordinate representation of color #FDA682: hue angle of 17.56º 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 #FDA682 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 130 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.01 |
| HSL | 17.56º | 0.97% | 0.75% | - |
| HSV(B) | 17.56º | 0.49% | 0.99% | - |
| XYZ | 58.17 | 49.77 | 27.66 | - |
| YUV | 187.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 130 | 0 | 0.34 | 0.49 | 0.01 | 17.56 | 0.97 | 0.75 |
| Hex | FD | A6 | 82 | 0 | 22 | 31 | 1 | 12 | 61 | 4B |
| Octal | 375 | 246 | 202 | 0 | 42 | 61 | 1 | 22 | 141 | 113 |
| Binary | 11111101 | 10100110 | 10000010 | 0 | 100010 | 110001 | 1 | 10010 | 1100001 | 1001011 |
Color Harmonies of #FDA682
Complementary color
Monochromatic Colors of #FDA682
Black with #FDA682
Text Example
Text Example
White with #FDA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA682; }
p { color: rgb(253,166,130); }
H1.HeaderClassName
{
color: #FDA682;
}
.AnyTagClassName
{
color: #FDA682;
}
</style>
background-color css
<style>
a { background-color: #FDA682; }
a { background-color: rgb(253,166,130); }
div.DivClassName
{
background-color: #FDA682;
}
.BgClassName
{
background-color: #FDA682;
}
</style>
border-color css
<style>
span { border-color: #FDA682; }
span { border-color: rgb(253,166,130); }
td.TdClassName
{
border-color: #FDA682;
}
.TagClassName
{
border-color: #FDA682;
}
</style>