Color Hex Logo

#fba063 Color Hex

#FBA063
(251,160,99)
0 Favorites   0 Comments

Color spaces of #fba063

RGB 25116099
HSL0.070.950.69
HSV24°61°98°
CMYK 0.000.360.61   0.02
XYZ54.606646.551717.9117
Yxy46.55170.45860.3910
Hunter Lab68.228823.461232.1951
CIE-Lab73.902128.151645.4175

#fba063 color RGB value is (251,160,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 01100011
Octal 373 240 143
Decimal 251 160 99
Hex FB A0 63

RGB Percentages of Color #fba063

%49.22
%31.37
%19.41

CMYK Percentages of Color #fba063

%0
%36
%61
%2

Triadic Colors of #fba063

#fba063 #63fba0 #a063fb

Analogous Colors of #fba063

#fba063 #fbec63 #fb6372

Monochromatic Colors of #fba063

#fba063

Complementary Color

#fba063 #63befb

#fba063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba063 Color CSS Codes

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

#fba063 Text Font Color

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

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


#fba063 Background Color

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

This div background color is #fba063


#fba063 Border Color

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

This div border color is #fba063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba063


Comments

No comments written yet.

Please login to write comment.