#FB7E79

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

Shades of Salmon #FB7E79

Tints of Salmon #FB7E79

Color information

#FB7E79 (or 0xFB7E79) is unknown color: approx Salmon. HEX triplet: FB, 7E and 79. RGB value is (251,126,121). Sum of RGB (Red+Green+Blue) = 251+126+121=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7E79 is #048186. Grayscale: #A2A2A2. Windows color (decimal): -295303 or 7962363. OLE color: 7962363.

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

Color convert

RGB251126121-
CMYK00.500.520.02
HSL2.31º94.2%72.94%-
HSV(B)2.31º51.79%98.43%-
XYZ50.736.8122.52-
YUV162.8104.41190.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.40%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=50.40%
G=25.30%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112612100.500.520.022.3194.272.94
HexFB7E7903234225e49
Octal3731761710626422136111
Binary11111011111111011110010110010110100101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7E79; }

 p { color: rgb(251,126,121); }

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

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

 a { background-color: rgb(251,126,121); }

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

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

 span { border-color: rgb(251,126,121); }

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