Color Hex Logo

#fca63f Color Hex

#FCA63F
(252,166,63)
0 Favorites   0 Comments

Color spaces of #fca63f

RGB 25216663
HSL0.090.970.62
HSV33°75°99°
CMYK 0.000.340.75   0.01
XYZ54.678348.326811.1488
Yxy48.32680.47900.4233
Hunter Lab69.517518.741939.1537
CIE-Lab75.030623.469363.3830

#fca63f color RGB value is (252,166,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 00111111
Octal 374 246 77
Decimal 252 166 63
Hex FC A6 3F

RGB Percentages of Color #fca63f

%52.39
%34.51
%13.10

CMYK Percentages of Color #fca63f

%0
%34
%75
%1

Triadic Colors of #fca63f

#fca63f #3ffca6 #a63ffc

Analogous Colors of #fca63f

#fca63f #f4fc3f #fc473f

Monochromatic Colors of #fca63f

#fca63f

Complementary Color

#fca63f #3f95fc

#fca63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca63f Color CSS Codes

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

#fca63f Text Font Color

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

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


#fca63f Background Color

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

This div background color is #fca63f


#fca63f Border Color

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

This div border color is #fca63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca63f


Comments

No comments written yet.

Please login to write comment.