Color Hex Logo

#fcac48 Color Hex

#FCAC48
(252,172,72)
0 Favorites   0 Comments

Color spaces of #fcac48

RGB 25217272
HSL0.090.970.64
HSV33°71°99°
CMYK 0.000.320.71   0.01
XYZ56.067150.668412.9558
Yxy50.66840.46840.4233
Hunter Lab71.181716.029539.0358
CIE-Lab76.477720.723061.0739

#fcac48 color RGB value is (252,172,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 01001000
Octal 374 254 110
Decimal 252 172 72
Hex FC AC 48

RGB Percentages of Color #fcac48

%50.81
%34.68
%14.52

CMYK Percentages of Color #fcac48

%0
%32
%71
%1

Triadic Colors of #fcac48

#fcac48 #48fcac #ac48fc

Analogous Colors of #fcac48

#fcac48 #f2fc48 #fc5248

Monochromatic Colors of #fcac48

#fcac48

Complementary Color

#fcac48 #4898fc

#fcac48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcac48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcac48 Color CSS Codes

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

#fcac48 Text Font Color

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

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


#fcac48 Background Color

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

This div background color is #fcac48


#fcac48 Border Color

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

This div border color is #fcac48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcac48

Related Colors


Comments

No comments written yet.

Please login to write comment.