#FB756A

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

Shades of Salmon #FB756A

Tints of Salmon #FB756A

Color information

#FB756A (or 0xFB756A) is unknown color: approx Salmon. HEX triplet: FB, 75 and 6A. RGB value is (251,117,106). Sum of RGB (Red+Green+Blue) = 251+117+106=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB756A is #048A95. Grayscale: #9B9B9B. Windows color (decimal): -297622 or 6977019. OLE color: 6977019.

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

Color convert

RGB251117106-
CMYK00.530.580.02
HSL4.55º94.77%70%-
HSV(B)4.55º57.77%98.43%-
XYZ48.7534.2717.68-
YUV155.8199.89195.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.95%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 106 (41.80% from 255) = 22.36%
R=52.95%
G=24.68%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111710600.530.580.024.5594.7770
HexFB756A0353A255f46
Octal3731651520657225137106
Binary111110111110101110101001101011110101010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB756A; }

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

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

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

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

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

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

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

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