#F78B76

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

Shades of Salmon #F78B76

Tints of Salmon #F78B76

Color information

#F78B76 (or 0xF78B76) is unknown color: approx Salmon. HEX triplet: F7, 8B and 76. RGB value is (247,139,118). Sum of RGB (Red+Green+Blue) = 247+139+118=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F78B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78B76 is #087489. Grayscale: #A9A9A9. Windows color (decimal): -554122 or 7769079. OLE color: 7769079.

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

Color convert

RGB247139118-
CMYK00.440.520.03
HSL9.77º88.97%71.57%-
HSV(B)9.77º52.23%96.86%-
XYZ50.8639.5522.09-
YUV168.999.28183.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.01%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 118 (46.48% from 255) = 23.41%
R=49.01%
G=27.58%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713911800.440.520.039.7788.9771.57
HexF78B7602C343a5948
Octal36721316605464312131110
Binary11110111100010111110110010110011010011101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78B76; }

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

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

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

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

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

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

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

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