#FB8571

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

Shades of Salmon #FB8571

Tints of Salmon #FB8571

Color information

#FB8571 (or 0xFB8571) is unknown color: approx Salmon. HEX triplet: FB, 85 and 71. RGB value is (251,133,113). Sum of RGB (Red+Green+Blue) = 251+133+113=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8571 is #047A8E. Grayscale: #A6A6A6. Windows color (decimal): -293519 or 7439867. OLE color: 7439867.

HSL color Cylindrical-coordinate representation of color #FB8571: hue angle of 8.7º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB8571 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB251133113-
CMYK00.470.550.02
HSL8.7º94.52%71.37%-
HSV(B)8.7º54.98%98.43%-
XYZ51.1538.4820.35-
YUV16698.09188.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=50.50%
G=26.76%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113311300.470.550.028.794.5271.37
HexFB857102F37295f47
Octal37320516105767211137107
Binary11111011100001011110001010111111011110100110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8571; }

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

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

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

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

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

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

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

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