#FA8976

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

Shades of Salmon #FA8976

Tints of Salmon #FA8976

Color information

#FA8976 (or 0xFA8976) is unknown color: approx Salmon. HEX triplet: FA, 89 and 76. RGB value is (250,137,118). Sum of RGB (Red+Green+Blue) = 250+137+118=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8976 is #057689. Grayscale: #A8A8A8. Windows color (decimal): -358026 or 7768570. OLE color: 7768570.

HSL color Cylindrical-coordinate representation of color #FA8976: hue angle of 8.64º 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 #FA8976 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250137118-
CMYK00.450.530.02
HSL8.64º92.96%72.16%-
HSV(B)8.64º52.8%98.04%-
XYZ51.6439.5222.05-
YUV168.6299.44186.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 118 (46.48% from 255) = 23.37%
R=49.50%
G=27.13%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013711800.450.530.028.6492.9672.16
HexFA897602D35295d48
Octal37221116605565211135110
Binary11111010100010011110110010110111010110100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8976; }

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

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

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

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

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

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

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

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