#FD8671

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

Shades of Salmon #FD8671

Tints of Salmon #FD8671

Color information

#FD8671 (or 0xFD8671) is unknown color: approx Salmon. HEX triplet: FD, 86 and 71. RGB value is (253,134,113). Sum of RGB (Red+Green+Blue) = 253+134+113=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8671 is #02798E. Grayscale: #A7A7A7. Windows color (decimal): -162191 or 7440125. OLE color: 7440125.

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

Color convert

RGB253134113-
CMYK00.470.550.01
HSL97.22%71.76%-
HSV(B)55.34%99.22%-
XYZ52.0139.1320.43-
YUV167.1997.42189.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.6%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=50.6%
G=26.8%
B=22.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313411300.470.550.01997.2271.76
HexFD867102F37196148
Octal37520616105767111141110
Binary1111110110000110111000101011111101111100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8671; }

 p { color: rgb(253,134,113); }

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

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

 a { background-color: rgb(253,134,113); }

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

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

 span { border-color: rgb(253,134,113); }

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