#F78C76

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

Shades of Salmon #F78C76

Tints of Salmon #F78C76

Color information

#F78C76 (or 0xF78C76) is unknown color: approx Salmon. HEX triplet: F7, 8C and 76. RGB value is (247,140,118). Sum of RGB (Red+Green+Blue) = 247+140+118=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78C76 is #087389. Grayscale: #A9A9A9. Windows color (decimal): -553866 or 7769335. OLE color: 7769335.

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

Color convert

RGB247140118-
CMYK00.430.520.03
HSL10.23º88.97%71.57%-
HSV(B)10.23º52.23%96.86%-
XYZ51.0139.8422.14-
YUV169.4898.95183.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.91%
GREEN value IS 140 (55.08% from 255) = 27.72%
BLUE value IS 118 (46.48% from 255) = 23.37%
R=48.91%
G=27.72%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714011800.430.520.0310.2388.9771.57
HexF78C7602B343a5948
Octal36721416605364312131110
Binary11110111100011001110110010101111010011101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78C76; }

 p { color: rgb(247,140,118); }

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

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

 a { background-color: rgb(247,140,118); }

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

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

 span { border-color: rgb(247,140,118); }

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