Color Hex Logo

#fba702 Color Hex

#FBA702
(251,167,2)
0 Favorites   0 Comments

Color spaces of #fba702

RGB 2511672
HSL0.110.980.50
HSV40°99°98°
CMYK 0.000.330.99   0.02
XYZ53.613348.15106.5258
Yxy48.15100.49510.4446
Hunter Lab69.390916.479842.9978
CIE-Lab74.920121.228178.4901

#fba702 color RGB value is (251,167,2).

#fba702 hex color red value is 251, green value is 167 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fba702 hue: 0.11 , saturation: 0.98 and the lightness value of fba702 is 0.50.

The process color (four color CMYK) of #fba702 color hex is 0.00, 0.33, 0.99, 0.02. Web safe color of #fba702 is #ff9900. Color #fba702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 00000010
Octal 373 247 2
Decimal 251 167 2
Hex FB A7 2

RGB Percentages of Color #fba702

%59.76
%39.76
%0.48

CMYK Percentages of Color #fba702

%0
%33
%99
%2

Triadic Colors of #fba702

#fba702 #02fba7 #a702fb

Analogous Colors of #fba702

#fba702 #d3fb02 #fb2b02

Monochromatic Colors of #fba702

#fba702

Complementary Color

#fba702 #0256fb

#fba702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba702 Color CSS Codes

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

#fba702 Text Font Color

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

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


#fba702 Background Color

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

This div background color is #fba702


#fba702 Border Color

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

This div border color is #fba702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba702


Comments

No comments written yet.

Please login to write comment.