Color Hex Logo

#fba561 Color Hex

#FBA561
(251,165,97)
0 Favorites   0 Comments

Color spaces of #fba561

RGB 25116597
HSL0.070.950.68
HSV26°61°98°
CMYK 0.000.340.61   0.02
XYZ55.396548.282617.7090
Yxy48.28260.45640.3978
Hunter Lab69.485720.706733.5294
CIE-Lab75.002825.401747.7302

#fba561 color RGB value is (251,165,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01100001
Octal 373 245 141
Decimal 251 165 97
Hex FB A5 61

RGB Percentages of Color #fba561

%48.93
%32.16
%18.91

CMYK Percentages of Color #fba561

%0
%34
%61
%2

Triadic Colors of #fba561

#fba561 #61fba5 #a561fb

Analogous Colors of #fba561

#fba561 #fbf261 #fb616a

Monochromatic Colors of #fba561

#fba561

Complementary Color

#fba561 #61b7fb

#fba561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba561 Color CSS Codes

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

#fba561 Text Font Color

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

This sample text font color is #fba561
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.


#fba561 Background Color

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

This div background color is #fba561


#fba561 Border Color

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

This div border color is #fba561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba561

Related Colors


Comments

No comments written yet.

Please login to write comment.