Color Hex Logo

#fcb629 Color Hex

#FCB629
(252,182,41)
0 Favorites   0 Comments

Color spaces of #fcb629

RGB 25218241
HSL0.110.970.57
HSV40°84°99°
CMYK 0.000.280.84   0.01
XYZ57.273154.31149.5624
Yxy54.31140.47280.4483
Hunter Lab73.69639.752943.8943
CIE-Lab78.643014.375374.2781

#fcb629 color RGB value is (252,182,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 00101001
Octal 374 266 51
Decimal 252 182 41
Hex FC B6 29

RGB Percentages of Color #fcb629

%53.05
%38.32
%8.63

CMYK Percentages of Color #fcb629

%0
%28
%84
%1

Triadic Colors of #fcb629

#fcb629 #29fcb6 #b629fc

Analogous Colors of #fcb629

#fcb629 #d9fc29 #fc4d29

Monochromatic Colors of #fcb629

#fcb629

Complementary Color

#fcb629 #296ffc

#fcb629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb629 Color CSS Codes

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

#fcb629 Text Font Color

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

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


#fcb629 Background Color

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

This div background color is #fcb629


#fcb629 Border Color

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

This div border color is #fcb629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb629


Comments

No comments written yet.

Please login to write comment.