#FD8571

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

Shades of Salmon #FD8571

Tints of Salmon #FD8571

Color information

#FD8571 (or 0xFD8571) is unknown color: approx Salmon. HEX triplet: FD, 85 and 71. RGB value is (253,133,113). Sum of RGB (Red+Green+Blue) = 253+133+113=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8571 is #027A8E. Grayscale: #A6A6A6. Windows color (decimal): -162447 or 7439869. OLE color: 7439869.

HSL color Cylindrical-coordinate representation of color #FD8571: hue angle of 8.57º 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 #FD8571 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB253133113-
CMYK00.470.550.01
HSL8.57º97.22%71.76%-
HSV(B)8.57º55.34%99.22%-
XYZ51.8838.8520.39-
YUV166.697.76189.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.70%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=50.70%
G=26.65%
B=22.65%

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
Decimal25313311300.470.550.018.5797.2271.76
HexFD857102F37196148
Octal37520516105767111141110
Binary1111110110000101111000101011111101111100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8571; }

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

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

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

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

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

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

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

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