#FB9A71

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

Shades of Light Salmon #FB9A71

Tints of Light Salmon #FB9A71

Color information

#FB9A71 (or 0xFB9A71) is unknown color: approx Light Salmon. HEX triplet: FB, 9A and 71. RGB value is (251,154,113). Sum of RGB (Red+Green+Blue) = 251+154+113=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9A71 is #04658E. Grayscale: #B2B2B2. Windows color (decimal): -288143 or 7445243. OLE color: 7445243.

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

Color convert

RGB251154113-
CMYK00.390.550.02
HSL17.83º94.52%71.37%-
HSV(B)17.83º54.98%98.43%-
XYZ54.3244.8121.41-
YUV178.3391.14179.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.46%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=48.46%
G=29.73%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115411300.390.550.0217.8394.5271.37
HexFB9A71027372125f47
Octal37323216104767222137107
Binary111110111001101011100010100111110111101001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9A71; }

 p { color: rgb(251,154,113); }

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

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

 a { background-color: rgb(251,154,113); }

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

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

 span { border-color: rgb(251,154,113); }

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