Shades of Salmon #FD8279
Tints of Salmon #FD8279
RGB
CMYK
RGB Variations
Color information
#FD8279 (or 0xFD8279) is known color: Salmon. HEX triplet: FD, 82 and 79. RGB value is (253,130,121). Sum of RGB (Red+Green+Blue) = 253+130+121=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8279 is #027D86. Grayscale: #A5A5A5. Windows color (decimal): -163207 or 7963389. OLE color: 7963389.
HSL color Cylindrical-coordinate representation of color #FD8279: hue angle of 4.09º 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 #FD8279 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 121 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.01 |
| HSL | 4.09º | 0.97% | 0.73% | - |
| HSV(B) | 4.09º | 0.52% | 0.99% | - |
| XYZ | 51.94 | 38.23 | 22.73 | - |
| YUV | 165.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 121 | 0 | 0.49 | 0.52 | 0.01 | 4.09 | 0.97 | 0.73 |
| Hex | FD | 82 | 79 | 0 | 31 | 34 | 1 | 4 | 61 | 49 |
| Octal | 375 | 202 | 171 | 0 | 61 | 64 | 1 | 4 | 141 | 111 |
| Binary | 11111101 | 10000010 | 1111001 | 0 | 110001 | 110100 | 1 | 100 | 1100001 | 1001001 |
Color Harmonies of #FD8279
Complementary color
Monochromatic Colors of #FD8279
Black with #FD8279
Text Example
Text Example
White with #FD8279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8279; }
p { color: rgb(253,130,121); }
H1.HeaderClassName
{
color: #FD8279;
}
.AnyTagClassName
{
color: #FD8279;
}
</style>
background-color css
<style>
a { background-color: #FD8279; }
a { background-color: rgb(253,130,121); }
div.DivClassName
{
background-color: #FD8279;
}
.BgClassName
{
background-color: #FD8279;
}
</style>
border-color css
<style>
span { border-color: #FD8279; }
span { border-color: rgb(253,130,121); }
td.TdClassName
{
border-color: #FD8279;
}
.TagClassName
{
border-color: #FD8279;
}
</style>