Color Hex Logo

#fcb328 Color Hex

#FCB328
(252,179,40)
0 Favorites   0 Comments

Color spaces of #fcb328

RGB 25217940
HSL0.110.970.57
HSV39°84°99°
CMYK 0.000.290.84   0.01
XYZ56.648053.08889.2690
Yxy53.08880.47600.4461
Hunter Lab72.862111.269643.4610
CIE-Lab77.927415.917673.9631

#fcb328 color RGB value is (252,179,40).

#fcb328 hex color red value is 252, green value is 179 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #fcb328 hue: 0.11 , saturation: 0.97 and the lightness value of fcb328 is 0.57.

The process color (four color CMYK) of #fcb328 color hex is 0.00, 0.29, 0.84, 0.01. Web safe color of #fcb328 is #ffcc33. Color #fcb328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00101000
Octal 374 263 50
Decimal 252 179 40
Hex FC B3 28

RGB Percentages of Color #fcb328

%53.50
%38.00
%8.49

CMYK Percentages of Color #fcb328

%0
%29
%84
%1

Triadic Colors of #fcb328

#fcb328 #28fcb3 #b328fc

Analogous Colors of #fcb328

#fcb328 #dbfc28 #fc4928

Monochromatic Colors of #fcb328

#fcb328

Complementary Color

#fcb328 #2871fc

#fcb328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb328 Color CSS Codes

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

#fcb328 Text Font Color

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

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


#fcb328 Background Color

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

This div background color is #fcb328


#fcb328 Border Color

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

This div border color is #fcb328


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,179,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcb328; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcb328;
  -webkit-box-shadow: 1px 1px 3px 2px #fcb328;
  box-shadow:         1px 1px 3px 2px #fcb328; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,179,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb328

Related Colors


Comments

No comments written yet.

Please login to write comment.