Color Hex Logo

#fba663 Color Hex

#FBA663
(251,166,99)
0 Favorites   0 Comments

Color spaces of #fba663

RGB 25116699
HSL0.070.950.69
HSV26°61°98°
CMYK 0.000.340.61   0.02
XYZ55.672048.682518.2668
Yxy48.68250.45400.3970
Hunter Lab69.772820.323333.3186
CIE-Lab75.253425.013047.0278

#fba663 color RGB value is (251,166,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 01100011
Octal 373 246 143
Decimal 251 166 99
Hex FB A6 63

RGB Percentages of Color #fba663

%48.64
%32.17
%19.19

CMYK Percentages of Color #fba663

%0
%34
%61
%2

Triadic Colors of #fba663

#fba663 #63fba6 #a663fb

Analogous Colors of #fba663

#fba663 #fbf263 #fb636c

Monochromatic Colors of #fba663

#fba663

Complementary Color

#fba663 #63b8fb

#fba663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba663 Color CSS Codes

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

#fba663 Text Font Color

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

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


#fba663 Background Color

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

This div background color is #fba663


#fba663 Border Color

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

This div border color is #fba663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba663


Comments

No comments written yet.

Please login to write comment.