#FF846B

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

Shades of Salmon #FF846B

Tints of Salmon #FF846B

Color information

#FF846B (or 0xFF846B) is unknown color: approx Salmon. HEX triplet: FF, 84 and 6B. RGB value is (255,132,107). Sum of RGB (Red+Green+Blue) = 255+132+107=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF846B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF846B is #007B94. Grayscale: #A6A6A6. Windows color (decimal): -31637 or 7046399. OLE color: 7046399.

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

Color convert

RGB255132107-
CMYK00.480.580
HSL10.14º100%70.98%-
HSV(B)10.14º58.04%100%-
XYZ52.1538.8218.66-
YUV165.9394.75191.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 107 (42.19% from 255) = 21.66%
R=51.62%
G=26.72%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513210700.480.58010.1410070.98
HexFF846B0303A0a6447
Octal37720415306072012144107
Binary1111111110000100110101101100001110100101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF846B; }

 p { color: rgb(255,132,107); }

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

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

 a { background-color: rgb(255,132,107); }

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

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

 span { border-color: rgb(255,132,107); }

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