#FA716F

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

Shades of Salmon #FA716F

Tints of Salmon #FA716F

Color information

#FA716F (or 0xFA716F) is unknown color: approx Salmon. HEX triplet: FA, 71 and 6F. RGB value is (250,113,111). Sum of RGB (Red+Green+Blue) = 250+113+111=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA716F is #058E90. Grayscale: #999999. Windows color (decimal): -364177 or 7303674. OLE color: 7303674.

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

Color convert

RGB250113111-
CMYK00.550.560.02
HSL0.86º93.29%70.78%-
HSV(B)0.86º55.6%98.04%-
XYZ48.233.2818.92-
YUV153.74103.89196.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.74%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 111 (43.75% from 255) = 23.42%
R=52.74%
G=23.84%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011311100.550.560.020.8693.2970.78
HexFA716F03738215d47
Octal3721611570677021135107
Binary1111101011100011101111011011111100010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA716F; }

 p { color: rgb(250,113,111); }

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

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

 a { background-color: rgb(250,113,111); }

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

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

 span { border-color: rgb(250,113,111); }

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