Color Hex Logo

#fca36d Color Hex

#FCA36D
(252,163,109)
0 Favorites   0 Comments

Color spaces of #fca36d

RGB 252163109
HSL0.060.960.71
HSV23°57°99°
CMYK 0.000.350.57   0.01
XYZ56.002447.994020.7801
Yxy47.99400.44880.3846
Hunter Lab69.277723.059130.7101
CIE-Lab74.821127.702041.4394

#fca36d color RGB value is (252,163,109).

#fca36d hex color red value is 252, green value is 163 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fca36d hue: 0.06 , saturation: 0.96 and the lightness value of fca36d is 0.71.

The process color (four color CMYK) of #fca36d color hex is 0.00, 0.35, 0.57, 0.01. Web safe color of #fca36d is #ff9966. Color #fca36d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01101101
Octal 374 243 155
Decimal 252 163 109
Hex FC A3 6D

RGB Percentages of Color #fca36d

%48.09
%31.11
%20.80

CMYK Percentages of Color #fca36d

%0
%35
%57
%1

Triadic Colors of #fca36d

#fca36d #6dfca3 #a36dfc

Analogous Colors of #fca36d

#fca36d #fceb6d #fc6d7f

Monochromatic Colors of #fca36d

#fca36d

Complementary Color

#fca36d #6dc6fc

#fca36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca36d Color CSS Codes

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

#fca36d Text Font Color

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

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


#fca36d Background Color

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

This div background color is #fca36d


#fca36d Border Color

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

This div border color is #fca36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca36d


Comments

No comments written yet.

Please login to write comment.