Color Hex Logo

#fba406 Color Hex

#FBA406
(251,164,6)
0 Favorites   0 Comments

Color spaces of #fba406

RGB 2511646
HSL0.110.970.50
HSV39°98°98°
CMYK 0.000.350.98   0.02
XYZ53.092047.07336.4601
Yxy47.07330.49790.4415
Hunter Lab68.610018.060042.4444
CIE-Lab74.236622.830677.5753

#fba406 color RGB value is (251,164,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 00000110
Octal 373 244 6
Decimal 251 164 6
Hex FB A4 6

RGB Percentages of Color #fba406

%59.62
%38.95
%1.43

CMYK Percentages of Color #fba406

%0
%35
%98
%2

Triadic Colors of #fba406

#fba406 #06fba4 #a406fb

Analogous Colors of #fba406

#fba406 #d8fb06 #fb2906

Monochromatic Colors of #fba406

#fba406

Complementary Color

#fba406 #065dfb

#fba406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba406 Color CSS Codes

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

#fba406 Text Font Color

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

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


#fba406 Background Color

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

This div background color is #fba406


#fba406 Border Color

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

This div border color is #fba406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba406


Comments

No comments written yet.

Please login to write comment.