Color Hex Logo

#fca759 Color Hex

#FCA759
(252,167,89)
0 Favorites   0 Comments

Color spaces of #fca759

RGB 25216789
HSL0.080.960.67
HSV29°65°99°
CMYK 0.000.340.65   0.01
XYZ55.766849.054115.9804
Yxy49.05410.46160.4061
Hunter Lab70.038619.559335.4991
CIE-Lab75.485024.252052.2359

#fca759 color RGB value is (252,167,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 01011001
Octal 374 247 131
Decimal 252 167 89
Hex FC A7 59

RGB Percentages of Color #fca759

%49.61
%32.87
%17.52

CMYK Percentages of Color #fca759

%0
%34
%65
%1

Triadic Colors of #fca759

#fca759 #59fca7 #a759fc

Analogous Colors of #fca759

#fca759 #fcf959 #fc595d

Monochromatic Colors of #fca759

#fca759

Complementary Color

#fca759 #59aefc

#fca759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca759 Color CSS Codes

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

#fca759 Text Font Color

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

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


#fca759 Background Color

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

This div background color is #fca759


#fca759 Border Color

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

This div border color is #fca759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca759


Comments

No comments written yet.

Please login to write comment.