#FA756B

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

Shades of Salmon #FA756B

Tints of Salmon #FA756B

Color information

#FA756B (or 0xFA756B) is unknown color: approx Salmon. HEX triplet: FA, 75 and 6B. RGB value is (250,117,107). Sum of RGB (Red+Green+Blue) = 250+117+107=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA756B is #058A94. Grayscale: #9B9B9B. Windows color (decimal): -363157 or 7042554. OLE color: 7042554.

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

Color convert

RGB250117107-
CMYK00.530.570.02
HSL4.2º93.46%70%-
HSV(B)4.2º57.2%98.04%-
XYZ48.4434.1117.94-
YUV155.63100.56195.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.74%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 107 (42.19% from 255) = 22.57%
R=52.74%
G=24.68%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011710700.530.570.024.293.4670
HexFA756B03539245d46
Octal3721651530657124135106
Binary111110101110101110101101101011110011010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA756B; }

 p { color: rgb(250,117,107); }

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

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

 a { background-color: rgb(250,117,107); }

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

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

 span { border-color: rgb(250,117,107); }

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