color codes Logo

#fca64d color codes

#FCA64D
(252,166,77)
0 Favorites   0 Comments

Color spaces of #fca64d

RGB 25216677
HSL0.080.970.65
HSV31°69°99°
CMYK 0.000.340.69   0.01
XYZ55.120748.503713.4782
Yxy48.50370.47070.4142
Hunter Lab69.644619.397037.2769
CIE-Lab75.141524.109657.4653

#fca64d color RGB value is (252,166,77).

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

The process color (four color CMYK) of #fca64d color code is 0.00, 0.34, 0.69, 0.01. Web safe color of #fca64d is #ff9966. Color #fca64d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 01001101
Octal 374 246 115
Decimal 252 166 77
Hex FC A6 4D

RGB Percentages of Color #fca64d

%50.91
%33.54
%15.56

CMYK Percentages of Color #fca64d

%0
%34
%69
%1

Triadic Colors of #fca64d

#fca64d #4dfca6 #a64dfc

Analogous Colors of #fca64d

#fca64d #fbfc4d #fc4e4d

Monochromatic Colors of #fca64d

#fca64d

Complementary Color

#fca64d #4da3fc

#fca64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca64d Color CSS Codes

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

#fca64d Text Font Color

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

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


#fca64d Background Color

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

This div background color is #fca64d


#fca64d Border Color

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

This div border color is #fca64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca64d


Comments

No comments written yet.

Please login to write comment.