#FA8164

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

Shades of Salmon #FA8164

Tints of Salmon #FA8164

Color information

#FA8164 (or 0xFA8164) is unknown color: approx Salmon. HEX triplet: FA, 81 and 64. RGB value is (250,129,100). Sum of RGB (Red+Green+Blue) = 250+129+100=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8164 is #057E9B. Grayscale: #A2A2A2. Windows color (decimal): -360092 or 6586874. OLE color: 6586874.

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

Color convert

RGB250129100-
CMYK00.480.60.02
HSL11.6º93.75%68.63%-
HSV(B)11.6º60%98.04%-
XYZ49.5736.9416.57-
YUV161.8793.09190.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.19%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=52.19%
G=26.93%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012910000.480.60.0211.693.7568.63
HexFA81640303C2c5e45
Octal37220114406074214136105
Binary11111010100000011100100011000011110010110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8164; }

 p { color: rgb(250,129,100); }

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

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

 a { background-color: rgb(250,129,100); }

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

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

 span { border-color: rgb(250,129,100); }

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