Color Hex Logo

#fba32a Color Hex

#FBA32A
(251,163,42)
0 Favorites   0 Comments

Color spaces of #fba32a

RGB 25116342
HSL0.100.960.57
HSV35°83°98°
CMYK 0.000.350.83   0.02
XYZ53.298846.87088.4283
Yxy46.87080.49080.4316
Hunter Lab68.462319.155840.6245
CIE-Lab74.107123.923170.1209

#fba32a color RGB value is (251,163,42).

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

The process color (four color CMYK) of #fba32a color hex is 0.00, 0.35, 0.83, 0.02. Web safe color of #fba32a is #ff9933. Color #fba32a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 00101010
Octal 373 243 52
Decimal 251 163 42
Hex FB A3 2A

RGB Percentages of Color #fba32a

%55.04
%35.75
%9.21

CMYK Percentages of Color #fba32a

%0
%35
%83
%2

Triadic Colors of #fba32a

#fba32a #2afba3 #a32afb

Analogous Colors of #fba32a

#fba32a #ebfb2a #fb3a2a

Monochromatic Colors of #fba32a

#fba32a

Complementary Color

#fba32a #2a82fb

#fba32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba32a Color CSS Codes

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

#fba32a Text Font Color

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

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


#fba32a Background Color

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

This div background color is #fba32a


#fba32a Border Color

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

This div border color is #fba32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba32a

Related Colors


Comments

No comments written yet.

Please login to write comment.