#FF706F

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

Shades of Salmon #FF706F

Tints of Salmon #FF706F

Color information

#FF706F (or 0xFF706F) is unknown color: approx Salmon. HEX triplet: FF, 70 and 6F. RGB value is (255,112,111). Sum of RGB (Red+Green+Blue) = 255+112+111=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF706F is #008F90. Grayscale: #9A9A9A. Windows color (decimal): -36753 or 7303423. OLE color: 7303423.

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

Color convert

RGB255112111-
CMYK00.560.560
HSL0.42º100%71.76%-
HSV(B)0.42º56.47%100%-
XYZ49.93418.97-
YUV154.64103.38199.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.35%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 111 (43.75% from 255) = 23.22%
R=53.35%
G=23.43%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511211100.560.5600.4210071.76
HexFF706F03838006448
Octal3771601570707000144110
Binary111111111110000110111101110001110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF706F; }

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

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

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

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

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

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

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

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