#FA7A6C

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

Shades of Salmon #FA7A6C

Tints of Salmon #FA7A6C

Color information

#FA7A6C (or 0xFA7A6C) is unknown color: approx Salmon. HEX triplet: FA, 7A and 6C. RGB value is (250,122,108). Sum of RGB (Red+Green+Blue) = 250+122+108=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A6C is #058593. Grayscale: #9E9E9E. Windows color (decimal): -361876 or 7109370. OLE color: 7109370.

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

Color convert

RGB250122108-
CMYK00.510.570.02
HSL5.92º93.42%70.2%-
HSV(B)5.92º56.8%98.04%-
XYZ49.0935.3318.42-
YUV158.6899.41193.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=52.08%
G=25.42%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012210800.510.570.025.9293.4270.2
HexFA7A6C03339265d46
Octal3721721540637126135106
Binary111110101111010110110001100111110011011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7A6C; }

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

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

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

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

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

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

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

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