Color Hex Logo

#fba92e Color Hex

#FBA92E
(251,169,46)
1 Favorites   0 Comments

Color spaces of #fba92e

RGB 25116946
HSL0.100.960.58
HSV36°82°98°
CMYK 0.000.330.82   0.02
XYZ54.464849.08249.1880
Yxy49.08240.48310.4354
Hunter Lab70.058816.165741.2655
CIE-Lab75.502620.893070.0393

#fba92e color RGB value is (251,169,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 00101110
Octal 373 251 56
Decimal 251 169 46
Hex FB A9 2E

RGB Percentages of Color #fba92e

%53.86
%36.27
%9.87

CMYK Percentages of Color #fba92e

%0
%33
%82
%2

Triadic Colors of #fba92e

#fba92e #2efba9 #a92efb

Analogous Colors of #fba92e

#fba92e #e7fb2e #fb432e

Monochromatic Colors of #fba92e

#fba92e

Complementary Color

#fba92e #2e80fb

#fba92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba92e Color CSS Codes

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

#fba92e Text Font Color

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

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


#fba92e Background Color

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

This div background color is #fba92e


#fba92e Border Color

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

This div border color is #fba92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba92e

#fba92e Color Palettes


Comments

No comments written yet.

Please login to write comment.