#FA857C

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

Shades of Salmon #FA857C

Tints of Salmon #FA857C

Color information

#FA857C (or 0xFA857C) is unknown color: approx Salmon. HEX triplet: FA, 85 and 7C. RGB value is (250,133,124). Sum of RGB (Red+Green+Blue) = 250+133+124=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA857C is #057A83. Grayscale: #A7A7A7. Windows color (decimal): -359044 or 8160762. OLE color: 8160762.

HSL color Cylindrical-coordinate representation of color #FA857C: hue angle of 4.29º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA857C is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250133124-
CMYK00.470.500.02
HSL4.29º92.65%73.33%-
HSV(B)4.29º50.4%98.04%-
XYZ51.4538.5523.8-
YUV166.96103.76187.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 124 (48.83% from 255) = 24.46%
R=49.31%
G=26.23%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013312400.470.500.024.2992.6573.33
HexFA857C02F32245d49
Octal3722051740576224135111
Binary1111101010000101111110001011111100101010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA857C; }

 p { color: rgb(250,133,124); }

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

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

 a { background-color: rgb(250,133,124); }

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

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

 span { border-color: rgb(250,133,124); }

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