Color Hex Logo

#fba64f Color Hex

#FBA64F
(251,166,79)
0 Favorites   0 Comments

Color spaces of #fba64f

RGB 25116679
HSL0.080.960.65
HSV30°69°98°
CMYK 0.000.340.69   0.02
XYZ54.831248.346213.8390
Yxy48.34620.46860.4132
Hunter Lab69.531419.081836.8714
CIE-Lab75.042823.804056.4135

#fba64f color RGB value is (251,166,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 01001111
Octal 373 246 117
Decimal 251 166 79
Hex FB A6 4F

RGB Percentages of Color #fba64f

%50.60
%33.47
%15.93

CMYK Percentages of Color #fba64f

%0
%34
%69
%2

Triadic Colors of #fba64f

#fba64f #4ffba6 #a64ffb

Analogous Colors of #fba64f

#fba64f #fafb4f #fb504f

Monochromatic Colors of #fba64f

#fba64f

Complementary Color

#fba64f #4fa4fb

#fba64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba64f Color CSS Codes

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

#fba64f Text Font Color

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

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


#fba64f Background Color

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

This div background color is #fba64f


#fba64f Border Color

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

This div border color is #fba64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba64f

Related Colors


Comments

No comments written yet.

Please login to write comment.