Color Hex Logo

#fcb627 Color Hex

#FCB627
(252,182,39)
0 Favorites   0 Comments

Color spaces of #fcb627

RGB 25218239
HSL0.110.970.57
HSV40°85°99°
CMYK 0.000.280.85   0.01
XYZ57.239054.29789.3832
Yxy54.29780.47340.4490
Hunter Lab73.68709.703844.0310
CIE-Lab78.635114.325674.8233

#fcb627 color RGB value is (252,182,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 00100111
Octal 374 266 47
Decimal 252 182 39
Hex FC B6 27

RGB Percentages of Color #fcb627

%53.28
%38.48
%8.25

CMYK Percentages of Color #fcb627

%0
%28
%85
%1

Triadic Colors of #fcb627

#fcb627 #27fcb6 #b627fc

Analogous Colors of #fcb627

#fcb627 #d8fc27 #fc4b27

Monochromatic Colors of #fcb627

#fcb627

Complementary Color

#fcb627 #276dfc

#fcb627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb627 Color CSS Codes

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

#fcb627 Text Font Color

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

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


#fcb627 Background Color

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

This div background color is #fcb627


#fcb627 Border Color

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

This div border color is #fcb627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb627

Related Colors


Comments

No comments written yet.

Please login to write comment.