#FA8365

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

Shades of Salmon #FA8365

Tints of Salmon #FA8365

Color information

#FA8365 (or 0xFA8365) is unknown color: approx Salmon. HEX triplet: FA, 83 and 65. RGB value is (250,131,101). Sum of RGB (Red+Green+Blue) = 250+131+101=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8365 is #057C9A. Grayscale: #A3A3A3. Windows color (decimal): -359579 or 6652922. OLE color: 6652922.

HSL color Cylindrical-coordinate representation of color #FA8365: hue angle of 12.08º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA8365 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB250131101-
CMYK00.480.600.02
HSL12.08º93.71%68.82%-
HSV(B)12.08º59.6%98.04%-
XYZ49.8937.516.92-
YUV163.1692.92189.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.87%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=51.87%
G=27.18%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013110100.480.600.0212.0893.7168.82
HexFA83650303C2c5e45
Octal37220314506074214136105
Binary11111010100000111100101011000011110010110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8365; }

 p { color: rgb(250,131,101); }

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

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

 a { background-color: rgb(250,131,101); }

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

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

 span { border-color: rgb(250,131,101); }

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