Color Hex Logo

#fcac4a Color Hex

#FCAC4A
(252,172,74)
0 Favorites   0 Comments

Color spaces of #fcac4a

RGB 25217274
HSL0.090.970.64
HSV33°71°99°
CMYK 0.000.320.71   0.01
XYZ56.133450.694913.3051
Yxy50.69490.46730.4220
Hunter Lab71.200416.126438.7608
CIE-Lab76.493820.818860.2254

#fcac4a color RGB value is (252,172,74).

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

The process color (four color CMYK) of #fcac4a color hex is 0.00, 0.32, 0.71, 0.01. Web safe color of #fcac4a is #ff9933. Color #fcac4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 01001010
Octal 374 254 112
Decimal 252 172 74
Hex FC AC 4A

RGB Percentages of Color #fcac4a

%50.60
%34.54
%14.86

CMYK Percentages of Color #fcac4a

%0
%32
%71
%1

Triadic Colors of #fcac4a

#fcac4a #4afcac #ac4afc

Analogous Colors of #fcac4a

#fcac4a #f3fc4a #fc534a

Monochromatic Colors of #fcac4a

#fcac4a

Complementary Color

#fcac4a #4a9afc

#fcac4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcac4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcac4a Color CSS Codes

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

#fcac4a Text Font Color

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

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


#fcac4a Background Color

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

This div background color is #fcac4a


#fcac4a Border Color

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

This div border color is #fcac4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcac4a


Comments

No comments written yet.

Please login to write comment.