Shades of Light Salmon #FDA279
Tints of Light Salmon #FDA279
RGB
CMYK
RGB Variations
Color information
#FDA279 (or 0xFDA279) is known color: Light Salmon. HEX triplet: FD, A2 and 79. RGB value is (253,162,121). Sum of RGB (Red+Green+Blue) = 253+162+121=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA279 is #025D86. Grayscale: #B8B8B8. Windows color (decimal): -155015 or 7971581. OLE color: 7971581.
HSL color Cylindrical-coordinate representation of color #FDA279: hue angle of 18.64º 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 #FDA279 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 121 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.01 |
| HSL | 18.64º | 0.97% | 0.73% | - |
| HSV(B) | 18.64º | 0.52% | 0.99% | - |
| XYZ | 56.88 | 48.1 | 24.38 | - |
| YUV | 184.54 | 92.15 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 121 | 0 | 0.36 | 0.52 | 0.01 | 18.64 | 0.97 | 0.73 |
| Hex | FD | A2 | 79 | 0 | 24 | 34 | 1 | 13 | 61 | 49 |
| Octal | 375 | 242 | 171 | 0 | 44 | 64 | 1 | 23 | 141 | 111 |
| Binary | 11111101 | 10100010 | 1111001 | 0 | 100100 | 110100 | 1 | 10011 | 1100001 | 1001001 |
Color Harmonies of #FDA279
Complementary color
Monochromatic Colors of #FDA279
Black with #FDA279
Text Example
Text Example
White with #FDA279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA279; }
p { color: rgb(253,162,121); }
H1.HeaderClassName
{
color: #FDA279;
}
.AnyTagClassName
{
color: #FDA279;
}
</style>
background-color css
<style>
a { background-color: #FDA279; }
a { background-color: rgb(253,162,121); }
div.DivClassName
{
background-color: #FDA279;
}
.BgClassName
{
background-color: #FDA279;
}
</style>
border-color css
<style>
span { border-color: #FDA279; }
span { border-color: rgb(253,162,121); }
td.TdClassName
{
border-color: #FDA279;
}
.TagClassName
{
border-color: #FDA279;
}
</style>