#FB7B72

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

Shades of Salmon #FB7B72

Tints of Salmon #FB7B72

Color information

#FB7B72 (or 0xFB7B72) is unknown color: approx Salmon. HEX triplet: FB, 7B and 72. RGB value is (251,123,114). Sum of RGB (Red+Green+Blue) = 251+123+114=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B72 is #04848D. Grayscale: #A0A0A0. Windows color (decimal): -296078 or 7502843. OLE color: 7502843.

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

Color convert

RGB251123114-
CMYK00.510.550.02
HSL3.94º94.48%71.57%-
HSV(B)3.94º54.58%98.43%-
XYZ49.935.8920.22-
YUV160.25101.91192.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.43%
GREEN value IS 123 (48.44% from 255) = 25.20%
BLUE value IS 114 (44.92% from 255) = 23.36%
R=51.43%
G=25.20%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112311400.510.550.023.9494.4871.57
HexFB7B7203337245e48
Octal3731731620636724136110
Binary111110111111011111001001100111101111010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7B72; }

 p { color: rgb(251,123,114); }

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

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

 a { background-color: rgb(251,123,114); }

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

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

 span { border-color: rgb(251,123,114); }

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