#FB8B78

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

Shades of Salmon #FB8B78

Tints of Salmon #FB8B78

Color information

#FB8B78 (or 0xFB8B78) is unknown color: approx Salmon. HEX triplet: FB, 8B and 78. RGB value is (251,139,120). Sum of RGB (Red+Green+Blue) = 251+139+120=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8B78 is #047487. Grayscale: #AAAAAA. Windows color (decimal): -291976 or 7900155. OLE color: 7900155.

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

Color convert

RGB251139120-
CMYK00.450.520.02
HSL8.7º94.24%72.75%-
HSV(B)8.7º52.19%98.43%-
XYZ52.4140.3322.79-
YUV170.3299.61185.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.22%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=49.22%
G=27.25%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113912000.450.520.028.794.2472.75
HexFB8B7802D34295e49
Octal37321317005564211136111
Binary11111011100010111111000010110111010010100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8B78; }

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

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

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

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

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

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

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

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