Color Hex Logo

#fcab20 Color Hex

#FCAB20
(252,171,32)
0 Favorites   0 Comments

Color spaces of #fcab20

RGB 25217132
HSL0.110.970.56
HSV38°87°99°
CMYK 0.000.320.87   0.01
XYZ54.968549.92568.1059
Yxy49.92560.48640.4418
Hunter Lab70.658015.212742.6589
CIE-Lab76.023619.923674.5263

#fcab20 color RGB value is (252,171,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 00100000
Octal 374 253 40
Decimal 252 171 32
Hex FC AB 20

RGB Percentages of Color #fcab20

%55.38
%37.58
%7.03

CMYK Percentages of Color #fcab20

%0
%32
%87
%1

Triadic Colors of #fcab20

#fcab20 #20fcab #ab20fc

Analogous Colors of #fcab20

#fcab20 #dffc20 #fc3d20

Monochromatic Colors of #fcab20

#fcab20

Complementary Color

#fcab20 #2071fc

#fcab20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab20 Color CSS Codes

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

#fcab20 Text Font Color

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

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


#fcab20 Background Color

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

This div background color is #fcab20


#fcab20 Border Color

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

This div border color is #fcab20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab20

Related Colors


Comments

No comments written yet.

Please login to write comment.