Shades of Salmon #FD8079
Tints of Salmon #FD8079
RGB
CMYK
RGB Variations
Color information
#FD8079 (or 0xFD8079) is known color: Salmon. HEX triplet: FD, 80 and 79. RGB value is (253,128,121). Sum of RGB (Red+Green+Blue) = 253+128+121=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8079 is #027F86. Grayscale: #A4A4A4. Windows color (decimal): -163719 or 7962877. OLE color: 7962877.
HSL color Cylindrical-coordinate representation of color #FD8079: hue angle of 3.18º 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 #FD8079 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 121 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.01 |
| HSL | 3.18º | 0.97% | 0.73% | - |
| HSV(B) | 3.18º | 0.52% | 0.99% | - |
| XYZ | 51.68 | 37.7 | 22.64 | - |
| YUV | 164.58 | 103.41 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 121 | 0 | 0.49 | 0.52 | 0.01 | 3.18 | 0.97 | 0.73 |
| Hex | FD | 80 | 79 | 0 | 31 | 34 | 1 | 3 | 61 | 49 |
| Octal | 375 | 200 | 171 | 0 | 61 | 64 | 1 | 3 | 141 | 111 |
| Binary | 11111101 | 10000000 | 1111001 | 0 | 110001 | 110100 | 1 | 11 | 1100001 | 1001001 |
Color Harmonies of #FD8079
Complementary color
Monochromatic Colors of #FD8079
Black with #FD8079
Text Example
Text Example
White with #FD8079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8079; }
p { color: rgb(253,128,121); }
H1.HeaderClassName
{
color: #FD8079;
}
.AnyTagClassName
{
color: #FD8079;
}
</style>
background-color css
<style>
a { background-color: #FD8079; }
a { background-color: rgb(253,128,121); }
div.DivClassName
{
background-color: #FD8079;
}
.BgClassName
{
background-color: #FD8079;
}
</style>
border-color css
<style>
span { border-color: #FD8079; }
span { border-color: rgb(253,128,121); }
td.TdClassName
{
border-color: #FD8079;
}
.TagClassName
{
border-color: #FD8079;
}
</style>