Color Hex Logo

#fba569 Color Hex

#FBA569
(251,165,105)
0 Favorites   0 Comments

Color spaces of #fba569

RGB 251165105
HSL0.070.950.70
HSV25°58°98°
CMYK 0.000.340.58   0.02
XYZ55.788648.439419.7740
Yxy48.43940.44990.3906
Hunter Lab69.598421.284531.8737
CIE-Lab75.101225.960643.8115

#fba569 color RGB value is (251,165,105).

#fba569 hex color red value is 251, green value is 165 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fba569 hue: 0.07 , saturation: 0.95 and the lightness value of fba569 is 0.70.

The process color (four color CMYK) of #fba569 color hex is 0.00, 0.34, 0.58, 0.02. Web safe color of #fba569 is #ff9966. Color #fba569 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01101001
Octal 373 245 151
Decimal 251 165 105
Hex FB A5 69

RGB Percentages of Color #fba569

%48.18
%31.67
%20.15

CMYK Percentages of Color #fba569

%0
%34
%58
%2

Triadic Colors of #fba569

#fba569 #69fba5 #a569fb

Analogous Colors of #fba569

#fba569 #fbee69 #fb6976

Monochromatic Colors of #fba569

#fba569

Complementary Color

#fba569 #69bffb

#fba569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba569 Color CSS Codes

.mybgcolor {background-color:#fba569; } 
.myforecolor {color:#fba569; }
.mybordercolor {border:3px solid #fba569; }

#fba569 Text Font Color

<p style="color:#fba569">Text here</p>

This sample text font color is #fba569
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fba569 Background Color

<div style="background-color:#fba569">
Div content here</div>

This div background color is #fba569


#fba569 Border Color

<div style="border:3px solid #fba569">
Div here</div>

This div border color is #fba569


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,165,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fba569; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fba569;
  -webkit-box-shadow: 1px 1px 3px 2px #fba569;
  box-shadow:         1px 1px 3px 2px #fba569; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,165,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fba569">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fba569;
  -webkit-box-shadow: 1px 1px 3px 2px #fba569;
  box-shadow:         1px 1px 3px 2px #fba569;">
Div content here</div>

This div box has shadow with color #fba569


Comments

No comments written yet.

Please login to write comment.