#FF846F

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

Shades of Salmon #FF846F

Tints of Salmon #FF846F

Color information

#FF846F (or 0xFF846F) is unknown color: approx Salmon. HEX triplet: FF, 84 and 6F. RGB value is (255,132,111). Sum of RGB (Red+Green+Blue) = 255+132+111=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF846F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF846F is #007B90. Grayscale: #A6A6A6. Windows color (decimal): -31633 or 7308543. OLE color: 7308543.

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

Color convert

RGB255132111-
CMYK00.480.560
HSL8.75º100%71.76%-
HSV(B)8.75º56.47%100%-
XYZ52.3638.9119.79-
YUV166.3896.75191.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 111 (43.75% from 255) = 22.29%
R=51.20%
G=26.51%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513211100.480.5608.7510071.76
HexFF846F03038096448
Octal37720415706070011144110
Binary1111111110000100110111101100001110000100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF846F; }

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

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

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

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

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

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

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

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