#FF8370

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

Shades of Salmon #FF8370

Tints of Salmon #FF8370

Color information

#FF8370 (or 0xFF8370) is unknown color: approx Salmon. HEX triplet: FF, 83 and 70. RGB value is (255,131,112). Sum of RGB (Red+Green+Blue) = 255+131+112=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8370 is #007C8F. Grayscale: #A6A6A6. Windows color (decimal): -31888 or 7373823. OLE color: 7373823.

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

Color convert

RGB255131112-
CMYK00.490.560
HSL7.97º100%71.96%-
HSV(B)7.97º56.08%100%-
XYZ52.2838.6620.04-
YUV165.9197.58191.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 112 (44.14% from 255) = 22.49%
R=51.20%
G=26.31%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513111200.490.5607.9710071.96
HexFF837003138086448
Octal37720316006170010144110
Binary1111111110000011111000001100011110000100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8370; }

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

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

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

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

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

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

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

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