Color Hex Logo

#fca126 Color Hex

#FCA126
(252,161,38)
0 Favorites   0 Comments

Color spaces of #fca126

RGB 25216138
HSL0.100.970.57
HSV34°85°99°
CMYK 0.000.360.85   0.01
XYZ53.239646.32517.9693
Yxy46.32510.49510.4308
Hunter Lab68.062520.516140.7016
CIE-Lab73.756025.283571.0919

#fca126 color RGB value is (252,161,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 00100110
Octal 374 241 46
Decimal 252 161 38
Hex FC A1 26

RGB Percentages of Color #fca126

%55.88
%35.70
%8.43

CMYK Percentages of Color #fca126

%0
%36
%85
%1

Triadic Colors of #fca126

#fca126 #26fca1 #a126fc

Analogous Colors of #fca126

#fca126 #ecfc26 #fc3626

Monochromatic Colors of #fca126

#fca126

Complementary Color

#fca126 #2681fc

#fca126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca126 Color CSS Codes

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

#fca126 Text Font Color

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

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


#fca126 Background Color

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

This div background color is #fca126


#fca126 Border Color

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

This div border color is #fca126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca126


Comments

No comments written yet.

Please login to write comment.