Color Hex Logo

#fca907 Color Hex

#FCA907
(252,169,7)
0 Favorites   0 Comments

Color spaces of #fca907

RGB 2521697
HSL0.110.980.51
HSV40°97°99°
CMYK 0.000.330.97   0.01
XYZ54.371249.08676.8100
Yxy49.08670.49310.4452
Hunter Lab70.061915.915743.2804
CIE-Lab75.505220.643478.3789

#fca907 color RGB value is (252,169,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 00000111
Octal 374 251 7
Decimal 252 169 7
Hex FC A9 7

RGB Percentages of Color #fca907

%58.88
%39.49
%1.64

CMYK Percentages of Color #fca907

%0
%33
%97
%1

Triadic Colors of #fca907

#fca907 #07fca9 #a907fc

Analogous Colors of #fca907

#fca907 #d5fc07 #fc2f07

Monochromatic Colors of #fca907

#fca907

Complementary Color

#fca907 #075afc

#fca907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca907 Color CSS Codes

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

#fca907 Text Font Color

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

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


#fca907 Background Color

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

This div background color is #fca907


#fca907 Border Color

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

This div border color is #fca907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca907

Related Colors


Comments

No comments written yet.

Please login to write comment.