Color Hex Logo

#fca726 Color Hex

#FCA726
(252,167,38)
0 Favorites   0 Comments

Color spaces of #fca726

RGB 25216738
HSL0.100.970.57
HSV36°85°99°
CMYK 0.000.340.85   0.01
XYZ54.313548.47288.3273
Yxy48.47280.48880.4362
Hunter Lab69.622417.411341.6442
CIE-Lab75.122222.147772.2130

#fca726 color RGB value is (252,167,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 00100110
Octal 374 247 46
Decimal 252 167 38
Hex FC A7 26

RGB Percentages of Color #fca726

%55.14
%36.54
%8.32

CMYK Percentages of Color #fca726

%0
%34
%85
%1

Triadic Colors of #fca726

#fca726 #26fca7 #a726fc

Analogous Colors of #fca726

#fca726 #e6fc26 #fc3c26

Monochromatic Colors of #fca726

#fca726

Complementary Color

#fca726 #267bfc

#fca726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca726 Color CSS Codes

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

#fca726 Text Font Color

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

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


#fca726 Background Color

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

This div background color is #fca726


#fca726 Border Color

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

This div border color is #fca726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca726


Comments

No comments written yet.

Please login to write comment.