Color Hex Logo

#fba606 Color Hex

#FBA606
(251,166,6)
0 Favorites   0 Comments

Color spaces of #fba606

RGB 2511666
HSL0.110.970.50
HSV39°98°98°
CMYK 0.000.340.98   0.02
XYZ53.452847.79486.5804
Yxy47.79480.49570.4433
Hunter Lab69.133817.028442.7502
CIE-Lab74.695321.784177.8849

#fba606 color RGB value is (251,166,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 00000110
Octal 373 246 6
Decimal 251 166 6
Hex FB A6 6

RGB Percentages of Color #fba606

%59.34
%39.24
%1.42

CMYK Percentages of Color #fba606

%0
%34
%98
%2

Triadic Colors of #fba606

#fba606 #06fba6 #a606fb

Analogous Colors of #fba606

#fba606 #d6fb06 #fb2b06

Monochromatic Colors of #fba606

#fba606

Complementary Color

#fba606 #065bfb

#fba606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba606 Color CSS Codes

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

#fba606 Text Font Color

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

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


#fba606 Background Color

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

This div background color is #fba606


#fba606 Border Color

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

This div border color is #fba606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba606


Comments

No comments written yet.

Please login to write comment.