#F78B6B

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

Shades of Salmon #F78B6B

Tints of Salmon #F78B6B

Color information

#F78B6B (or 0xF78B6B) is unknown color: approx Salmon. HEX triplet: F7, 8B and 6B. RGB value is (247,139,107). Sum of RGB (Red+Green+Blue) = 247+139+107=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F78B6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78B6B is #087494. Grayscale: #A7A7A7. Windows color (decimal): -554133 or 7048183. OLE color: 7048183.

HSL color Cylindrical-coordinate representation of color #F78B6B: hue angle of 13.71º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F78B6B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247139107-
CMYK00.440.570.03
HSL13.71º89.74%69.41%-
HSV(B)13.71º56.68%96.86%-
XYZ50.2439.318.85-
YUV167.6493.78184.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.10%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=50.10%
G=28.19%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713910700.440.570.0313.7189.7469.41
HexF78B6B02C393e5a45
Octal36721315305471316132105
Binary11110111100010111101011010110011100111111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78B6B; }

 p { color: rgb(247,139,107); }

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

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

 a { background-color: rgb(247,139,107); }

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

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

 span { border-color: rgb(247,139,107); }

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