#FF806C

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

Shades of Salmon #FF806C

Tints of Salmon #FF806C

Color information

#FF806C (or 0xFF806C) is unknown color: approx Salmon. HEX triplet: FF, 80 and 6C. RGB value is (255,128,108). Sum of RGB (Red+Green+Blue) = 255+128+108=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF806C is #007F93. Grayscale: #A3A3A3. Windows color (decimal): -32660 or 7110911. OLE color: 7110911.

HSL color Cylindrical-coordinate representation of color #FF806C: hue angle of 8.16º 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 #FF806C is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255128108-
CMYK00.500.580
HSL8.16º100%71.18%-
HSV(B)8.16º57.65%100%-
XYZ51.6737.7818.76-
YUV163.6996.58193.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=51.93%
G=26.07%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512810800.500.5808.1610071.18
HexFF806C0323A086447
Octal37720015406272010144107
Binary1111111110000000110110001100101110100100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF806C; }

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

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

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

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

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

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

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

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