#FD8C76

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

Shades of Salmon #FD8C76

Tints of Salmon #FD8C76

Color information

#FD8C76 (or 0xFD8C76) is unknown color: approx Salmon. HEX triplet: FD, 8C and 76. RGB value is (253,140,118). Sum of RGB (Red+Green+Blue) = 253+140+118=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C76 is #027389. Grayscale: #ABABAB. Windows color (decimal): -160650 or 7769341. OLE color: 7769341.

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

Color convert

RGB253140118-
CMYK00.450.530.01
HSL9.78º97.12%72.75%-
HSV(B)9.78º53.36%99.22%-
XYZ53.1640.9522.24-
YUV171.2897.94186.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.51%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=49.51%
G=27.40%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314011800.450.530.019.7897.1272.75
HexFD8C7602D351a6149
Octal37521416605565112141111
Binary1111110110001100111011001011011101011101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C76; }

 p { color: rgb(253,140,118); }

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

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

 a { background-color: rgb(253,140,118); }

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

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

 span { border-color: rgb(253,140,118); }

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