Color Hex Logo

#fca507 Color Hex

#FCA507
(252,165,7)
0 Favorites   0 Comments

Color spaces of #fca507

RGB 2521657
HSL0.110.980.51
HSV39°97°99°
CMYK 0.000.350.97   0.01
XYZ53.638447.62116.5657
Yxy47.62110.49750.4417
Hunter Lab69.008017.980042.6645
CIE-Lab74.585322.735477.7537

#fca507 color RGB value is (252,165,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 00000111
Octal 374 245 7
Decimal 252 165 7
Hex FC A5 7

RGB Percentages of Color #fca507

%59.43
%38.92
%1.65

CMYK Percentages of Color #fca507

%0
%35
%97
%1

Triadic Colors of #fca507

#fca507 #07fca5 #a507fc

Analogous Colors of #fca507

#fca507 #d9fc07 #fc2b07

Monochromatic Colors of #fca507

#fca507

Complementary Color

#fca507 #075efc

#fca507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca507 Color CSS Codes

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

#fca507 Text Font Color

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

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


#fca507 Background Color

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

This div background color is #fca507


#fca507 Border Color

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

This div border color is #fca507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca507

Related Colors


Comments

No comments written yet.

Please login to write comment.