Color Hex Logo

#fca240 Color Hex

#FCA240
(252,162,64)
0 Favorites   0 Comments

Color spaces of #fca240

RGB 25216264
HSL0.090.970.62
HSV31°75°99°
CMYK 0.000.360.75   0.01
XYZ53.990646.906311.0587
Yxy46.90630.48230.4190
Hunter Lab68.488220.860838.3682
CIE-Lab74.129825.601362.0827

#fca240 color RGB value is (252,162,64).

#fca240 hex color red value is 252, green value is 162 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fca240 hue: 0.09 , saturation: 0.97 and the lightness value of fca240 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 01000000
Octal 374 242 100
Decimal 252 162 64
Hex FC A2 40

RGB Percentages of Color #fca240

%52.72
%33.89
%13.39

CMYK Percentages of Color #fca240

%0
%36
%75
%1

Triadic Colors of #fca240

#fca240 #40fca2 #a240fc

Analogous Colors of #fca240

#fca240 #f8fc40 #fc4440

Monochromatic Colors of #fca240

#fca240

Complementary Color

#fca240 #409afc

#fca240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca240 Color CSS Codes

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

#fca240 Text Font Color

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

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


#fca240 Background Color

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

This div background color is #fca240


#fca240 Border Color

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

This div border color is #fca240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca240


Comments

No comments written yet.

Please login to write comment.