#FA8465

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

Shades of Salmon #FA8465

Tints of Salmon #FA8465

Color information

#FA8465 (or 0xFA8465) is unknown color: approx Salmon. HEX triplet: FA, 84 and 65. RGB value is (250,132,101). Sum of RGB (Red+Green+Blue) = 250+132+101=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8465 is #057B9A. Grayscale: #A3A3A3. Windows color (decimal): -359323 or 6653178. OLE color: 6653178.

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

Color convert

RGB250132101-
CMYK00.470.600.02
HSL12.48º93.71%68.82%-
HSV(B)12.48º59.6%98.04%-
XYZ50.0237.7716.96-
YUV163.7592.59189.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.76%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 101 (39.84% from 255) = 20.91%
R=51.76%
G=27.33%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013210100.470.600.0212.4893.7168.82
HexFA846502F3C2c5e45
Octal37220414505774214136105
Binary11111010100001001100101010111111110010110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8465; }

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

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

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

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

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

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

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

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