#F7786C

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

Shades of Salmon #F7786C

Tints of Salmon #F7786C

Color information

#F7786C (or 0xF7786C) is unknown color: approx Salmon. HEX triplet: F7, 78 and 6C. RGB value is (247,120,108). Sum of RGB (Red+Green+Blue) = 247+120+108=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F7786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7786C is #088793. Grayscale: #9C9C9C. Windows color (decimal): -558996 or 7108855. OLE color: 7108855.

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

Color convert

RGB247120108-
CMYK00.510.560.03
HSL5.18º89.68%69.61%-
HSV(B)5.18º56.28%96.86%-
XYZ47.7834.2918.29-
YUV156.61100.58192.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=52%
G=25.26%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712010800.510.560.035.1889.6869.61
HexF7786C03338355a46
Octal3671701540637035132106
Binary111101111111000110110001100111110001110110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7786C; }

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

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

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

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

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

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

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

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