Color Hex Logo

#fca823 Color Hex

#FCA823
(252,168,35)
0 Favorites   0 Comments

Color spaces of #fca823

RGB 25216835
HSL0.100.970.56
HSV37°86°99°
CMYK 0.000.330.86   0.01
XYZ54.450948.82218.1438
Yxy48.82210.48870.4382
Hunter Lab69.872816.825142.0006
CIE-Lab75.340521.556173.2177

#fca823 color RGB value is (252,168,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 00100011
Octal 374 250 43
Decimal 252 168 35
Hex FC A8 23

RGB Percentages of Color #fca823

%55.38
%36.92
%7.69

CMYK Percentages of Color #fca823

%0
%33
%86
%1

Triadic Colors of #fca823

#fca823 #23fca8 #a823fc

Analogous Colors of #fca823

#fca823 #e4fc23 #fc3c23

Monochromatic Colors of #fca823

#fca823

Complementary Color

#fca823 #2377fc

#fca823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca823 Color CSS Codes

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

#fca823 Text Font Color

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

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


#fca823 Background Color

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

This div background color is #fca823


#fca823 Border Color

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

This div border color is #fca823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca823


Comments

No comments written yet.

Please login to write comment.