#F78076

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

Shades of Salmon #F78076

Tints of Salmon #F78076

Color information

#F78076 (or 0xF78076) is unknown color: approx Salmon. HEX triplet: F7, 80 and 76. RGB value is (247,128,118). Sum of RGB (Red+Green+Blue) = 247+128+118=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F78076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78076 is #087F89. Grayscale: #A2A2A2. Windows color (decimal): -556938 or 7766263. OLE color: 7766263.

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

Color convert

RGB247128118-
CMYK00.480.520.03
HSL4.65º88.97%71.57%-
HSV(B)4.65º52.23%96.86%-
XYZ49.3536.5221.59-
YUV162.44102.92188.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.10%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=50.10%
G=25.96%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712811800.480.520.034.6588.9771.57
HexF7807603034355948
Octal3672001660606435131110
Binary1111011110000000111011001100001101001110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78076; }

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

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

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

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

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

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

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

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