#F78675

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

Shades of Salmon #F78675

Tints of Salmon #F78675

Color information

#F78675 (or 0xF78675) is unknown color: approx Salmon. HEX triplet: F7, 86 and 75. RGB value is (247,134,117). Sum of RGB (Red+Green+Blue) = 247+134+117=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F78675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78675 is #08798A. Grayscale: #A6A6A6. Windows color (decimal): -555403 or 7702263. OLE color: 7702263.

HSL color Cylindrical-coordinate representation of color #F78675: hue angle of 7.85º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F78675 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB247134117-
CMYK00.460.530.03
HSL7.85º89.04%71.37%-
HSV(B)7.85º52.63%96.86%-
XYZ50.0938.1121.55-
YUV165.85100.44185.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.60%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=49.60%
G=26.91%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713411700.460.530.037.8589.0471.37
HexF7867502E35385947
Octal36720616505665310131107
Binary11110111100001101110101010111011010111100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78675; }

 p { color: rgb(247,134,117); }

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

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

 a { background-color: rgb(247,134,117); }

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

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

 span { border-color: rgb(247,134,117); }

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