Color Hex Logo

#fcac4e Color Hex

#FCAC4E
(252,172,78)
0 Favorites   0 Comments

Color spaces of #fcac4e

RGB 25217278
HSL0.090.970.65
HSV32°69°99°
CMYK 0.000.320.69   0.01
XYZ56.272650.750614.0377
Yxy50.75060.46480.4192
Hunter Lab71.239516.329538.1846
CIE-Lab76.527721.019358.4947

#fcac4e color RGB value is (252,172,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 01001110
Octal 374 254 116
Decimal 252 172 78
Hex FC AC 4E

RGB Percentages of Color #fcac4e

%50.20
%34.26
%15.54

CMYK Percentages of Color #fcac4e

%0
%32
%69
%1

Triadic Colors of #fcac4e

#fcac4e #4efcac #ac4efc

Analogous Colors of #fcac4e

#fcac4e #f5fc4e #fc554e

Monochromatic Colors of #fcac4e

#fcac4e

Complementary Color

#fcac4e #4e9efc

#fcac4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcac4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcac4e Color CSS Codes

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

#fcac4e Text Font Color

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

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


#fcac4e Background Color

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

This div background color is #fcac4e


#fcac4e Border Color

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

This div border color is #fcac4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcac4e


Comments

No comments written yet.

Please login to write comment.