Color Hex Logo

#fca10e Color Hex

#FCA10E
(252,161,14)
0 Favorites   0 Comments

Color spaces of #fca10e

RGB 25216114
HSL0.100.980.52
HSV37°94°99°
CMYK 0.000.360.94   0.01
XYZ52.969046.21696.5444
Yxy46.21690.50100.4371
Hunter Lab67.983020.108141.8805
CIE-Lab73.686124.885576.2882

#fca10e color RGB value is (252,161,14).

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

The process color (four color CMYK) of #fca10e color hex is 0.00, 0.36, 0.94, 0.01. Web safe color of #fca10e is #ff9900. Color #fca10e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 00001110
Octal 374 241 16
Decimal 252 161 14
Hex FC A1 E

RGB Percentages of Color #fca10e

%59.02
%37.70
%3.28

CMYK Percentages of Color #fca10e

%0
%36
%94
%1

Triadic Colors of #fca10e

#fca10e #0efca1 #a10efc

Analogous Colors of #fca10e

#fca10e #e0fc0e #fc2a0e

Monochromatic Colors of #fca10e

#fca10e

Complementary Color

#fca10e #0e69fc

#fca10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca10e Color CSS Codes

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

#fca10e Text Font Color

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

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


#fca10e Background Color

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

This div background color is #fca10e


#fca10e Border Color

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

This div border color is #fca10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca10e

Related Colors


Comments

No comments written yet.

Please login to write comment.