Color Hex Logo

#fcca60 Color Hex

#FCCA60
(252,202,96)
0 Favorites   0 Comments

Color spaces of #fcca60

RGB 25220296
HSL0.110.960.68
HSV41°62°99°
CMYK 0.000.200.62   0.01
XYZ63.376763.781020.0370
Yxy63.78100.43060.4333
Hunter Lab79.86301.891641.0287
CIE-Lab83.85166.423058.3985

#fcca60 color RGB value is (252,202,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 01100000
Octal 374 312 140
Decimal 252 202 96
Hex FC CA 60

RGB Percentages of Color #fcca60

%45.82
%36.73
%17.45

CMYK Percentages of Color #fcca60

%0
%20
%62
%1

Triadic Colors of #fcca60

#fcca60 #60fcca #ca60fc

Analogous Colors of #fcca60

#fcca60 #e0fc60 #fc7c60

Monochromatic Colors of #fcca60

#fcca60

Complementary Color

#fcca60 #6092fc

#fcca60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca60 Color CSS Codes

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

#fcca60 Text Font Color

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

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


#fcca60 Background Color

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

This div background color is #fcca60


#fcca60 Border Color

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

This div border color is #fcca60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca60

Related Colors


Comments

No comments written yet.

Please login to write comment.