Color Hex Logo

#fca026 Color Hex

#FCA026
(252,160,38)
0 Favorites   0 Comments

Color spaces of #fca026

RGB 25216038
HSL0.100.970.57
HSV34°85°99°
CMYK 0.000.370.85   0.01
XYZ53.065545.97707.9113
Yxy45.97700.49620.4299
Hunter Lab67.806321.033740.5468
CIE-Lab73.530625.805270.9068

#fca026 color RGB value is (252,160,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 00100110
Octal 374 240 46
Decimal 252 160 38
Hex FC A0 26

RGB Percentages of Color #fca026

%56.00
%35.56
%8.44

CMYK Percentages of Color #fca026

%0
%37
%85
%1

Triadic Colors of #fca026

#fca026 #26fca0 #a026fc

Analogous Colors of #fca026

#fca026 #edfc26 #fc3526

Monochromatic Colors of #fca026

#fca026

Complementary Color

#fca026 #2682fc

#fca026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca026 Color CSS Codes

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

#fca026 Text Font Color

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

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


#fca026 Background Color

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

This div background color is #fca026


#fca026 Border Color

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

This div border color is #fca026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca026


Comments

No comments written yet.

Please login to write comment.