#FF837C

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

Shades of Salmon #FF837C

Tints of Salmon #FF837C

Color information

#FF837C (or 0xFF837C) is unknown color: approx Salmon. HEX triplet: FF, 83 and 7C. RGB value is (255,131,124). Sum of RGB (Red+Green+Blue) = 255+131+124=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF837C is #007C83. Grayscale: #A7A7A7. Windows color (decimal): -31876 or 8160255. OLE color: 8160255.

HSL color Cylindrical-coordinate representation of color #FF837C: hue angle of 3.21º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF837C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB255131124-
CMYK00.490.510
HSL3.21º100%74.31%-
HSV(B)3.21º51.37%100%-
XYZ52.9938.9523.79-
YUV167.28103.58190.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 124 (48.83% from 255) = 24.31%
R=50%
G=25.69%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513112400.490.5103.2110074.31
HexFF837C0313303644a
Octal3772031740616303144112
Binary11111111100000111111100011000111001101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF837C; }

 p { color: rgb(255,131,124); }

 H1.HeaderClassName
 {
   color: #FF837C;
 }
 .AnyTagClassName
 {
   color: #FF837C;
 }
</style>
background-color css

<style>
 a { background-color: #FF837C; }

 a { background-color: rgb(255,131,124); }

 div.DivClassName
 {
   background-color: #FF837C;
 }
 .BgClassName
 {
   background-color: #FF837C;
 }
</style>
border-color css

<style>
 span { border-color: #FF837C; }

 span { border-color: rgb(255,131,124); }

 td.TdClassName
 {
   border-color: #FF837C;
 }
 .TagClassName
 {
   border-color: #FF837C;
 }
</style>