Color Hex Logo

#fca119 Color Hex

#FCA119
(252,161,25)
0 Favorites   0 Comments

Color spaces of #fca119

RGB 25216125
HSL0.100.970.54
HSV36°90°99°
CMYK 0.000.360.90   0.01
XYZ53.065246.25547.0510
Yxy46.25540.49890.4348
Hunter Lab68.011320.253141.4611
CIE-Lab73.711025.027174.3596

#fca119 color RGB value is (252,161,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 00011001
Octal 374 241 31
Decimal 252 161 25
Hex FC A1 19

RGB Percentages of Color #fca119

%57.53
%36.76
%5.71

CMYK Percentages of Color #fca119

%0
%36
%90
%1

Triadic Colors of #fca119

#fca119 #19fca1 #a119fc

Analogous Colors of #fca119

#fca119 #e6fc19 #fc3019

Monochromatic Colors of #fca119

#fca119

Complementary Color

#fca119 #1974fc

#fca119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca119 Color CSS Codes

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

#fca119 Text Font Color

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

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


#fca119 Background Color

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

This div background color is #fca119


#fca119 Border Color

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

This div border color is #fca119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca119

Related Colors


Comments

No comments written yet.

Please login to write comment.