#F3786D

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

Shades of Salmon #F3786D

Tints of Salmon #F3786D

Color information

#F3786D (or 0xF3786D) is unknown color: approx Salmon. HEX triplet: F3, 78 and 6D. RGB value is (243,120,109). Sum of RGB (Red+Green+Blue) = 243+120+109=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3786D is #0C8792. Grayscale: #9B9B9B. Windows color (decimal): -821139 or 7174387. OLE color: 7174387.

HSL color Cylindrical-coordinate representation of color #F3786D: hue angle of 4.93º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3786D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB243120109-
CMYK00.510.550.05
HSL4.93º84.81%69.02%-
HSV(B)4.93º55.14%95.29%-
XYZ46.4433.5918.5-
YUV155.52101.75190.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.48%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=51.48%
G=25.42%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312010900.510.550.054.9384.8169.02
HexF3786D03337555545
Octal3631701550636755125105
Binary1111001111110001101101011001111011110110110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3786D; }

 p { color: rgb(243,120,109); }

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

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

 a { background-color: rgb(243,120,109); }

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

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

 span { border-color: rgb(243,120,109); }

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