Color Hex Logo

#fba806 Color Hex

#FBA806
(251,168,6)
0 Favorites   0 Comments

Color spaces of #fba806

RGB 2511686
HSL0.110.970.50
HSV40°98°98°
CMYK 0.000.330.98   0.02
XYZ53.819248.52766.7025
Yxy48.52760.49350.4450
Hunter Lab69.661815.997343.0586
CIE-Lab75.156520.737278.1976

#fba806 color RGB value is (251,168,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 00000110
Octal 373 250 6
Decimal 251 168 6
Hex FB A8 6

RGB Percentages of Color #fba806

%59.06
%39.53
%1.41

CMYK Percentages of Color #fba806

%0
%33
%98
%2

Triadic Colors of #fba806

#fba806 #06fba8 #a806fb

Analogous Colors of #fba806

#fba806 #d4fb06 #fb2d06

Monochromatic Colors of #fba806

#fba806

Complementary Color

#fba806 #0659fb

#fba806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba806 Color CSS Codes

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

#fba806 Text Font Color

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

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


#fba806 Background Color

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

This div background color is #fba806


#fba806 Border Color

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

This div border color is #fba806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba806

Related Colors


Comments

No comments written yet.

Please login to write comment.