Shades of Salmon #FF827D
Tints of Salmon #FF827D
RGB
CMYK
RGB Variations
Color information
#FF827D (or 0xFF827D) is known color: Salmon. HEX triplet: FF, 82 and 7D. RGB value is (255,130,125). Sum of RGB (Red+Green+Blue) = 255+130+125=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF827D is #007D82. Grayscale: #A6A6A6. Windows color (decimal): -32131 or 8225535. OLE color: 8225535.
HSL color Cylindrical-coordinate representation of color #FF827D: hue angle of 2.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF827D is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 125 | - |
| CMYK | 0 | 0.49 | 0.51 | 0 |
| HSL | 2.31º | 1% | 0.75% | - |
| HSV(B) | 2.31º | 0.51% | 1% | - |
| XYZ | 52.92 | 38.71 | 24.08 | - |
| YUV | 166.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 125 | 0 | 0.49 | 0.51 | 0 | 2.31 | 1 | 0.75 |
| Hex | FF | 82 | 7D | 0 | 31 | 33 | 0 | 2 | 64 | 4B |
| Octal | 377 | 202 | 175 | 0 | 61 | 63 | 0 | 2 | 144 | 113 |
| Binary | 11111111 | 10000010 | 1111101 | 0 | 110001 | 110011 | 0 | 10 | 1100100 | 1001011 |
Color Harmonies of #FF827D
Complementary color
Monochromatic Colors of #FF827D
Black with #FF827D
Text Example
Text Example
White with #FF827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF827D; }
p { color: rgb(255,130,125); }
H1.HeaderClassName
{
color: #FF827D;
}
.AnyTagClassName
{
color: #FF827D;
}
</style>
background-color css
<style>
a { background-color: #FF827D; }
a { background-color: rgb(255,130,125); }
div.DivClassName
{
background-color: #FF827D;
}
.BgClassName
{
background-color: #FF827D;
}
</style>
border-color css
<style>
span { border-color: #FF827D; }
span { border-color: rgb(255,130,125); }
td.TdClassName
{
border-color: #FF827D;
}
.TagClassName
{
border-color: #FF827D;
}
</style>