#FF846A

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

Shades of Salmon #FF846A

Tints of Salmon #FF846A

Color information

#FF846A (or 0xFF846A) is unknown color: approx Salmon. HEX triplet: FF, 84 and 6A. RGB value is (255,132,106). Sum of RGB (Red+Green+Blue) = 255+132+106=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF846A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF846A is #007B95. Grayscale: #A6A6A6. Windows color (decimal): -31638 or 6980863. OLE color: 6980863.

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

Color convert

RGB255132106-
CMYK00.480.580
HSL10.47º100%70.78%-
HSV(B)10.47º58.43%100%-
XYZ52.0938.818.38-
YUV165.8194.25191.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=51.72%
G=26.77%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513210600.480.58010.4710070.78
HexFF846A0303A0a6447
Octal37720415206072012144107
Binary1111111110000100110101001100001110100101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF846A; }

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

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

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

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

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

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

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

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