#F78678

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

Shades of Salmon #F78678

Tints of Salmon #F78678

Color information

#F78678 (or 0xF78678) is unknown color: approx Salmon. HEX triplet: F7, 86 and 78. RGB value is (247,134,120). Sum of RGB (Red+Green+Blue) = 247+134+120=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F78678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78678 is #087987. Grayscale: #A6A6A6. Windows color (decimal): -555400 or 7898871. OLE color: 7898871.

HSL color Cylindrical-coordinate representation of color #F78678: hue angle of 6.61º 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 #F78678 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB247134120-
CMYK00.460.510.03
HSL6.61º88.81%71.96%-
HSV(B)6.61º51.42%96.86%-
XYZ50.2738.1822.49-
YUV166.19101.94185.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.30%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=49.30%
G=26.75%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713412000.460.510.036.6188.8171.96
HexF7867802E33375948
Octal3672061700566337131110
Binary1111011110000110111100001011101100111111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78678; }

 p { color: rgb(247,134,120); }

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

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

 a { background-color: rgb(247,134,120); }

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

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

 span { border-color: rgb(247,134,120); }

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