Color Hex Logo

#fca622 Color Hex

#FCA622
(252,166,34)
0 Favorites   0 Comments

Color spaces of #fca622

RGB 25216634
HSL0.100.970.56
HSV36°87°99°
CMYK 0.000.340.87   0.01
XYZ54.069848.08347.9446
Yxy48.08340.49110.4367
Hunter Lab69.342217.837141.7466
CIE-Lab74.877522.580873.1121

#fca622 color RGB value is (252,166,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 00100010
Octal 374 246 42
Decimal 252 166 34
Hex FC A6 22

RGB Percentages of Color #fca622

%55.75
%36.73
%7.52

CMYK Percentages of Color #fca622

%0
%34
%87
%1

Triadic Colors of #fca622

#fca622 #22fca6 #a622fc

Analogous Colors of #fca622

#fca622 #e5fc22 #fc3922

Monochromatic Colors of #fca622

#fca622

Complementary Color

#fca622 #2278fc

#fca622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca622 Color CSS Codes

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

#fca622 Text Font Color

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

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


#fca622 Background Color

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

This div background color is #fca622


#fca622 Border Color

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

This div border color is #fca622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca622


Comments

No comments written yet.

Please login to write comment.