Color Hex Logo

#fcb521 Color Hex

#FCB521
(252,181,33)
0 Favorites   0 Comments

Color spaces of #fcb521

RGB 25218133
HSL0.110.970.56
HSV41°87°99°
CMYK 0.000.280.87   0.01
XYZ56.943353.85308.8323
Yxy53.85300.47600.4502
Hunter Lab73.384610.085344.2333
CIE-Lab78.375914.714176.1404

#fcb521 color RGB value is (252,181,33).

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

The process color (four color CMYK) of #fcb521 color hex is 0.00, 0.28, 0.87, 0.01. Web safe color of #fcb521 is #ffcc33. Color #fcb521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 00100001
Octal 374 265 41
Decimal 252 181 33
Hex FC B5 21

RGB Percentages of Color #fcb521

%54.08
%38.84
%7.08

CMYK Percentages of Color #fcb521

%0
%28
%87
%1

Triadic Colors of #fcb521

#fcb521 #21fcb5 #b521fc

Analogous Colors of #fcb521

#fcb521 #d6fc21 #fc4821

Monochromatic Colors of #fcb521

#fcb521

Complementary Color

#fcb521 #2168fc

#fcb521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb521 Color CSS Codes

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

#fcb521 Text Font Color

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

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


#fcb521 Background Color

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

This div background color is #fcb521


#fcb521 Border Color

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

This div border color is #fcb521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb521

Related Colors


Comments

No comments written yet.

Please login to write comment.