Color Hex Logo

#fca64f Color Hex

#FCA64F
(252,166,79)
0 Favorites   0 Comments

Color spaces of #fca64f

RGB 25216679
HSL0.080.970.65
HSV30°69°99°
CMYK 0.000.340.69   0.01
XYZ55.192448.532413.8559
Yxy48.53240.46940.4128
Hunter Lab69.665219.502936.9733
CIE-Lab75.159524.212956.5738

#fca64f color RGB value is (252,166,79).

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

The process color (four color CMYK) of #fca64f color hex is 0.00, 0.34, 0.69, 0.01. Web safe color of #fca64f is #ff9966. Color #fca64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 01001111
Octal 374 246 117
Decimal 252 166 79
Hex FC A6 4F

RGB Percentages of Color #fca64f

%50.70
%33.40
%15.90

CMYK Percentages of Color #fca64f

%0
%34
%69
%1

Triadic Colors of #fca64f

#fca64f #4ffca6 #a64ffc

Analogous Colors of #fca64f

#fca64f #fcfc4f #fc504f

Monochromatic Colors of #fca64f

#fca64f

Complementary Color

#fca64f #4fa5fc

#fca64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca64f Color CSS Codes

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

#fca64f Text Font Color

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

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


#fca64f Background Color

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

This div background color is #fca64f


#fca64f Border Color

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

This div border color is #fca64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca64f


Comments

No comments written yet.

Please login to write comment.