Shades of Salmon #FF837A
Tints of Salmon #FF837A
RGB
CMYK
RGB Variations
Color information
#FF837A (or 0xFF837A) is known color: Salmon. HEX triplet: FF, 83 and 7A. RGB value is (255,131,122). Sum of RGB (Red+Green+Blue) = 255+131+122=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF837A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF837A is #007C85. Grayscale: #A7A7A7. Windows color (decimal): -31878 or 8029183. OLE color: 8029183.
HSL color Cylindrical-coordinate representation of color #FF837A: hue angle of 4.06º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF837A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 122 | - |
| CMYK | 0 | 0.49 | 0.52 | 0 |
| HSL | 4.06º | 1% | 0.74% | - |
| HSV(B) | 4.06º | 0.52% | 1% | - |
| XYZ | 52.87 | 38.9 | 23.13 | - |
| YUV | 167.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 122 | 0 | 0.49 | 0.52 | 0 | 4.06 | 1 | 0.74 |
| Hex | FF | 83 | 7A | 0 | 31 | 34 | 0 | 4 | 64 | 4A |
| Octal | 377 | 203 | 172 | 0 | 61 | 64 | 0 | 4 | 144 | 112 |
| Binary | 11111111 | 10000011 | 1111010 | 0 | 110001 | 110100 | 0 | 100 | 1100100 | 1001010 |
Color Harmonies of #FF837A
Complementary color
Monochromatic Colors of #FF837A
Black with #FF837A
Text Example
Text Example
White with #FF837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF837A; }
p { color: rgb(255,131,122); }
H1.HeaderClassName
{
color: #FF837A;
}
.AnyTagClassName
{
color: #FF837A;
}
</style>
background-color css
<style>
a { background-color: #FF837A; }
a { background-color: rgb(255,131,122); }
div.DivClassName
{
background-color: #FF837A;
}
.BgClassName
{
background-color: #FF837A;
}
</style>
border-color css
<style>
span { border-color: #FF837A; }
span { border-color: rgb(255,131,122); }
td.TdClassName
{
border-color: #FF837A;
}
.TagClassName
{
border-color: #FF837A;
}
</style>