#FBA787

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

Shades of Light Salmon #FBA787

Tints of Light Salmon #FBA787

Color information

#FBA787 (or 0xFBA787) is unknown color: approx Light Salmon. HEX triplet: FB, A7 and 87. RGB value is (251,167,135). Sum of RGB (Red+Green+Blue) = 251+167+135=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA787 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA787 is #045878. Grayscale: #BCBCBC. Windows color (decimal): -284793 or 8890363. OLE color: 8890363.

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

Color convert

RGB251167135-
CMYK00.330.460.02
HSL16.55º93.55%75.69%-
HSV(B)16.55º46.22%98.43%-
XYZ57.9849.929.5-
YUV188.4797.83172.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 135 (53.12% from 255) = 24.41%
R=45.39%
G=30.20%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116713500.330.460.0216.5593.5575.69
HexFBA7870212E2115e4c
Octal37324720704156221136114
Binary1111101110100111100001110100001101110101000110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA787; }

 p { color: rgb(251,167,135); }

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

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

 a { background-color: rgb(251,167,135); }

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

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

 span { border-color: rgb(251,167,135); }

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