Color Hex Logo

#fca707 Color Hex

#FCA707
(252,167,7)
0 Favorites   0 Comments

Color spaces of #fca707

RGB 2521677
HSL0.110.980.51
HSV39°97°99°
CMYK 0.000.340.97   0.01
XYZ54.002048.34826.6869
Yxy48.34820.49530.4434
Hunter Lab69.532916.947742.9712
CIE-Lab75.044021.689878.0650

#fca707 color RGB value is (252,167,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 00000111
Octal 374 247 7
Decimal 252 167 7
Hex FC A7 7

RGB Percentages of Color #fca707

%59.15
%39.20
%1.64

CMYK Percentages of Color #fca707

%0
%34
%97
%1

Triadic Colors of #fca707

#fca707 #07fca7 #a707fc

Analogous Colors of #fca707

#fca707 #d7fc07 #fc2d07

Monochromatic Colors of #fca707

#fca707

Complementary Color

#fca707 #075cfc

#fca707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca707 Color CSS Codes

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

#fca707 Text Font Color

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

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


#fca707 Background Color

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

This div background color is #fca707


#fca707 Border Color

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

This div border color is #fca707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca707


Comments

No comments written yet.

Please login to write comment.