#FF8780

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

Shades of Salmon #FF8780

Tints of Salmon #FF8780

Color information

#FF8780 (or 0xFF8780) is unknown color: approx Salmon. HEX triplet: FF, 87 and 80. RGB value is (255,135,128). Sum of RGB (Red+Green+Blue) = 255+135+128=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8780 is #00787F. Grayscale: #AAAAAA. Windows color (decimal): -30848 or 8423423. OLE color: 8423423.

HSL color Cylindrical-coordinate representation of color #FF8780: hue angle of 3.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8780 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255135128-
CMYK00.470.500
HSL3.31º100%75.1%-
HSV(B)3.31º49.8%100%-
XYZ53.840.1525.34-
YUV170.08104.26188.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 135 (53.12% from 255) = 26.06%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=49.23%
G=26.06%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513512800.470.5003.3110075.1
HexFF878002F3203644b
Octal3772072000576203144113
Binary111111111000011110000000010111111001001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8780; }

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

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

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

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

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

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

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

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