#FF837E

Color #FF837E Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FF837E

Tints of Salmon #FF837E

Color information

#FF837E (or 0xFF837E) is unknown color: approx 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

RGB255131126-
CMYK00.490.510
HSL2.33º100%74.71%-
HSV(B)2.33º50.59%100%-
XYZ53.123924.47-
YUV167.51104.58190.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 126 (49.61% from 255) = 24.61%
R=49.80%
G=25.59%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513112600.490.5102.3310074.71
HexFF837E0313302644b
Octal3772031760616302144113
Binary11111111100000111111110011000111001101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>