#FA7D75

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

Shades of Salmon #FA7D75

Tints of Salmon #FA7D75

Color information

#FA7D75 (or 0xFA7D75) is unknown color: approx Salmon. HEX triplet: FA, 7D and 75. RGB value is (250,125,117). Sum of RGB (Red+Green+Blue) = 250+125+117=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D75 is #05828A. Grayscale: #A1A1A1. Windows color (decimal): -361099 or 7699962. OLE color: 7699962.

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

Color convert

RGB250125117-
CMYK00.500.530.02
HSL3.61º93.01%71.96%-
HSV(B)3.61º53.2%98.04%-
XYZ49.9736.2821.2-
YUV161.46102.91191.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=50.81%
G=25.41%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012511700.500.530.023.6193.0171.96
HexFA7D7503235245d48
Octal3721751650626524135110
Binary111110101111101111010101100101101011010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7D75; }

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

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

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

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

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

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

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

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