#FBA983

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

Shades of Light Salmon #FBA983

Tints of Light Salmon #FBA983

Color information

#FBA983 (or 0xFBA983) is unknown color: approx Light Salmon. HEX triplet: FB, A9 and 83. RGB value is (251,169,131). Sum of RGB (Red+Green+Blue) = 251+169+131=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA983 is #04567C. Grayscale: #BDBDBD. Windows color (decimal): -284285 or 8628731. OLE color: 8628731.

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

Color convert

RGB251169131-
CMYK00.330.480.02
HSL19º93.75%74.9%-
HSV(B)19º47.81%98.43%-
XYZ58.0750.5228.16-
YUV189.1995.17172.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.55%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 131 (51.56% from 255) = 23.77%
R=45.55%
G=30.67%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116913100.330.480.021993.7574.9
HexFBA983021302135e4b
Octal37325120304160223136113
Binary1111101110101001100000110100001110000101001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA983; }

 p { color: rgb(251,169,131); }

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

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

 a { background-color: rgb(251,169,131); }

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

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

 span { border-color: rgb(251,169,131); }

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