#FBA57C

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

Shades of Light Salmon #FBA57C

Tints of Light Salmon #FBA57C

Color information

#FBA57C (or 0xFBA57C) is unknown color: approx Light Salmon. HEX triplet: FB, A5 and 7C. RGB value is (251,165,124). Sum of RGB (Red+Green+Blue) = 251+165+124=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA57C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA57C is #045A83. Grayscale: #BABABA. Windows color (decimal): -285316 or 8168955. OLE color: 8168955.

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

Color convert

RGB251165124-
CMYK00.340.510.02
HSL19.37º94.07%73.53%-
HSV(B)19.37º50.6%98.43%-
XYZ56.8848.8725.5-
YUV186.0492.99174.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.48%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 124 (48.83% from 255) = 22.96%
R=46.48%
G=30.56%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116512400.340.510.0219.3794.0773.53
HexFBA57C022332135e4a
Octal37324517404263223136112
Binary111110111010010111111000100010110011101001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA57C; }

 p { color: rgb(251,165,124); }

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

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

 a { background-color: rgb(251,165,124); }

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

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

 span { border-color: rgb(251,165,124); }

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