Shades of Salmon #FF837E
Tints of Salmon #FF837E
RGB
CMYK
RGB Variations
Color information
#FF837E (or 0xFF837E) is known color: Salmon. HEX triplet: FF, 83 and 7E. RGB value is (255,131,126). Sum of RGB (Red+Green+Blue) = 255+131+126=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF837E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF837E is #007C81. Grayscale: #A7A7A7. Windows color (decimal): -31874 or 8291327. OLE color: 8291327.
HSL color Cylindrical-coordinate representation of color #FF837E: hue angle of 2.33º 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 #FF837E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 126 | - |
| CMYK | 0 | 0.49 | 0.51 | 0 |
| HSL | 2.33º | 1% | 0.75% | - |
| HSV(B) | 2.33º | 0.51% | 1% | - |
| XYZ | 53.12 | 39 | 24.47 | - |
| YUV | 167.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 126 | 0 | 0.49 | 0.51 | 0 | 2.33 | 1 | 0.75 |
| Hex | FF | 83 | 7E | 0 | 31 | 33 | 0 | 2 | 64 | 4B |
| Octal | 377 | 203 | 176 | 0 | 61 | 63 | 0 | 2 | 144 | 113 |
| Binary | 11111111 | 10000011 | 1111110 | 0 | 110001 | 110011 | 0 | 10 | 1100100 | 1001011 |
Color Harmonies of #FF837E
Complementary color
Monochromatic Colors of #FF837E
Black with #FF837E
Text Example
Text Example
White with #FF837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF837E; }
p { color: rgb(255,131,126); }
H1.HeaderClassName
{
color: #FF837E;
}
.AnyTagClassName
{
color: #FF837E;
}
</style>
background-color css
<style>
a { background-color: #FF837E; }
a { background-color: rgb(255,131,126); }
div.DivClassName
{
background-color: #FF837E;
}
.BgClassName
{
background-color: #FF837E;
}
</style>
border-color css
<style>
span { border-color: #FF837E; }
span { border-color: rgb(255,131,126); }
td.TdClassName
{
border-color: #FF837E;
}
.TagClassName
{
border-color: #FF837E;
}
</style>