Color Hex Logo

#fcb62e Color Hex

#FCB62E
(252,182,46)
0 Favorites   0 Comments

Color spaces of #fcb62e

RGB 25218246
HSL0.110.970.58
HSV40°82°99°
CMYK 0.000.280.82   0.01
XYZ57.366054.348610.0516
Yxy54.34860.47110.4463
Hunter Lab73.72159.886243.5211
CIE-Lab78.664614.510472.8245

#fcb62e color RGB value is (252,182,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 00101110
Octal 374 266 56
Decimal 252 182 46
Hex FC B6 2E

RGB Percentages of Color #fcb62e

%52.50
%37.92
%9.58

CMYK Percentages of Color #fcb62e

%0
%28
%82
%1

Triadic Colors of #fcb62e

#fcb62e #2efcb6 #b62efc

Analogous Colors of #fcb62e

#fcb62e #dbfc2e #fc4f2e

Monochromatic Colors of #fcb62e

#fcb62e

Complementary Color

#fcb62e #2e74fc

#fcb62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb62e Color CSS Codes

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

#fcb62e Text Font Color

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

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


#fcb62e Background Color

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

This div background color is #fcb62e


#fcb62e Border Color

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

This div border color is #fcb62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb62e


Comments

No comments written yet.

Please login to write comment.