#FBA479

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

Shades of Light Salmon #FBA479

Tints of Light Salmon #FBA479

Color information

#FBA479 (or 0xFBA479) is unknown color: approx Light Salmon. HEX triplet: FB, A4 and 79. RGB value is (251,164,121). Sum of RGB (Red+Green+Blue) = 251+164+121=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA479 is #045B86. Grayscale: #B9B9B9. Windows color (decimal): -285575 or 7972091. OLE color: 7972091.

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

Color convert

RGB251164121-
CMYK00.350.520.02
HSL19.85º94.2%72.94%-
HSV(B)19.85º51.79%98.43%-
XYZ56.5148.4424.46-
YUV185.1191.82175-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.83%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 121 (47.66% from 255) = 22.57%
R=46.83%
G=30.60%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116412100.350.520.0219.8594.272.94
HexFBA479023342145e49
Octal37324417104364224136111
Binary111110111010010011110010100011110100101010010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA479; }

 p { color: rgb(251,164,121); }

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

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

 a { background-color: rgb(251,164,121); }

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

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

 span { border-color: rgb(251,164,121); }

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