Color Hex Logo

#fba83a Color Hex

#FBA83A
(251,168,58)
0 Favorites   0 Comments

Color spaces of #fba83a

RGB 25116858
HSL0.090.960.61
HSV34°77°98°
CMYK 0.000.330.77   0.02
XYZ54.550048.820010.5511
Yxy48.82000.47880.4285
Hunter Lab69.871317.083939.9567
CIE-Lab75.339221.813565.6180

#fba83a color RGB value is (251,168,58).

#fba83a hex color red value is 251, green value is 168 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fba83a hue: 0.09 , saturation: 0.96 and the lightness value of fba83a is 0.61.

The process color (four color CMYK) of #fba83a color hex is 0.00, 0.33, 0.77, 0.02. Web safe color of #fba83a is #ff9933. Color #fba83a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 00111010
Octal 373 250 72
Decimal 251 168 58
Hex FB A8 3A

RGB Percentages of Color #fba83a

%52.62
%35.22
%12.16

CMYK Percentages of Color #fba83a

%0
%33
%77
%2

Triadic Colors of #fba83a

#fba83a #3afba8 #a83afb

Analogous Colors of #fba83a

#fba83a #eefb3a #fb483a

Monochromatic Colors of #fba83a

#fba83a

Complementary Color

#fba83a #3a8dfb

#fba83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba83a Color CSS Codes

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

#fba83a Text Font Color

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

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


#fba83a Background Color

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

This div background color is #fba83a


#fba83a Border Color

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

This div border color is #fba83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba83a

Related Colors


Comments

No comments written yet.

Please login to write comment.