Color Hex Logo

#fca565 Color Hex

#FCA565
(252,165,101)
0 Favorites   0 Comments

Color spaces of #fca565

RGB 252165101
HSL0.070.960.69
HSV25°60°99°
CMYK 0.000.350.60   0.01
XYZ55.949048.545318.7333
Yxy48.54530.45400.3939
Hunter Lab69.674521.406332.8309
CIE-Lab75.167626.075545.9488

#fca565 color RGB value is (252,165,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 01100101
Octal 374 245 145
Decimal 252 165 101
Hex FC A5 65

RGB Percentages of Color #fca565

%48.65
%31.85
%19.50

CMYK Percentages of Color #fca565

%0
%35
%60
%1

Triadic Colors of #fca565

#fca565 #65fca5 #a565fc

Analogous Colors of #fca565

#fca565 #fcf165 #fc6571

Monochromatic Colors of #fca565

#fca565

Complementary Color

#fca565 #65bcfc

#fca565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca565 Color CSS Codes

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

#fca565 Text Font Color

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

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


#fca565 Background Color

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

This div background color is #fca565


#fca565 Border Color

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

This div border color is #fca565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca565


Comments

No comments written yet.

Please login to write comment.