Shades of Salmon #FF826C
Tints of Salmon #FF826C
RGB
CMYK
RGB Variations
Color information
#FF826C (or 0xFF826C) is known color: Salmon. HEX triplet: FF, 82 and 6C. RGB value is (255,130,108). Sum of RGB (Red+Green+Blue) = 255+130+108=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF826C is #007D93. Grayscale: #A5A5A5. Windows color (decimal): -32148 or 7111423. OLE color: 7111423.
HSL color Cylindrical-coordinate representation of color #FF826C: hue angle of 8.98º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF826C is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 108 | - |
| CMYK | 0 | 0.49 | 0.58 | 0 |
| HSL | 8.98º | 1% | 0.71% | - |
| HSV(B) | 8.98º | 0.58% | 1% | - |
| XYZ | 51.93 | 38.31 | 18.84 | - |
| YUV | 164.87 | 95.91 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 108 | 0 | 0.49 | 0.58 | 0 | 8.98 | 1 | 0.71 |
| Hex | FF | 82 | 6C | 0 | 31 | 3A | 0 | 9 | 64 | 47 |
| Octal | 377 | 202 | 154 | 0 | 61 | 72 | 0 | 11 | 144 | 107 |
| Binary | 11111111 | 10000010 | 1101100 | 0 | 110001 | 111010 | 0 | 1001 | 1100100 | 1000111 |
Color Harmonies of #FF826C
Complementary color
Monochromatic Colors of #FF826C
Black with #FF826C
Text Example
Text Example
White with #FF826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF826C; }
p { color: rgb(255,130,108); }
H1.HeaderClassName
{
color: #FF826C;
}
.AnyTagClassName
{
color: #FF826C;
}
</style>
background-color css
<style>
a { background-color: #FF826C; }
a { background-color: rgb(255,130,108); }
div.DivClassName
{
background-color: #FF826C;
}
.BgClassName
{
background-color: #FF826C;
}
</style>
border-color css
<style>
span { border-color: #FF826C; }
span { border-color: rgb(255,130,108); }
td.TdClassName
{
border-color: #FF826C;
}
.TagClassName
{
border-color: #FF826C;
}
</style>