Color Hex Logo

#fca712 Color Hex

#FCA712
(252,167,18)
0 Favorites   0 Comments

Color spaces of #fca712

RGB 25216718
HSL0.110.980.53
HSV38°93°99°
CMYK 0.000.340.93   0.01
XYZ54.072848.37667.0599
Yxy48.37660.49380.4418
Hunter Lab69.553317.053042.6692
CIE-Lab75.061821.793976.6550

#fca712 color RGB value is (252,167,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 00010010
Octal 374 247 22
Decimal 252 167 18
Hex FC A7 12

RGB Percentages of Color #fca712

%57.67
%38.22
%4.12

CMYK Percentages of Color #fca712

%0
%34
%93
%1

Triadic Colors of #fca712

#fca712 #12fca7 #a712fc

Analogous Colors of #fca712

#fca712 #dcfc12 #fc3212

Monochromatic Colors of #fca712

#fca712

Complementary Color

#fca712 #1267fc

#fca712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca712 Color CSS Codes

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

#fca712 Text Font Color

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

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


#fca712 Background Color

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

This div background color is #fca712


#fca712 Border Color

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

This div border color is #fca712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca712


Comments

No comments written yet.

Please login to write comment.