Color Hex Logo

#fba94b Color Hex

#FBA94B
(251,169,75)
0 Favorites   0 Comments

Color spaces of #fba94b

RGB 25116975
HSL0.090.960.64
HSV32°70°98°
CMYK 0.000.330.70   0.02
XYZ55.241649.393213.2789
Yxy49.39320.46850.4189
Hunter Lab70.280317.313837.9938
CIE-Lab75.695322.027358.9138

#fba94b color RGB value is (251,169,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01001011
Octal 373 251 113
Decimal 251 169 75
Hex FB A9 4B

RGB Percentages of Color #fba94b

%50.71
%34.14
%15.15

CMYK Percentages of Color #fba94b

%0
%33
%70
%2

Triadic Colors of #fba94b

#fba94b #4bfba9 #a94bfb

Analogous Colors of #fba94b

#fba94b #f5fb4b #fb514b

Monochromatic Colors of #fba94b

#fba94b

Complementary Color

#fba94b #4b9dfb

#fba94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba94b Color CSS Codes

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

#fba94b Text Font Color

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

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


#fba94b Background Color

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

This div background color is #fba94b


#fba94b Border Color

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

This div border color is #fba94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba94b

Related Colors


Comments

No comments written yet.

Please login to write comment.