Color Hex Logo

#fba666 Color Hex

#FBA666
(251,166,102)
0 Favorites   0 Comments

Color spaces of #fba666

RGB 251166102
HSL0.070.950.69
HSV26°59°98°
CMYK 0.000.340.59   0.02
XYZ55.818248.741019.0364
Yxy48.74100.45160.3944
Hunter Lab69.814820.538332.7037
CIE-Lab75.289925.221445.5630

#fba666 color RGB value is (251,166,102).

#fba666 hex color red value is 251, green value is 166 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fba666 hue: 0.07 , saturation: 0.95 and the lightness value of fba666 is 0.69.

The process color (four color CMYK) of #fba666 color hex is 0.00, 0.34, 0.59, 0.02. Web safe color of #fba666 is #ff9966. Color #fba666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 01100110
Octal 373 246 146
Decimal 251 166 102
Hex FB A6 66

RGB Percentages of Color #fba666

%48.36
%31.98
%19.65

CMYK Percentages of Color #fba666

%0
%34
%59
%2

Triadic Colors of #fba666

#fba666 #66fba6 #a666fb

Analogous Colors of #fba666

#fba666 #fbf166 #fb6671

Monochromatic Colors of #fba666

#fba666

Complementary Color

#fba666 #66bbfb

#fba666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba666 Color CSS Codes

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

#fba666 Text Font Color

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

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


#fba666 Background Color

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

This div background color is #fba666


#fba666 Border Color

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

This div border color is #fba666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba666


Comments

No comments written yet.

Please login to write comment.