#FB9774

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

Shades of Light Salmon #FB9774

Tints of Light Salmon #FB9774

Color information

#FB9774 (or 0xFB9774) is unknown color: approx Light Salmon. HEX triplet: FB, 97 and 74. RGB value is (251,151,116). Sum of RGB (Red+Green+Blue) = 251+151+116=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9774 is #04688B. Grayscale: #B1B1B1. Windows color (decimal): -288908 or 7641083. OLE color: 7641083.

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

Color convert

RGB251151116-
CMYK00.400.540.02
HSL15.56º94.41%71.96%-
HSV(B)15.56º53.78%98.43%-
XYZ5443.922.15-
YUV176.9193.63180.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.46%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=48.46%
G=29.15%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115111600.400.540.0215.5694.4171.96
HexFB9774028362105e48
Octal37322716405066220136110
Binary111110111001011111101000101000110110101000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9774; }

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

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

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

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

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

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

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

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