Color Hex Logo

#fbac2a Color Hex

#FBAC2A
(251,172,42)
0 Favorites   0 Comments

Color spaces of #fbac2a

RGB 25117242
HSL0.100.960.57
HSV37°83°98°
CMYK 0.000.310.83   0.02
XYZ54.954150.18148.9801
Yxy50.18140.48160.4397
Hunter Lab70.838814.505642.0711
CIE-Lab76.180519.210971.8748

#fbac2a color RGB value is (251,172,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 00101010
Octal 373 254 52
Decimal 251 172 42
Hex FB AC 2A

RGB Percentages of Color #fbac2a

%53.98
%36.99
%9.03

CMYK Percentages of Color #fbac2a

%0
%31
%83
%2

Triadic Colors of #fbac2a

#fbac2a #2afbac #ac2afb

Analogous Colors of #fbac2a

#fbac2a #e2fb2a #fb432a

Monochromatic Colors of #fbac2a

#fbac2a

Complementary Color

#fbac2a #2a79fb

#fbac2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbac2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbac2a Color CSS Codes

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

#fbac2a Text Font Color

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

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


#fbac2a Background Color

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

This div background color is #fbac2a


#fbac2a Border Color

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

This div border color is #fbac2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbac2a

Related Colors


Comments

No comments written yet.

Please login to write comment.