Color Hex Logo

#fca614 Color Hex

#FCA614
(252,166,20)
0 Favorites   0 Comments

Color spaces of #fca614

RGB 25216620
HSL0.100.970.53
HSV38°92°99°
CMYK 0.000.340.92   0.01
XYZ53.907448.01847.0891
Yxy48.01840.49450.4405
Hunter Lab69.295317.595042.4412
CIE-Lab74.836522.342276.1559

#fca614 color RGB value is (252,166,20).

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

The process color (four color CMYK) of #fca614 color hex is 0.00, 0.34, 0.92, 0.01. Web safe color of #fca614 is #ff9900. Color #fca614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 00010100
Octal 374 246 24
Decimal 252 166 20
Hex FC A6 14

RGB Percentages of Color #fca614

%57.53
%37.90
%4.57

CMYK Percentages of Color #fca614

%0
%34
%92
%1

Triadic Colors of #fca614

#fca614 #14fca6 #a614fc

Analogous Colors of #fca614

#fca614 #defc14 #fc3214

Monochromatic Colors of #fca614

#fca614

Complementary Color

#fca614 #146afc

#fca614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca614 Color CSS Codes

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

#fca614 Text Font Color

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

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


#fca614 Background Color

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

This div background color is #fca614


#fca614 Border Color

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

This div border color is #fca614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca614


Comments

No comments written yet.

Please login to write comment.