Color Hex Logo

#fba461 Color Hex

#FBA461
(251,164,97)
0 Favorites   0 Comments

Color spaces of #fba461

RGB 25116497
HSL0.070.950.68
HSV26°61°98°
CMYK 0.000.350.61   0.02
XYZ55.216847.923217.6491
Yxy47.92320.45710.3968
Hunter Lab69.226621.229433.3428
CIE-Lab74.776525.925347.4632

#fba461 color RGB value is (251,164,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 01100001
Octal 373 244 141
Decimal 251 164 97
Hex FB A4 61

RGB Percentages of Color #fba461

%49.02
%32.03
%18.95

CMYK Percentages of Color #fba461

%0
%35
%61
%2

Triadic Colors of #fba461

#fba461 #61fba4 #a461fb

Analogous Colors of #fba461

#fba461 #fbf161 #fb616b

Monochromatic Colors of #fba461

#fba461

Complementary Color

#fba461 #61b8fb

#fba461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba461 Color CSS Codes

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

#fba461 Text Font Color

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

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


#fba461 Background Color

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

This div background color is #fba461


#fba461 Border Color

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

This div border color is #fba461


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,164,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 #fba461">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba461

Related Colors

#fba461 Color Palettes


Comments

No comments written yet.

Please login to write comment.