#FD786D

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

Shades of Salmon #FD786D

Tints of Salmon #FD786D

Color information

#FD786D (or 0xFD786D) is unknown color: approx Salmon. HEX triplet: FD, 78 and 6D. RGB value is (253,120,109). Sum of RGB (Red+Green+Blue) = 253+120+109=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD786D is #028792. Grayscale: #9E9E9E. Windows color (decimal): -165779 or 7174397. OLE color: 7174397.

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

Color convert

RGB253120109-
CMYK00.530.570.01
HSL4.58º97.3%70.98%-
HSV(B)4.58º56.92%99.22%-
XYZ49.9835.4218.67-
YUV158.51100.06195.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.49%
GREEN value IS 120 (47.27% from 255) = 24.90%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=52.49%
G=24.90%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312010900.530.570.014.5897.370.98
HexFD786D03539156147
Octal3751701550657115141107
Binary11111101111100011011010110101111001110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD786D; }

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

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

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

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

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

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

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

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