#FA8079

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

Shades of Salmon #FA8079

Tints of Salmon #FA8079

Color information

#FA8079 (or 0xFA8079) is unknown color: approx Salmon. HEX triplet: FA, 80 and 79. RGB value is (250,128,121). Sum of RGB (Red+Green+Blue) = 250+128+121=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8079 is #057F86. Grayscale: #A3A3A3. Windows color (decimal): -360327 or 7962874. OLE color: 7962874.

HSL color Cylindrical-coordinate representation of color #FA8079: hue angle of 3.26º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA8079 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB250128121-
CMYK00.490.520.02
HSL3.26º92.81%72.75%-
HSV(B)3.26º51.6%98.04%-
XYZ50.5937.1422.59-
YUV163.68103.92189.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=50.10%
G=25.65%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012812100.490.520.023.2692.8172.75
HexFA807903134235d49
Octal3722001710616423135111
Binary111110101000000011110010110001110100101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8079; }

 p { color: rgb(250,128,121); }

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

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

 a { background-color: rgb(250,128,121); }

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

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

 span { border-color: rgb(250,128,121); }

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