Color Hex Logo

#fba92f Color Hex

#FBA92F
(251,169,47)
0 Favorites   0 Comments

Color spaces of #fba92f

RGB 25116947
HSL0.100.960.58
HSV36°81°98°
CMYK 0.000.330.81   0.02
XYZ54.484749.09049.2931
Yxy49.09040.48270.4349
Hunter Lab70.064516.195141.1812
CIE-Lab75.507520.922169.7147

#fba92f color RGB value is (251,169,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 00101111
Octal 373 251 57
Decimal 251 169 47
Hex FB A9 2F

RGB Percentages of Color #fba92f

%53.75
%36.19
%10.06

CMYK Percentages of Color #fba92f

%0
%33
%81
%2

Triadic Colors of #fba92f

#fba92f #2ffba9 #a92ffb

Analogous Colors of #fba92f

#fba92f #e7fb2f #fb432f

Monochromatic Colors of #fba92f

#fba92f

Complementary Color

#fba92f #2f81fb

#fba92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba92f Color CSS Codes

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

#fba92f Text Font Color

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

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


#fba92f Background Color

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

This div background color is #fba92f


#fba92f Border Color

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

This div border color is #fba92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba92f


Comments

No comments written yet.

Please login to write comment.