Color Hex Logo

#fba926 Color Hex

#FBA926
(251,169,38)
0 Favorites   0 Comments

Color spaces of #fba926

RGB 25116938
HSL0.100.960.57
HSV37°85°98°
CMYK 0.000.330.85   0.02
XYZ54.321549.02518.4335
Yxy49.02510.48600.4386
Hunter Lab70.017915.953041.8712
CIE-Lab75.466920.681972.4480

#fba926 color RGB value is (251,169,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 00100110
Octal 373 251 46
Decimal 251 169 38
Hex FB A9 26

RGB Percentages of Color #fba926

%54.80
%36.90
%8.30

CMYK Percentages of Color #fba926

%0
%33
%85
%2

Triadic Colors of #fba926

#fba926 #26fba9 #a926fb

Analogous Colors of #fba926

#fba926 #e3fb26 #fb3f26

Monochromatic Colors of #fba926

#fba926

Complementary Color

#fba926 #2678fb

#fba926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba926 Color CSS Codes

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

#fba926 Text Font Color

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

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


#fba926 Background Color

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

This div background color is #fba926


#fba926 Border Color

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

This div border color is #fba926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba926


Comments

No comments written yet.

Please login to write comment.