Color Hex Logo

#fca764 Color Hex

#FCA764
(252,167,100)
0 Favorites   0 Comments

Color spaces of #fca764

RGB 252167100
HSL0.070.960.69
HSV26°60°99°
CMYK 0.000.340.60   0.01
XYZ56.263949.253018.5979
Yxy49.25300.45330.3968
Hunter Lab70.180520.288133.4144
CIE-Lab75.608524.959946.9776

#fca764 color RGB value is (252,167,100).

#fca764 hex color red value is 252, green value is 167 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fca764 hue: 0.07 , saturation: 0.96 and the lightness value of fca764 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 01100100
Octal 374 247 144
Decimal 252 167 100
Hex FC A7 64

RGB Percentages of Color #fca764

%48.55
%32.18
%19.27

CMYK Percentages of Color #fca764

%0
%34
%60
%1

Triadic Colors of #fca764

#fca764 #64fca7 #a764fc

Analogous Colors of #fca764

#fca764 #fcf364 #fc646d

Monochromatic Colors of #fca764

#fca764

Complementary Color

#fca764 #64b9fc

#fca764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca764 Color CSS Codes

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

#fca764 Text Font Color

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

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


#fca764 Background Color

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

This div background color is #fca764


#fca764 Border Color

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

This div border color is #fca764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca764


Comments

No comments written yet.

Please login to write comment.