Color Hex Logo

#fca820 Color Hex

#FCA820
(252,168,32)
0 Favorites   0 Comments

Color spaces of #fca820

RGB 25216832
HSL0.100.970.56
HSV37°87°99°
CMYK 0.000.330.87   0.01
XYZ54.408248.80507.9192
Yxy48.80500.48960.4392
Hunter Lab69.860616.761842.1815
CIE-Lab75.329921.493573.9812

#fca820 color RGB value is (252,168,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 00100000
Octal 374 250 40
Decimal 252 168 32
Hex FC A8 20

RGB Percentages of Color #fca820

%55.75
%37.17
%7.08

CMYK Percentages of Color #fca820

%0
%33
%87
%1

Triadic Colors of #fca820

#fca820 #20fca8 #a820fc

Analogous Colors of #fca820

#fca820 #e2fc20 #fc3a20

Monochromatic Colors of #fca820

#fca820

Complementary Color

#fca820 #2074fc

#fca820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca820 Color CSS Codes

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

#fca820 Text Font Color

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

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


#fca820 Background Color

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

This div background color is #fca820


#fca820 Border Color

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

This div border color is #fca820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca820


Comments

No comments written yet.

Please login to write comment.