Shades of Salmon #FF8279
Tints of Salmon #FF8279
RGB
CMYK
RGB Variations
Color information
#FF8279 (or 0xFF8279) is known color: Salmon. HEX triplet: FF, 82 and 79. RGB value is (255,130,121). Sum of RGB (Red+Green+Blue) = 255+130+121=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8279 is #007D86. Grayscale: #A6A6A6. Windows color (decimal): -32135 or 7963391. OLE color: 7963391.
HSL color Cylindrical-coordinate representation of color #FF8279: hue angle of 4.03º 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 #FF8279 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 121 | - |
| CMYK | 0 | 0.49 | 0.53 | 0 |
| HSL | 4.03º | 1% | 0.74% | - |
| HSV(B) | 4.03º | 0.53% | 1% | - |
| XYZ | 52.67 | 38.61 | 22.76 | - |
| YUV | 166.35 | 102.41 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 121 | 0 | 0.49 | 0.53 | 0 | 4.03 | 1 | 0.74 |
| Hex | FF | 82 | 79 | 0 | 31 | 35 | 0 | 4 | 64 | 4A |
| Octal | 377 | 202 | 171 | 0 | 61 | 65 | 0 | 4 | 144 | 112 |
| Binary | 11111111 | 10000010 | 1111001 | 0 | 110001 | 110101 | 0 | 100 | 1100100 | 1001010 |
Color Harmonies of #FF8279
Complementary color
Monochromatic Colors of #FF8279
Black with #FF8279
Text Example
Text Example
White with #FF8279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8279; }
p { color: rgb(255,130,121); }
H1.HeaderClassName
{
color: #FF8279;
}
.AnyTagClassName
{
color: #FF8279;
}
</style>
background-color css
<style>
a { background-color: #FF8279; }
a { background-color: rgb(255,130,121); }
div.DivClassName
{
background-color: #FF8279;
}
.BgClassName
{
background-color: #FF8279;
}
</style>
border-color css
<style>
span { border-color: #FF8279; }
span { border-color: rgb(255,130,121); }
td.TdClassName
{
border-color: #FF8279;
}
.TagClassName
{
border-color: #FF8279;
}
</style>