Color Hex Logo

#fcb53e Color Hex

#FCB53E
(252,181,62)
0 Favorites   0 Comments

Color spaces of #fcb53e

RGB 25218162
HSL0.100.970.62
HSV38°75°99°
CMYK 0.000.280.75   0.01
XYZ57.538354.091011.9654
Yxy54.09100.46550.4376
Hunter Lab73.546610.940841.8366
CIE-Lab78.514815.578767.1594

#fcb53e color RGB value is (252,181,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 00111110
Octal 374 265 76
Decimal 252 181 62
Hex FC B5 3E

RGB Percentages of Color #fcb53e

%50.91
%36.57
%12.53

CMYK Percentages of Color #fcb53e

%0
%28
%75
%1

Triadic Colors of #fcb53e

#fcb53e #3efcb5 #b53efc

Analogous Colors of #fcb53e

#fcb53e #e4fc3e #fc563e

Monochromatic Colors of #fcb53e

#fcb53e

Complementary Color

#fcb53e #3e85fc

#fcb53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb53e Color CSS Codes

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

#fcb53e Text Font Color

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

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


#fcb53e Background Color

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

This div background color is #fcb53e


#fcb53e Border Color

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

This div border color is #fcb53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb53e


Comments

No comments written yet.

Please login to write comment.