#FA8E73

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

Shades of Salmon #FA8E73

Tints of Salmon #FA8E73

Color information

#FA8E73 (or 0xFA8E73) is unknown color: approx Salmon. HEX triplet: FA, 8E and 73. RGB value is (250,142,115). Sum of RGB (Red+Green+Blue) = 250+142+115=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E73 is #05718C. Grayscale: #ABABAB. Windows color (decimal): -356749 or 7573242. OLE color: 7573242.

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

Color convert

RGB250142115-
CMYK00.430.540.02
HSL12º93.1%71.57%-
HSV(B)12º54%98.04%-
XYZ52.1940.9121.36-
YUV171.2196.28184.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 115 (45.31% from 255) = 22.68%
R=49.31%
G=28.01%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014211500.430.540.021293.171.57
HexFA8E7302B362c5d48
Octal37221616305366214135110
Binary11111010100011101110011010101111011010110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8E73; }

 p { color: rgb(250,142,115); }

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

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

 a { background-color: rgb(250,142,115); }

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

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

 span { border-color: rgb(250,142,115); }

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