#FBA081

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

Shades of Light Salmon #FBA081

Tints of Light Salmon #FBA081

Color information

#FBA081 (or 0xFBA081) is unknown color: approx Light Salmon. HEX triplet: FB, A0 and 81. RGB value is (251,160,129). Sum of RGB (Red+Green+Blue) = 251+160+129=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA081 is #045F7E. Grayscale: #B7B7B7. Windows color (decimal): -286591 or 8495355. OLE color: 8495355.

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

Color convert

RGB251160129-
CMYK00.360.490.02
HSL15.25º93.85%74.51%-
HSV(B)15.25º48.61%98.43%-
XYZ56.3247.2426.92-
YUV183.6897.15176.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.48%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 129 (50.78% from 255) = 23.89%
R=46.48%
G=29.63%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116012900.360.490.0215.2593.8574.51
HexFBA081024312f5e4b
Octal37324020104461217136113
Binary111110111010000010000001010010011000110111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA081; }

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

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

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

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

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

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

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

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