Shades of Salmon #FF826D
Tints of Salmon #FF826D
RGB
CMYK
RGB Variations
Color information
#FF826D (or 0xFF826D) is known color: Salmon. HEX triplet: FF, 82 and 6D. RGB value is (255,130,109). Sum of RGB (Red+Green+Blue) = 255+130+109=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF826D is #007D92. Grayscale: #A5A5A5. Windows color (decimal): -32147 or 7176959. OLE color: 7176959.
HSL color Cylindrical-coordinate representation of color #FF826D: hue angle of 8.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF826D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 109 | - |
| CMYK | 0 | 0.49 | 0.57 | 0 |
| HSL | 8.63º | 1% | 0.71% | - |
| HSV(B) | 8.63º | 0.57% | 1% | - |
| XYZ | 51.98 | 38.33 | 19.13 | - |
| YUV | 164.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 109 | 0 | 0.49 | 0.57 | 0 | 8.63 | 1 | 0.71 |
| Hex | FF | 82 | 6D | 0 | 31 | 39 | 0 | 9 | 64 | 47 |
| Octal | 377 | 202 | 155 | 0 | 61 | 71 | 0 | 11 | 144 | 107 |
| Binary | 11111111 | 10000010 | 1101101 | 0 | 110001 | 111001 | 0 | 1001 | 1100100 | 1000111 |
Color Harmonies of #FF826D
Complementary color
Monochromatic Colors of #FF826D
Black with #FF826D
Text Example
Text Example
White with #FF826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF826D; }
p { color: rgb(255,130,109); }
H1.HeaderClassName
{
color: #FF826D;
}
.AnyTagClassName
{
color: #FF826D;
}
</style>
background-color css
<style>
a { background-color: #FF826D; }
a { background-color: rgb(255,130,109); }
div.DivClassName
{
background-color: #FF826D;
}
.BgClassName
{
background-color: #FF826D;
}
</style>
border-color css
<style>
span { border-color: #FF826D; }
span { border-color: rgb(255,130,109); }
td.TdClassName
{
border-color: #FF826D;
}
.TagClassName
{
border-color: #FF826D;
}
</style>