#FA7D6C

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

Shades of Salmon #FA7D6C

Tints of Salmon #FA7D6C

Color information

#FA7D6C (or 0xFA7D6C) is unknown color: approx Salmon. HEX triplet: FA, 7D and 6C. RGB value is (250,125,108). Sum of RGB (Red+Green+Blue) = 250+125+108=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D6C is #058293. Grayscale: #A0A0A0. Windows color (decimal): -361108 or 7110138. OLE color: 7110138.

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

Color convert

RGB250125108-
CMYK00.500.570.02
HSL7.18º93.42%70.2%-
HSV(B)7.18º56.8%98.04%-
XYZ49.4636.0718.54-
YUV160.4498.41191.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.76%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=51.76%
G=25.88%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012510800.500.570.027.1893.4270.2
HexFA7D6C03239275d46
Octal3721751540627127135106
Binary111110101111101110110001100101110011011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7D6C; }

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

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

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

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

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

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

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

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