#F78479

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

Shades of Salmon #F78479

Tints of Salmon #F78479

Color information

#F78479 (or 0xF78479) is unknown color: approx Salmon. HEX triplet: F7, 84 and 79. RGB value is (247,132,121). Sum of RGB (Red+Green+Blue) = 247+132+121=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F78479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78479 is #087B86. Grayscale: #A5A5A5. Windows color (decimal): -555911 or 7963895. OLE color: 7963895.

HSL color Cylindrical-coordinate representation of color #F78479: hue angle of 5.24º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F78479 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB247132121-
CMYK00.470.510.03
HSL5.24º88.73%72.16%-
HSV(B)5.24º51.01%96.86%-
XYZ50.0637.6622.72-
YUV165.13103.1186.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.4%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 121 (47.66% from 255) = 24.2%
R=49.4%
G=26.4%
B=24.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713212100.470.510.035.2488.7372.16
HexF7847902F33355948
Octal3672041710576335131110
Binary1111011110000100111100101011111100111110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78479; }

 p { color: rgb(247,132,121); }

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

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

 a { background-color: rgb(247,132,121); }

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

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

 span { border-color: rgb(247,132,121); }

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