#FBA581

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

Shades of Light Salmon #FBA581

Tints of Light Salmon #FBA581

Color information

#FBA581 (or 0xFBA581) is unknown color: approx Light Salmon. HEX triplet: FB, A5 and 81. RGB value is (251,165,129). Sum of RGB (Red+Green+Blue) = 251+165+129=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA581 is #045A7E. Grayscale: #BABABA. Windows color (decimal): -285311 or 8496635. OLE color: 8496635.

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

Color convert

RGB251165129-
CMYK00.340.490.02
HSL17.7º93.85%74.51%-
HSV(B)17.7º48.61%98.43%-
XYZ57.24927.21-
YUV186.6195.49173.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.06%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=46.06%
G=30.28%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116512900.340.490.0217.793.8574.51
HexFBA581022312125e4b
Octal37324520104261222136113
Binary1111101110100101100000010100010110001101001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA581; }

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

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

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

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

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

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

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

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