Shades of Light Salmon #FDA182
Tints of Light Salmon #FDA182
RGB
CMYK
RGB Variations
Color information
#FDA182 (or 0xFDA182) is known color: Light Salmon. HEX triplet: FD, A1 and 82. RGB value is (253,161,130). Sum of RGB (Red+Green+Blue) = 253+161+130=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA182 is #025E7D. Grayscale: #B9B9B9. Windows color (decimal): -155262 or 8561149. OLE color: 8561149.
HSL color Cylindrical-coordinate representation of color #FDA182: hue angle of 15.12º 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 #FDA182 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 130 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.01 |
| HSL | 15.12º | 0.97% | 0.75% | - |
| HSV(B) | 15.12º | 0.49% | 0.99% | - |
| XYZ | 57.28 | 47.98 | 27.36 | - |
| YUV | 184.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 130 | 0 | 0.36 | 0.49 | 0.01 | 15.12 | 0.97 | 0.75 |
| Hex | FD | A1 | 82 | 0 | 24 | 31 | 1 | F | 61 | 4B |
| Octal | 375 | 241 | 202 | 0 | 44 | 61 | 1 | 17 | 141 | 113 |
| Binary | 11111101 | 10100001 | 10000010 | 0 | 100100 | 110001 | 1 | 1111 | 1100001 | 1001011 |
Color Harmonies of #FDA182
Complementary color
Monochromatic Colors of #FDA182
Black with #FDA182
Text Example
Text Example
White with #FDA182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA182; }
p { color: rgb(253,161,130); }
H1.HeaderClassName
{
color: #FDA182;
}
.AnyTagClassName
{
color: #FDA182;
}
</style>
background-color css
<style>
a { background-color: #FDA182; }
a { background-color: rgb(253,161,130); }
div.DivClassName
{
background-color: #FDA182;
}
.BgClassName
{
background-color: #FDA182;
}
</style>
border-color css
<style>
span { border-color: #FDA182; }
span { border-color: rgb(253,161,130); }
td.TdClassName
{
border-color: #FDA182;
}
.TagClassName
{
border-color: #FDA182;
}
</style>