#FB7A74

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

Shades of Salmon #FB7A74

Tints of Salmon #FB7A74

Color information

#FB7A74 (or 0xFB7A74) is unknown color: approx Salmon. HEX triplet: FB, 7A and 74. RGB value is (251,122,116). Sum of RGB (Red+Green+Blue) = 251+122+116=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7A74 is #04858B. Grayscale: #A0A0A0. Windows color (decimal): -296332 or 7633659. OLE color: 7633659.

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

Color convert

RGB251122116-
CMYK00.510.540.02
HSL2.67º94.41%71.96%-
HSV(B)2.67º53.78%98.43%-
XYZ49.935.6920.78-
YUV159.89103.24192.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.33%
GREEN value IS 122 (48.05% from 255) = 24.95%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=51.33%
G=24.95%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112211600.510.540.022.6794.4171.96
HexFB7A7403336235e48
Octal3731721640636623136110
Binary11111011111101011101000110011110110101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7A74; }

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

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

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

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

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

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

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

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