#FF826C

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

Shades of Salmon #FF826C

Tints of Salmon #FF826C

Color information

#FF826C (or 0xFF826C) is unknown color: approx Salmon. HEX triplet: FF, 82 and 6C. RGB value is (255,130,108). Sum of RGB (Red+Green+Blue) = 255+130+108=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF826C is #007D93. Grayscale: #A5A5A5. Windows color (decimal): -32148 or 7111423. OLE color: 7111423.

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

Color convert

RGB255130108-
CMYK00.490.580
HSL8.98º100%71.18%-
HSV(B)8.98º57.65%100%-
XYZ51.9338.3118.84-
YUV164.8795.91192.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=51.72%
G=26.37%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513010800.490.5808.9810071.18
HexFF826C0313A096447
Octal37720215406172011144107
Binary1111111110000010110110001100011110100100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF826C; }

 p { color: rgb(255,130,108); }

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

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

 a { background-color: rgb(255,130,108); }

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

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

 span { border-color: rgb(255,130,108); }

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