Color Hex Logo

#fcaa0e Color Hex

#FCAA0E
(252,170,14)
0 Favorites   0 Comments

Color spaces of #fcaa0e

RGB 25217014
HSL0.110.980.52
HSV39°94°99°
CMYK 0.000.330.94   0.01
XYZ54.598949.47667.0877
Yxy49.47660.49120.4451
Hunter Lab70.339615.460743.2634
CIE-Lab75.746920.180577.7307

#fcaa0e color RGB value is (252,170,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 00001110
Octal 374 252 16
Decimal 252 170 14
Hex FC AA E

RGB Percentages of Color #fcaa0e

%57.80
%38.99
%3.21

CMYK Percentages of Color #fcaa0e

%0
%33
%94
%1

Triadic Colors of #fcaa0e

#fcaa0e #0efcaa #aa0efc

Analogous Colors of #fcaa0e

#fcaa0e #d7fc0e #fc330e

Monochromatic Colors of #fcaa0e

#fcaa0e

Complementary Color

#fcaa0e #0e60fc

#fcaa0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa0e Color CSS Codes

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

#fcaa0e Text Font Color

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

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


#fcaa0e Background Color

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

This div background color is #fcaa0e


#fcaa0e Border Color

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

This div border color is #fcaa0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa0e

Related Colors


Comments

No comments written yet.

Please login to write comment.