Color Hex Logo

#fba506 Color Hex

#FBA506
(251,165,6)
0 Favorites   0 Comments

Color spaces of #fba506

RGB 2511656
HSL0.110.970.50
HSV39°98°98°
CMYK 0.000.340.98   0.02
XYZ53.271747.43266.5200
Yxy47.43260.49680.4424
Hunter Lab68.871317.544242.5970
CIE-Lab74.465622.307577.7298

#fba506 color RGB value is (251,165,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 00000110
Octal 373 245 6
Decimal 251 165 6
Hex FB A5 6

RGB Percentages of Color #fba506

%59.48
%39.10
%1.42

CMYK Percentages of Color #fba506

%0
%34
%98
%2

Triadic Colors of #fba506

#fba506 #06fba5 #a506fb

Analogous Colors of #fba506

#fba506 #d7fb06 #fb2a06

Monochromatic Colors of #fba506

#fba506

Complementary Color

#fba506 #065cfb

#fba506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba506 Color CSS Codes

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

#fba506 Text Font Color

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

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


#fba506 Background Color

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

This div background color is #fba506


#fba506 Border Color

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

This div border color is #fba506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba506

Related Colors


Comments

No comments written yet.

Please login to write comment.