Color Hex Logo

#fba64e Color Hex

#FBA64E
(251,166,78)
0 Favorites   0 Comments

Color spaces of #fba64e

RGB 25116678
HSL0.080.960.65
HSV31°69°98°
CMYK 0.000.340.69   0.02
XYZ54.795048.331713.6487
Yxy48.33170.46920.4139
Hunter Lab69.521019.028237.0246
CIE-Lab75.033723.751756.8608

#fba64e color RGB value is (251,166,78).

#fba64e hex color red value is 251, green value is 166 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fba64e hue: 0.08 , saturation: 0.96 and the lightness value of fba64e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 01001110
Octal 373 246 116
Decimal 251 166 78
Hex FB A6 4E

RGB Percentages of Color #fba64e

%50.71
%33.54
%15.76

CMYK Percentages of Color #fba64e

%0
%34
%69
%2

Triadic Colors of #fba64e

#fba64e #4efba6 #a64efb

Analogous Colors of #fba64e

#fba64e #fafb4e #fb4f4e

Monochromatic Colors of #fba64e

#fba64e

Complementary Color

#fba64e #4ea3fb

#fba64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba64e Color CSS Codes

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

#fba64e Text Font Color

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

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


#fba64e Background Color

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

This div background color is #fba64e


#fba64e Border Color

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

This div border color is #fba64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba64e


Comments

No comments written yet.

Please login to write comment.