Shades of Light Salmon #FDA282
Tints of Light Salmon #FDA282
RGB
CMYK
RGB Variations
Color information
#FDA282 (or 0xFDA282) is known color: Light Salmon. HEX triplet: FD, A2 and 82. RGB value is (253,162,130). Sum of RGB (Red+Green+Blue) = 253+162+130=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA282 is #025D7D. Grayscale: #B9B9B9. Windows color (decimal): -155006 or 8561405. OLE color: 8561405.
HSL color Cylindrical-coordinate representation of color #FDA282: hue angle of 15.61º 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 #FDA282 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 130 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.01 |
| HSL | 15.61º | 0.97% | 0.75% | - |
| HSV(B) | 15.61º | 0.49% | 0.99% | - |
| XYZ | 57.46 | 48.34 | 27.42 | - |
| YUV | 185.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 130 | 0 | 0.36 | 0.49 | 0.01 | 15.61 | 0.97 | 0.75 |
| Hex | FD | A2 | 82 | 0 | 24 | 31 | 1 | 10 | 61 | 4B |
| Octal | 375 | 242 | 202 | 0 | 44 | 61 | 1 | 20 | 141 | 113 |
| Binary | 11111101 | 10100010 | 10000010 | 0 | 100100 | 110001 | 1 | 10000 | 1100001 | 1001011 |
Color Harmonies of #FDA282
Complementary color
Monochromatic Colors of #FDA282
Black with #FDA282
Text Example
Text Example
White with #FDA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA282; }
p { color: rgb(253,162,130); }
H1.HeaderClassName
{
color: #FDA282;
}
.AnyTagClassName
{
color: #FDA282;
}
</style>
background-color css
<style>
a { background-color: #FDA282; }
a { background-color: rgb(253,162,130); }
div.DivClassName
{
background-color: #FDA282;
}
.BgClassName
{
background-color: #FDA282;
}
</style>
border-color css
<style>
span { border-color: #FDA282; }
span { border-color: rgb(253,162,130); }
td.TdClassName
{
border-color: #FDA282;
}
.TagClassName
{
border-color: #FDA282;
}
</style>