Html Css Color HEX #FF8780 Salmon

📋 copy color: '#FF8780'

red 255 ◦ green 135 ◦ blue 128

#FF8780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FF8780

Tints of Salmon #FF8780

RGB

 RED value IS 255 (100% from 255) = 49.23%

 GREEN value IS 135 (53.13% 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 value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF8780 (or 0xFF8780) is known color: 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

RGB 255 135 128 -
CMYK 0 0.47 0.50 0
HSL 3.31º 1% 0.75% -
HSV(B) 3.31º 0.5% 1% -
XYZ 53.8 40.15 25.34 -
YUV 170.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 255 135 128 0 0.47 0.50 0 3.31 1 0.75
Hex FF 87 80 0 2F 32 0 3 64 4B
Octal 377 207 200 0 57 62 0 3 144 113
Binary 11111111 10000111 10000000 0 101111 110010 0 11 1100100 1001011

Color Harmonies of #FF8780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8780

Black with #FF8780

Text Example


Text Example

White with #FF8780

Text Example


Text Example

HTML Codes & Css Web 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>