#FB7A75

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

Shades of Salmon #FB7A75

Tints of Salmon #FB7A75

Color information

#FB7A75 (or 0xFB7A75) is unknown color: approx Salmon. HEX triplet: FB, 7A and 75. RGB value is (251,122,117). Sum of RGB (Red+Green+Blue) = 251+122+117=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7A75 is #04858A. Grayscale: #A0A0A0. Windows color (decimal): -296331 or 7699195. OLE color: 7699195.

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

Color convert

RGB251122117-
CMYK00.510.530.02
HSL2.24º94.37%72.16%-
HSV(B)2.24º53.39%98.43%-
XYZ49.9535.7121.09-
YUV160103.74192.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.22%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=51.22%
G=24.90%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112211700.510.530.022.2494.3772.16
HexFB7A7503335225e48
Octal3731721650636522136110
Binary11111011111101011101010110011110101101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7A75; }

 p { color: rgb(251,122,117); }

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

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

 a { background-color: rgb(251,122,117); }

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

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

 span { border-color: rgb(251,122,117); }

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