#FBA578

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

Shades of Light Salmon #FBA578

Tints of Light Salmon #FBA578

Color information

#FBA578 (or 0xFBA578) is unknown color: approx Light Salmon. HEX triplet: FB, A5 and 78. RGB value is (251,165,120). Sum of RGB (Red+Green+Blue) = 251+165+120=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA578 is #045A87. Grayscale: #B9B9B9. Windows color (decimal): -285320 or 7906811. OLE color: 7906811.

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

Color convert

RGB251165120-
CMYK00.340.520.02
HSL20.61º94.24%72.75%-
HSV(B)20.61º52.19%98.43%-
XYZ56.6348.7824.2-
YUV185.5890.99174.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.83%
GREEN value IS 165 (64.84% from 255) = 30.78%
BLUE value IS 120 (47.27% from 255) = 22.39%
R=46.83%
G=30.78%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116512000.340.520.0220.6194.2472.75
HexFBA578022342155e49
Octal37324517004264225136111
Binary111110111010010111110000100010110100101010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA578; }

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

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

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

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

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

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

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

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