#FB8576

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

Shades of Salmon #FB8576

Tints of Salmon #FB8576

Color information

#FB8576 (or 0xFB8576) is unknown color: approx Salmon. HEX triplet: FB, 85 and 76. RGB value is (251,133,118). Sum of RGB (Red+Green+Blue) = 251+133+118=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8576 is #047A89. Grayscale: #A6A6A6. Windows color (decimal): -293514 or 7767547. OLE color: 7767547.

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

Color convert

RGB251133118-
CMYK00.470.530.02
HSL6.77º94.33%72.35%-
HSV(B)6.77º52.99%98.43%-
XYZ51.4438.5921.88-
YUV166.57100.59188.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=50%
G=26.49%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113311800.470.530.026.7794.3372.35
HexFB857602F35275e48
Octal3732051660576527136110
Binary1111101110000101111011001011111101011011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8576; }

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

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

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

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

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

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

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

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