Color Hex Logo

#fba82f Color Hex

#FBA82F
(251,168,47)
0 Favorites   0 Comments

Color spaces of #fba82f

RGB 25116847
HSL0.100.960.58
HSV36°81°98°
CMYK 0.000.330.81   0.02
XYZ54.299448.71979.2313
Yxy48.71970.48370.4340
Hunter Lab69.799516.712141.0183
CIE-Lab75.276621.446069.5122

#fba82f color RGB value is (251,168,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 00101111
Octal 373 250 57
Decimal 251 168 47
Hex FB A8 2F

RGB Percentages of Color #fba82f

%53.86
%36.05
%10.09

CMYK Percentages of Color #fba82f

%0
%33
%81
%2

Triadic Colors of #fba82f

#fba82f #2ffba8 #a82ffb

Analogous Colors of #fba82f

#fba82f #e8fb2f #fb422f

Monochromatic Colors of #fba82f

#fba82f

Complementary Color

#fba82f #2f82fb

#fba82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba82f Color CSS Codes

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

#fba82f Text Font Color

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

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


#fba82f Background Color

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

This div background color is #fba82f


#fba82f Border Color

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

This div border color is #fba82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba82f


Comments

No comments written yet.

Please login to write comment.