#F78579

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

Shades of Salmon #F78579

Tints of Salmon #F78579

Color information

#F78579 (or 0xF78579) is unknown color: approx Salmon. HEX triplet: F7, 85 and 79. RGB value is (247,133,121). Sum of RGB (Red+Green+Blue) = 247+133+121=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F78579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78579 is #087A86. Grayscale: #A5A5A5. Windows color (decimal): -555655 or 7964151. OLE color: 7964151.

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

Color convert

RGB247133121-
CMYK00.460.510.03
HSL5.71º88.73%72.16%-
HSV(B)5.71º51.01%96.86%-
XYZ50.237.9322.76-
YUV165.72102.77185.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.30%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 121 (47.66% from 255) = 24.15%
R=49.30%
G=26.55%
B=24.15%

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
Decimal24713312100.460.510.035.7188.7372.16
HexF7857902E33365948
Octal3672051710566336131110
Binary1111011110000101111100101011101100111111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78579; }

 p { color: rgb(247,133,121); }

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

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

 a { background-color: rgb(247,133,121); }

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

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

 span { border-color: rgb(247,133,121); }

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