Color Hex Logo

#fca71e Color Hex

#FCA71E
(252,167,30)
0 Favorites   0 Comments

Color spaces of #fca71e

RGB 25216730
HSL0.100.970.55
HSV37°88°99°
CMYK 0.000.340.88   0.01
XYZ54.197948.42667.7190
Yxy48.42660.49120.4389
Hunter Lab69.589217.239342.1359
CIE-Lab75.093221.977974.2827

#fca71e color RGB value is (252,167,30).

#fca71e hex color red value is 252, green value is 167 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fca71e hue: 0.10 , saturation: 0.97 and the lightness value of fca71e is 0.55.

The process color (four color CMYK) of #fca71e color hex is 0.00, 0.34, 0.88, 0.01. Web safe color of #fca71e is #ff9933. Color #fca71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 00011110
Octal 374 247 36
Decimal 252 167 30
Hex FC A7 1E

RGB Percentages of Color #fca71e

%56.12
%37.19
%6.68

CMYK Percentages of Color #fca71e

%0
%34
%88
%1

Triadic Colors of #fca71e

#fca71e #1efca7 #a71efc

Analogous Colors of #fca71e

#fca71e #e2fc1e #fc381e

Monochromatic Colors of #fca71e

#fca71e

Complementary Color

#fca71e #1e73fc

#fca71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca71e Color CSS Codes

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

#fca71e Text Font Color

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

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


#fca71e Background Color

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

This div background color is #fca71e


#fca71e Border Color

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

This div border color is #fca71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca71e


Comments

No comments written yet.

Please login to write comment.