Color Hex Logo

#fba502 Color Hex

#FBA502
(251,165,2)
0 Favorites   0 Comments

Color spaces of #fba502

RGB 2511652
HSL0.110.980.50
HSV39°99°98°
CMYK 0.000.340.99   0.02
XYZ53.249847.42396.4046
Yxy47.42390.49730.4429
Hunter Lab68.865017.511242.6914
CIE-Lab74.460122.274978.1846

#fba502 color RGB value is (251,165,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 00000010
Octal 373 245 2
Decimal 251 165 2
Hex FB A5 2

RGB Percentages of Color #fba502

%60.05
%39.47
%0.48

CMYK Percentages of Color #fba502

%0
%34
%99
%2

Triadic Colors of #fba502

#fba502 #02fba5 #a502fb

Analogous Colors of #fba502

#fba502 #d5fb02 #fb2902

Monochromatic Colors of #fba502

#fba502

Complementary Color

#fba502 #0258fb

#fba502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba502 Color CSS Codes

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

#fba502 Text Font Color

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

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


#fba502 Background Color

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

This div background color is #fba502


#fba502 Border Color

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

This div border color is #fba502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba502


Comments

No comments written yet.

Please login to write comment.