#FB7774

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

Shades of Salmon #FB7774

Tints of Salmon #FB7774

Color information

#FB7774 (or 0xFB7774) is unknown color: approx Salmon. HEX triplet: FB, 77 and 74. RGB value is (251,119,116). Sum of RGB (Red+Green+Blue) = 251+119+116=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7774 is #04888B. Grayscale: #9E9E9E. Windows color (decimal): -297100 or 7632891. OLE color: 7632891.

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

Color convert

RGB251119116-
CMYK00.530.540.02
HSL1.33º94.41%71.96%-
HSV(B)1.33º53.78%98.43%-
XYZ49.5334.9620.66-
YUV158.13104.23194.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.65%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=51.65%
G=24.49%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111911600.530.540.021.3394.4171.96
HexFB777403536215e48
Octal3731671640656621136110
Binary1111101111101111110100011010111011010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7774; }

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

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

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

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

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

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

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

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