#F78473

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

Shades of Salmon #F78473

Tints of Salmon #F78473

Color information

#F78473 (or 0xF78473) is unknown color: approx Salmon. HEX triplet: F7, 84 and 73. RGB value is (247,132,115). Sum of RGB (Red+Green+Blue) = 247+132+115=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F78473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78473 is #087B8C. Grayscale: #A4A4A4. Windows color (decimal): -555917 or 7570679. OLE color: 7570679.

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

Color convert

RGB247132115-
CMYK00.470.530.03
HSL7.73º89.19%70.98%-
HSV(B)7.73º53.44%96.86%-
XYZ49.737.5120.84-
YUV164.45100.1186.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=50%
G=26.72%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713211500.470.530.037.7389.1970.98
HexF7847302F35385947
Octal36720416305765310131107
Binary11110111100001001110011010111111010111100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78473; }

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

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

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

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

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

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

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

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