#F78578

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

Shades of Salmon #F78578

Tints of Salmon #F78578

Color information

#F78578 (or 0xF78578) is unknown color: approx Salmon. HEX triplet: F7, 85 and 78. RGB value is (247,133,120). Sum of RGB (Red+Green+Blue) = 247+133+120=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F78578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78578 is #087A87. Grayscale: #A5A5A5. Windows color (decimal): -555656 or 7898615. OLE color: 7898615.

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

Color convert

RGB247133120-
CMYK00.460.510.03
HSL6.14º88.81%71.96%-
HSV(B)6.14º51.42%96.86%-
XYZ50.1437.9122.44-
YUV165.6102.27186.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.4%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 120 (47.27% from 255) = 24%
R=49.4%
G=26.6%
B=24%

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
Decimal24713312000.460.510.036.1488.8171.96
HexF7857802E33365948
Octal3672051700566336131110
Binary1111011110000101111100001011101100111111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78578; }

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

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

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

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

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

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

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

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