#FA8776

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

Shades of Salmon #FA8776

Tints of Salmon #FA8776

Color information

#FA8776 (or 0xFA8776) is unknown color: approx Salmon. HEX triplet: FA, 87 and 76. RGB value is (250,135,118). Sum of RGB (Red+Green+Blue) = 250+135+118=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8776 is #057889. Grayscale: #A7A7A7. Windows color (decimal): -358538 or 7768058. OLE color: 7768058.

HSL color Cylindrical-coordinate representation of color #FA8776: hue angle of 7.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA8776 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250135118-
CMYK00.460.530.02
HSL7.73º92.96%72.16%-
HSV(B)7.73º52.8%98.04%-
XYZ51.3638.9621.95-
YUV167.45100.1186.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 118 (46.48% from 255) = 23.46%
R=49.70%
G=26.84%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013511800.460.530.027.7392.9672.16
HexFA877602E35285d48
Octal37220716605665210135110
Binary11111010100001111110110010111011010110100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8776; }

 p { color: rgb(250,135,118); }

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

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

 a { background-color: rgb(250,135,118); }

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

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

 span { border-color: rgb(250,135,118); }

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