#FF846C

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

Shades of Salmon #FF846C

Tints of Salmon #FF846C

Color information

#FF846C (or 0xFF846C) is unknown color: approx Salmon. HEX triplet: FF, 84 and 6C. RGB value is (255,132,108). Sum of RGB (Red+Green+Blue) = 255+132+108=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF846C is #007B93. Grayscale: #A6A6A6. Windows color (decimal): -31636 or 7111935. OLE color: 7111935.

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

Color convert

RGB255132108-
CMYK00.480.580
HSL9.8º100%71.18%-
HSV(B)9.8º57.65%100%-
XYZ52.238.8518.93-
YUV166.0495.25191.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=51.52%
G=26.67%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513210800.480.5809.810071.18
HexFF846C0303A0a6447
Octal37720415406072012144107
Binary1111111110000100110110001100001110100101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF846C; }

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

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

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

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

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

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

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

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