#FA8871

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

Shades of Salmon #FA8871

Tints of Salmon #FA8871

Color information

#FA8871 (or 0xFA8871) is unknown color: approx Salmon. HEX triplet: FA, 88 and 71. RGB value is (250,136,113). Sum of RGB (Red+Green+Blue) = 250+136+113=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8871 is #05778E. Grayscale: #A7A7A7. Windows color (decimal): -358287 or 7440634. OLE color: 7440634.

HSL color Cylindrical-coordinate representation of color #FA8871: hue angle of 10.07º 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 #FA8871 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB250136113-
CMYK00.460.550.02
HSL10.07º93.2%71.18%-
HSV(B)10.07º54.8%98.04%-
XYZ51.2139.1220.48-
YUV167.4697.27186.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=50.10%
G=27.25%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013611300.460.550.0210.0793.271.18
HexFA887102E372a5d47
Octal37221016105667212135107
Binary11111010100010001110001010111011011110101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8871; }

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

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

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

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

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

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

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

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