Color Hex Logo

#fcb529 Color Hex

#FCB529
(252,181,41)
0 Favorites   0 Comments

Color spaces of #fcb529

RGB 25218141
HSL0.110.970.57
HSV40°84°99°
CMYK 0.000.280.84   0.01
XYZ57.069053.90339.4943
Yxy53.90330.47370.4475
Hunter Lab73.418910.266343.7260
CIE-Lab78.405314.897474.0799

#fcb529 color RGB value is (252,181,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 00101001
Octal 374 265 51
Decimal 252 181 41
Hex FC B5 29

RGB Percentages of Color #fcb529

%53.16
%38.19
%8.65

CMYK Percentages of Color #fcb529

%0
%28
%84
%1

Triadic Colors of #fcb529

#fcb529 #29fcb5 #b529fc

Analogous Colors of #fcb529

#fcb529 #dafc29 #fc4c29

Monochromatic Colors of #fcb529

#fcb529

Complementary Color

#fcb529 #2970fc

#fcb529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb529 Color CSS Codes

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

#fcb529 Text Font Color

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

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


#fcb529 Background Color

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

This div background color is #fcb529


#fcb529 Border Color

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

This div border color is #fcb529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb529


Comments

No comments written yet.

Please login to write comment.