Shades of Salmon #FF8079
Tints of Salmon #FF8079
RGB
CMYK
RGB Variations
Color information
#FF8079 (or 0xFF8079) is known color: Salmon. HEX triplet: FF, 80 and 79. RGB value is (255,128,121). Sum of RGB (Red+Green+Blue) = 255+128+121=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8079 is #007F86. Grayscale: #A5A5A5. Windows color (decimal): -32647 or 7962879. OLE color: 7962879.
HSL color Cylindrical-coordinate representation of color #FF8079: hue angle of 3.13º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8079 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 121 | - |
| CMYK | 0 | 0.50 | 0.53 | 0 |
| HSL | 3.13º | 1% | 0.74% | - |
| HSV(B) | 3.13º | 0.53% | 1% | - |
| XYZ | 52.41 | 38.08 | 22.68 | - |
| YUV | 165.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 121 | 0 | 0.50 | 0.53 | 0 | 3.13 | 1 | 0.74 |
| Hex | FF | 80 | 79 | 0 | 32 | 35 | 0 | 3 | 64 | 4A |
| Octal | 377 | 200 | 171 | 0 | 62 | 65 | 0 | 3 | 144 | 112 |
| Binary | 11111111 | 10000000 | 1111001 | 0 | 110010 | 110101 | 0 | 11 | 1100100 | 1001010 |
Color Harmonies of #FF8079
Complementary color
Monochromatic Colors of #FF8079
Black with #FF8079
Text Example
Text Example
White with #FF8079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8079; }
p { color: rgb(255,128,121); }
H1.HeaderClassName
{
color: #FF8079;
}
.AnyTagClassName
{
color: #FF8079;
}
</style>
background-color css
<style>
a { background-color: #FF8079; }
a { background-color: rgb(255,128,121); }
div.DivClassName
{
background-color: #FF8079;
}
.BgClassName
{
background-color: #FF8079;
}
</style>
border-color css
<style>
span { border-color: #FF8079; }
span { border-color: rgb(255,128,121); }
td.TdClassName
{
border-color: #FF8079;
}
.TagClassName
{
border-color: #FF8079;
}
</style>