Color Hex Logo

#fca40e Color Hex

#FCA40E
(252,164,14)
0 Favorites   0 Comments

Color spaces of #fca40e

RGB 25216414
HSL0.110.980.52
HSV38°94°99°
CMYK 0.000.350.94   0.01
XYZ53.499647.27816.7213
Yxy47.27810.49770.4398
Hunter Lab68.759118.557742.3357
CIE-Lab74.367323.318476.7631

#fca40e color RGB value is (252,164,14).

#fca40e hex color red value is 252, green value is 164 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fca40e hue: 0.11 , saturation: 0.98 and the lightness value of fca40e is 0.52.

The process color (four color CMYK) of #fca40e color hex is 0.00, 0.35, 0.94, 0.01. Web safe color of #fca40e is #ff9900. Color #fca40e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 00001110
Octal 374 244 16
Decimal 252 164 14
Hex FC A4 E

RGB Percentages of Color #fca40e

%58.60
%38.14
%3.26

CMYK Percentages of Color #fca40e

%0
%35
%94
%1

Triadic Colors of #fca40e

#fca40e #0efca4 #a40efc

Analogous Colors of #fca40e

#fca40e #ddfc0e #fc2d0e

Monochromatic Colors of #fca40e

#fca40e

Complementary Color

#fca40e #0e66fc

#fca40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca40e Color CSS Codes

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

#fca40e Text Font Color

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

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


#fca40e Background Color

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

This div background color is #fca40e


#fca40e Border Color

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

This div border color is #fca40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca40e

Related Colors


Comments

No comments written yet.

Please login to write comment.