#FA7C75

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

Shades of Salmon #FA7C75

Tints of Salmon #FA7C75

Color information

#FA7C75 (or 0xFA7C75) is unknown color: approx Salmon. HEX triplet: FA, 7C and 75. RGB value is (250,124,117). Sum of RGB (Red+Green+Blue) = 250+124+117=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C75 is #05838A. Grayscale: #A1A1A1. Windows color (decimal): -361355 or 7699706. OLE color: 7699706.

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

Color convert

RGB250124117-
CMYK00.500.530.02
HSL3.16º93.01%71.96%-
HSV(B)3.16º53.2%98.04%-
XYZ49.8436.0221.16-
YUV160.88103.24191.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.92%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=50.92%
G=25.25%
B=23.83%

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
Decimal25012411700.500.530.023.1693.0171.96
HexFA7C7503235235d48
Octal3721741650626523135110
Binary11111010111110011101010110010110101101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7C75; }

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

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

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

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

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

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

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

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