#F78077

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

Shades of Salmon #F78077

Tints of Salmon #F78077

Color information

#F78077 (or 0xF78077) is unknown color: approx Salmon. HEX triplet: F7, 80 and 77. RGB value is (247,128,119). Sum of RGB (Red+Green+Blue) = 247+128+119=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F78077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78077 is #087F88. Grayscale: #A2A2A2. Windows color (decimal): -556937 or 7831799. OLE color: 7831799.

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

Color convert

RGB247128119-
CMYK00.480.520.03
HSL4.22º88.89%71.76%-
HSV(B)4.22º51.82%96.86%-
XYZ49.4136.5421.9-
YUV162.55103.42188.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=50%
G=25.91%
B=24.09%

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
Decimal24712811900.480.520.034.2288.8971.76
HexF7807703034345948
Octal3672001670606434131110
Binary1111011110000000111011101100001101001110010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78077; }

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

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

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

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

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

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

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

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