#FA8471

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

Shades of Salmon #FA8471

Tints of Salmon #FA8471

Color information

#FA8471 (or 0xFA8471) is unknown color: approx Salmon. HEX triplet: FA, 84 and 71. RGB value is (250,132,113). Sum of RGB (Red+Green+Blue) = 250+132+113=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8471 is #057B8E. Grayscale: #A5A5A5. Windows color (decimal): -359311 or 7439610. OLE color: 7439610.

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

Color convert

RGB250132113-
CMYK00.470.550.02
HSL8.32º93.2%71.18%-
HSV(B)8.32º54.8%98.04%-
XYZ50.6638.0220.29-
YUV165.1298.59188.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=50.51%
G=26.67%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013211300.470.550.028.3293.271.18
HexFA847102F37285d47
Octal37220416105767210135107
Binary11111010100001001110001010111111011110100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8471; }

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

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

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

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

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

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

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

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