Color Hex Logo

#fca714 Color Hex

#FCA714
(252,167,20)
0 Favorites   0 Comments

Color spaces of #fca714

RGB 25216720
HSL0.110.970.53
HSV38°92°99°
CMYK 0.000.340.92   0.01
XYZ54.089948.38347.1499
Yxy48.38340.49340.4414
Hunter Lab69.558217.078542.5963
CIE-Lab75.066121.819176.3223

#fca714 color RGB value is (252,167,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 00010100
Octal 374 247 24
Decimal 252 167 20
Hex FC A7 14

RGB Percentages of Color #fca714

%57.40
%38.04
%4.56

CMYK Percentages of Color #fca714

%0
%34
%92
%1

Triadic Colors of #fca714

#fca714 #14fca7 #a714fc

Analogous Colors of #fca714

#fca714 #ddfc14 #fc3314

Monochromatic Colors of #fca714

#fca714

Complementary Color

#fca714 #1469fc

#fca714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca714 Color CSS Codes

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

#fca714 Text Font Color

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

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


#fca714 Background Color

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

This div background color is #fca714


#fca714 Border Color

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

This div border color is #fca714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca714


Comments

No comments written yet.

Please login to write comment.