Color Hex Logo

#fcac64 Color Hex

#FCAC64
(252,172,100)
0 Favorites   0 Comments

Color spaces of #fcac64

RGB 252172100
HSL0.080.960.69
HSV28°60°99°
CMYK 0.000.320.60   0.01
XYZ57.197751.120618.9092
Yxy51.12060.44960.4018
Hunter Lab71.498717.674234.3687
CIE-Lab76.752022.340648.3335

#fcac64 color RGB value is (252,172,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 01100100
Octal 374 254 144
Decimal 252 172 100
Hex FC AC 64

RGB Percentages of Color #fcac64

%48.09
%32.82
%19.08

CMYK Percentages of Color #fcac64

%0
%32
%60
%1

Triadic Colors of #fcac64

#fcac64 #64fcac #ac64fc

Analogous Colors of #fcac64

#fcac64 #fcf864 #fc6468

Monochromatic Colors of #fcac64

#fcac64

Complementary Color

#fcac64 #64b4fc

#fcac64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcac64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcac64 Color CSS Codes

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

#fcac64 Text Font Color

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

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


#fcac64 Background Color

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

This div background color is #fcac64


#fcac64 Border Color

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

This div border color is #fcac64


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,172,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 #fcac64">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcac64

Related Colors


Comments

No comments written yet.

Please login to write comment.