Color Hex Logo

#fca007 Color Hex

#FCA007
(252,160,7)
0 Favorites   0 Comments

Color spaces of #fca007

RGB 2521607
HSL0.100.980.51
HSV37°97°99°
CMYK 0.000.370.97   0.01
XYZ52.754045.85246.2710
Yxy45.85240.50300.4372
Hunter Lab67.714420.563141.9093
CIE-Lab73.449725.347076.9871

#fca007 color RGB value is (252,160,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 00000111
Octal 374 240 7
Decimal 252 160 7
Hex FC A0 7

RGB Percentages of Color #fca007

%60.14
%38.19
%1.67

CMYK Percentages of Color #fca007

%0
%37
%97
%1

Triadic Colors of #fca007

#fca007 #07fca0 #a007fc

Analogous Colors of #fca007

#fca007 #defc07 #fc2607

Monochromatic Colors of #fca007

#fca007

Complementary Color

#fca007 #0763fc

#fca007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca007 Color CSS Codes

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

#fca007 Text Font Color

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

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


#fca007 Background Color

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

This div background color is #fca007


#fca007 Border Color

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

This div border color is #fca007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca007

Related Colors


Comments

No comments written yet.

Please login to write comment.