#FA8A76

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

Shades of Salmon #FA8A76

Tints of Salmon #FA8A76

Color information

#FA8A76 (or 0xFA8A76) is unknown color: approx Salmon. HEX triplet: FA, 8A and 76. RGB value is (250,138,118). Sum of RGB (Red+Green+Blue) = 250+138+118=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A76 is #057589. Grayscale: #A9A9A9. Windows color (decimal): -357770 or 7768826. OLE color: 7768826.

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

Color convert

RGB250138118-
CMYK00.450.530.02
HSL9.09º92.96%72.16%-
HSV(B)9.09º52.8%98.04%-
XYZ51.7839.8122.09-
YUV169.2199.11185.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.41%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=49.41%
G=27.27%
B=23.32%

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
Decimal25013811800.450.530.029.0992.9672.16
HexFA8A7602D35295d48
Octal37221216605565211135110
Binary11111010100010101110110010110111010110100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8A76; }

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

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

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

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

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

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

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

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