Color Hex Logo

#fcab49 Color Hex

#FCAB49
(252,171,73)
0 Favorites   0 Comments

Color spaces of #fcab49

RGB 25217173
HSL0.090.970.64
HSV33°71°99°
CMYK 0.000.320.71   0.01
XYZ55.910450.302313.0658
Yxy50.30230.46870.4217
Hunter Lab70.924116.596738.7243
CIE-Lab76.254421.294460.4113

#fcab49 color RGB value is (252,171,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 01001001
Octal 374 253 111
Decimal 252 171 73
Hex FC AB 49

RGB Percentages of Color #fcab49

%50.81
%34.48
%14.72

CMYK Percentages of Color #fcab49

%0
%32
%71
%1

Triadic Colors of #fcab49

#fcab49 #49fcab #ab49fc

Analogous Colors of #fcab49

#fcab49 #f4fc49 #fc5249

Monochromatic Colors of #fcab49

#fcab49

Complementary Color

#fcab49 #499afc

#fcab49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab49 Color CSS Codes

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

#fcab49 Text Font Color

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

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


#fcab49 Background Color

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

This div background color is #fcab49


#fcab49 Border Color

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

This div border color is #fcab49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab49

Related Colors


Comments

No comments written yet.

Please login to write comment.