#FB8A77

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

Shades of Salmon #FB8A77

Tints of Salmon #FB8A77

Color information

#FB8A77 (or 0xFB8A77) is unknown color: approx Salmon. HEX triplet: FB, 8A and 77. RGB value is (251,138,119). Sum of RGB (Red+Green+Blue) = 251+138+119=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A77 is #047588. Grayscale: #A9A9A9. Windows color (decimal): -292233 or 7834363. OLE color: 7834363.

HSL color Cylindrical-coordinate representation of color #FB8A77: hue angle of 8.64º 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 #FB8A77 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB251138119-
CMYK00.450.530.02
HSL8.64º94.29%72.55%-
HSV(B)8.64º52.59%98.43%-
XYZ52.240.0222.43-
YUV169.6299.44186.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.41%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 119 (46.88% from 255) = 23.43%
R=49.41%
G=27.17%
B=23.43%

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
Decimal25113811900.450.530.028.6494.2972.55
HexFB8A7702D35295e49
Octal37321216705565211136111
Binary11111011100010101110111010110111010110100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8A77; }

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

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

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

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

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

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

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

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