#FA857D

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

Shades of Salmon #FA857D

Tints of Salmon #FA857D

Color information

#FA857D (or 0xFA857D) is unknown color: approx Salmon. HEX triplet: FA, 85 and 7D. RGB value is (250,133,125). Sum of RGB (Red+Green+Blue) = 250+133+125=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA857D is #057A82. Grayscale: #A7A7A7. Windows color (decimal): -359043 or 8226298. OLE color: 8226298.

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

Color convert

RGB250133125-
CMYK00.470.500.02
HSL3.84º92.59%73.53%-
HSV(B)3.84º50%98.04%-
XYZ51.5138.5824.13-
YUV167.07104.26187.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.21%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=49.21%
G=26.18%
B=24.61%

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
Decimal25013312500.470.500.023.8492.5973.53
HexFA857D02F32245d4a
Octal3722051750576224135112
Binary1111101010000101111110101011111100101010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA857D; }

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

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

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

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

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

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

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

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