#FA7F70

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

Shades of Salmon #FA7F70

Tints of Salmon #FA7F70

Color information

#FA7F70 (or 0xFA7F70) is unknown color: approx Salmon. HEX triplet: FA, 7F and 70. RGB value is (250,127,112). Sum of RGB (Red+Green+Blue) = 250+127+112=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7F70 is #05808F. Grayscale: #A2A2A2. Windows color (decimal): -360592 or 7372794. OLE color: 7372794.

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

Color convert

RGB250127112-
CMYK00.490.550.02
HSL6.52º93.24%70.98%-
HSV(B)6.52º55.2%98.04%-
XYZ49.9436.6719.78-
YUV162.0799.75190.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.12%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=51.12%
G=25.97%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012711200.490.550.026.5293.2470.98
HexFA7F7003137275d47
Octal3721771600616727135107
Binary111110101111111111000001100011101111011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7F70; }

 p { color: rgb(250,127,112); }

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

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

 a { background-color: rgb(250,127,112); }

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

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

 span { border-color: rgb(250,127,112); }

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