#FB8B77

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

Shades of Salmon #FB8B77

Tints of Salmon #FB8B77

Color information

#FB8B77 (or 0xFB8B77) is unknown color: approx Salmon. HEX triplet: FB, 8B and 77. RGB value is (251,139,119). Sum of RGB (Red+Green+Blue) = 251+139+119=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8B77 is #047488. Grayscale: #AAAAAA. Windows color (decimal): -291977 or 7834619. OLE color: 7834619.

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

Color convert

RGB251139119-
CMYK00.450.530.02
HSL9.09º94.29%72.55%-
HSV(B)9.09º52.59%98.43%-
XYZ52.3540.3122.47-
YUV170.2199.11185.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.31%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 119 (46.88% from 255) = 23.38%
R=49.31%
G=27.31%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113911900.450.530.029.0994.2972.55
HexFB8B7702D35295e49
Octal37321316705565211136111
Binary11111011100010111110111010110111010110100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8B77; }

 p { color: rgb(251,139,119); }

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

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

 a { background-color: rgb(251,139,119); }

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

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

 span { border-color: rgb(251,139,119); }

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