Color Hex Logo

#fcaa1e Color Hex

#FCAA1E
(252,170,30)
0 Favorites   0 Comments

Color spaces of #fcaa1e

RGB 25217030
HSL0.110.970.55
HSV38°88°99°
CMYK 0.000.330.88   0.01
XYZ54.754049.53867.9044
Yxy49.53860.48800.4415
Hunter Lab70.383715.690242.6100
CIE-Lab75.785220.408574.8183

#fcaa1e color RGB value is (252,170,30).

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

The process color (four color CMYK) of #fcaa1e color hex is 0.00, 0.33, 0.88, 0.01. Web safe color of #fcaa1e is #ff9933. Color #fcaa1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 00011110
Octal 374 252 36
Decimal 252 170 30
Hex FC AA 1E

RGB Percentages of Color #fcaa1e

%55.75
%37.61
%6.64

CMYK Percentages of Color #fcaa1e

%0
%33
%88
%1

Triadic Colors of #fcaa1e

#fcaa1e #1efcaa #aa1efc

Analogous Colors of #fcaa1e

#fcaa1e #dffc1e #fc3b1e

Monochromatic Colors of #fcaa1e

#fcaa1e

Complementary Color

#fcaa1e #1e70fc

#fcaa1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa1e Color CSS Codes

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

#fcaa1e Text Font Color

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

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


#fcaa1e Background Color

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

This div background color is #fcaa1e


#fcaa1e Border Color

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

This div border color is #fcaa1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa1e


Comments

No comments written yet.

Please login to write comment.