#F78064

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

Shades of Salmon #F78064

Tints of Salmon #F78064

Color information

#F78064 (or 0xF78064) is unknown color: approx Salmon. HEX triplet: F7, 80 and 64. RGB value is (247,128,100). Sum of RGB (Red+Green+Blue) = 247+128+100=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F78064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78064 is #087F9B. Grayscale: #A0A0A0. Windows color (decimal): -556956 or 6586615. OLE color: 6586615.

HSL color Cylindrical-coordinate representation of color #F78064: hue angle of 11.43º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F78064 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB247128100-
CMYK00.480.600.03
HSL11.43º90.18%68.04%-
HSV(B)11.43º59.51%96.86%-
XYZ48.3836.1316.48-
YUV160.3993.92189.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=52%
G=26.95%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712810000.480.600.0311.4390.1868.04
HexF780640303C3b5a44
Octal36720014406074313132104
Binary11110111100000001100100011000011110011101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78064; }

 p { color: rgb(247,128,100); }

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

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

 a { background-color: rgb(247,128,100); }

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

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

 span { border-color: rgb(247,128,100); }

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