Color Hex Logo

#fcca6d Color Hex

#FCCA6D
(252,202,109)
0 Favorites   0 Comments

Color spaces of #fcca6d

RGB 252202109
HSL0.110.960.71
HSV39°57°99°
CMYK 0.000.200.57   0.01
XYZ64.025764.040623.4546
Yxy64.04060.42260.4227
Hunter Lab80.02542.767738.6405
CIE-Lab83.98697.325852.5004

#fcca6d color RGB value is (252,202,109).

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

The process color (four color CMYK) of #fcca6d color hex is 0.00, 0.20, 0.57, 0.01. Web safe color of #fcca6d is #ffcc66. Color #fcca6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 01101101
Octal 374 312 155
Decimal 252 202 109
Hex FC CA 6D

RGB Percentages of Color #fcca6d

%44.76
%35.88
%19.36

CMYK Percentages of Color #fcca6d

%0
%20
%57
%1

Triadic Colors of #fcca6d

#fcca6d #6dfcca #ca6dfc

Analogous Colors of #fcca6d

#fcca6d #e7fc6d #fc836d

Monochromatic Colors of #fcca6d

#fcca6d

Complementary Color

#fcca6d #6d9ffc

#fcca6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca6d Color CSS Codes

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

#fcca6d Text Font Color

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

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


#fcca6d Background Color

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

This div background color is #fcca6d


#fcca6d Border Color

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

This div border color is #fcca6d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,202,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 #fcca6d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca6d


Comments

No comments written yet.

Please login to write comment.