#FF8770

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

Shades of Salmon #FF8770

Tints of Salmon #FF8770

Color information

#FF8770 (or 0xFF8770) is unknown color: approx Salmon. HEX triplet: FF, 87 and 70. RGB value is (255,135,112). Sum of RGB (Red+Green+Blue) = 255+135+112=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8770 is #00788F. Grayscale: #A8A8A8. Windows color (decimal): -30864 or 7374847. OLE color: 7374847.

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

Color convert

RGB255135112-
CMYK00.470.560
HSL9.65º100%71.96%-
HSV(B)9.65º56.08%100%-
XYZ52.8339.7620.22-
YUV168.2696.26189.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 135 (53.12% from 255) = 26.89%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=50.80%
G=26.89%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513511200.470.5609.6510071.96
HexFF877002F380a6448
Octal37720716005770012144110
Binary1111111110000111111000001011111110000101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8770; }

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

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

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

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

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

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

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

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