Shades of Salmon #FF827E
Tints of Salmon #FF827E
RGB
CMYK
RGB Variations
Color information
#FF827E (or 0xFF827E) is known color: Salmon. HEX triplet: FF, 82 and 7E. RGB value is (255,130,126). Sum of RGB (Red+Green+Blue) = 255+130+126=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF827E is #007D81. Grayscale: #A7A7A7. Windows color (decimal): -32130 or 8291071. OLE color: 8291071.
HSL color Cylindrical-coordinate representation of color #FF827E: hue angle of 1.86º 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 #FF827E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 126 | - |
| CMYK | 0 | 0.49 | 0.51 | 0 |
| HSL | 1.86º | 1% | 0.75% | - |
| HSV(B) | 1.86º | 0.51% | 1% | - |
| XYZ | 52.99 | 38.73 | 24.42 | - |
| YUV | 166.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 126 | 0 | 0.49 | 0.51 | 0 | 1.86 | 1 | 0.75 |
| Hex | FF | 82 | 7E | 0 | 31 | 33 | 0 | 2 | 64 | 4B |
| Octal | 377 | 202 | 176 | 0 | 61 | 63 | 0 | 2 | 144 | 113 |
| Binary | 11111111 | 10000010 | 1111110 | 0 | 110001 | 110011 | 0 | 10 | 1100100 | 1001011 |
Color Harmonies of #FF827E
Complementary color
Monochromatic Colors of #FF827E
Black with #FF827E
Text Example
Text Example
White with #FF827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF827E; }
p { color: rgb(255,130,126); }
H1.HeaderClassName
{
color: #FF827E;
}
.AnyTagClassName
{
color: #FF827E;
}
</style>
background-color css
<style>
a { background-color: #FF827E; }
a { background-color: rgb(255,130,126); }
div.DivClassName
{
background-color: #FF827E;
}
.BgClassName
{
background-color: #FF827E;
}
</style>
border-color css
<style>
span { border-color: #FF827E; }
span { border-color: rgb(255,130,126); }
td.TdClassName
{
border-color: #FF827E;
}
.TagClassName
{
border-color: #FF827E;
}
</style>