Color Hex Logo

#fca700 Color Hex

#FCA700
(252,167,0)
0 Favorites   0 Comments

Color spaces of #fca700

RGB 2521670
HSL0.111.000.49
HSV40°100°99°
CMYK 0.000.341.00   0.01
XYZ53.963648.33296.4850
Yxy48.33290.49610.4443
Hunter Lab69.521916.890343.1347
CIE-Lab75.034421.633078.8507

#fca700 color RGB value is (252,167,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 00000000
Octal 374 247 0
Decimal 252 167 0
Hex FC A7 0

RGB Percentages of Color #fca700

%60.14
%39.86
%0.00

CMYK Percentages of Color #fca700

%0
%34
%100
%1

Triadic Colors of #fca700

#fca700 #00fca7 #a700fc

Analogous Colors of #fca700

#fca700 #d3fc00 #fc2900

Monochromatic Colors of #fca700

#fca700

Complementary Color

#fca700 #0055fc

#fca700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca700 Color CSS Codes

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

#fca700 Text Font Color

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

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


#fca700 Background Color

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

This div background color is #fca700


#fca700 Border Color

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

This div border color is #fca700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca700

Related Colors


Comments

No comments written yet.

Please login to write comment.