Color Hex Logo

#fca144 Color Hex

#FCA144
(252,161,68)
0 Favorites   0 Comments

Color spaces of #fca144

RGB 25216168
HSL0.080.970.63
HSV30°73°99°
CMYK 0.000.360.73   0.01
XYZ53.933146.602511.6214
Yxy46.60250.48090.4155
Hunter Lab68.266021.557137.6929
CIE-Lab73.934826.294760.1899

#fca144 color RGB value is (252,161,68).

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

The process color (four color CMYK) of #fca144 color hex is 0.00, 0.36, 0.73, 0.01. Web safe color of #fca144 is #ff9933. Color #fca144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 01000100
Octal 374 241 104
Decimal 252 161 68
Hex FC A1 44

RGB Percentages of Color #fca144

%52.39
%33.47
%14.14

CMYK Percentages of Color #fca144

%0
%36
%73
%1

Triadic Colors of #fca144

#fca144 #44fca1 #a144fc

Analogous Colors of #fca144

#fca144 #fbfc44 #fc4544

Monochromatic Colors of #fca144

#fca144

Complementary Color

#fca144 #449ffc

#fca144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca144 Color CSS Codes

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

#fca144 Text Font Color

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

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


#fca144 Background Color

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

This div background color is #fca144


#fca144 Border Color

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

This div border color is #fca144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca144


Comments

No comments written yet.

Please login to write comment.