Color Hex Logo

#fca63e Color Hex

#FCA63E
(252,166,62)
0 Favorites   0 Comments

Color spaces of #fca63e

RGB 25216662
HSL0.090.970.62
HSV33°75°99°
CMYK 0.000.340.75   0.01
XYZ54.650648.315711.0029
Yxy48.31570.47950.4239
Hunter Lab69.509518.700839.2714
CIE-Lab75.023623.429163.7809

#fca63e color RGB value is (252,166,62).

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

The process color (four color CMYK) of #fca63e color hex is 0.00, 0.34, 0.75, 0.01. Web safe color of #fca63e is #ff9933. Color #fca63e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 00111110
Octal 374 246 76
Decimal 252 166 62
Hex FC A6 3E

RGB Percentages of Color #fca63e

%52.50
%34.58
%12.92

CMYK Percentages of Color #fca63e

%0
%34
%75
%1

Triadic Colors of #fca63e

#fca63e #3efca6 #a63efc

Analogous Colors of #fca63e

#fca63e #f3fc3e #fc473e

Monochromatic Colors of #fca63e

#fca63e

Complementary Color

#fca63e #3e94fc

#fca63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca63e Color CSS Codes

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

#fca63e Text Font Color

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

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


#fca63e Background Color

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

This div background color is #fca63e


#fca63e Border Color

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

This div border color is #fca63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca63e


Comments

No comments written yet.

Please login to write comment.