Color Hex Logo

#fca920 Color Hex

#FCA920
(252,169,32)
0 Favorites   0 Comments

Color spaces of #fca920

RGB 25216932
HSL0.100.970.56
HSV37°87°99°
CMYK 0.000.330.87   0.01
XYZ54.593649.17577.9810
Yxy49.17570.48850.4400
Hunter Lab70.125416.245342.3400
CIE-Lab75.560520.970374.1622

#fca920 color RGB value is (252,169,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 00100000
Octal 374 251 40
Decimal 252 169 32
Hex FC A9 20

RGB Percentages of Color #fca920

%55.63
%37.31
%7.06

CMYK Percentages of Color #fca920

%0
%33
%87
%1

Triadic Colors of #fca920

#fca920 #20fca9 #a920fc

Analogous Colors of #fca920

#fca920 #e1fc20 #fc3b20

Monochromatic Colors of #fca920

#fca920

Complementary Color

#fca920 #2073fc

#fca920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca920 Color CSS Codes

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

#fca920 Text Font Color

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

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


#fca920 Background Color

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

This div background color is #fca920


#fca920 Border Color

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

This div border color is #fca920


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,169,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 #fca920">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca920

Related Colors


Comments

No comments written yet.

Please login to write comment.