Color Hex Logo

#fca407 Color Hex

#FCA407
(252,164,7)
0 Favorites   0 Comments

Color spaces of #fca407

RGB 2521647
HSL0.110.980.51
HSV38°97°99°
CMYK 0.000.350.97   0.01
XYZ53.458747.26176.5059
Yxy47.26170.49860.4408
Hunter Lab68.747118.496542.5121
CIE-Lab74.356923.258277.5987

#fca407 color RGB value is (252,164,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 00000111
Octal 374 244 7
Decimal 252 164 7
Hex FC A4 7

RGB Percentages of Color #fca407

%59.57
%38.77
%1.65

CMYK Percentages of Color #fca407

%0
%35
%97
%1

Triadic Colors of #fca407

#fca407 #07fca4 #a407fc

Analogous Colors of #fca407

#fca407 #dafc07 #fc2a07

Monochromatic Colors of #fca407

#fca407

Complementary Color

#fca407 #075ffc

#fca407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca407 Color CSS Codes

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

#fca407 Text Font Color

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

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


#fca407 Background Color

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

This div background color is #fca407


#fca407 Border Color

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

This div border color is #fca407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca407


Comments

No comments written yet.

Please login to write comment.