#FBA07A

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

Shades of Light Salmon #FBA07A

Tints of Light Salmon #FBA07A

Color information

#FBA07A (or 0xFBA07A) is unknown color: approx Light Salmon. HEX triplet: FB, A0 and 7A. RGB value is (251,160,122). Sum of RGB (Red+Green+Blue) = 251+160+122=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA07A is #045F85. Grayscale: #B7B7B7. Windows color (decimal): -286598 or 8036603. OLE color: 8036603.

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

Color convert

RGB251160122-
CMYK00.360.510.02
HSL17.67º94.16%73.14%-
HSV(B)17.67º51.39%98.43%-
XYZ55.8747.0624.55-
YUV182.8893.65176.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.09%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 122 (48.05% from 255) = 22.89%
R=47.09%
G=30.02%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116012200.360.510.0217.6794.1673.14
HexFBA07A024332125e49
Octal37324017204463222136111
Binary111110111010000011110100100100110011101001010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA07A; }

 p { color: rgb(251,160,122); }

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

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

 a { background-color: rgb(251,160,122); }

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

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

 span { border-color: rgb(251,160,122); }

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