Color Hex Logo

#fcca53 Color Hex

#FCCA53
(252,202,83)
0 Favorites   0 Comments

Color spaces of #fcca53

RGB 25220283
HSL0.120.970.66
HSV42°67°99°
CMYK 0.000.200.67   0.01
XYZ62.826763.561017.1408
Yxy63.56100.43770.4428
Hunter Lab79.72521.146343.0603
CIE-Lab83.73675.651163.9689

#fcca53 color RGB value is (252,202,83).

#fcca53 hex color red value is 252, green value is 202 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #fcca53 hue: 0.12 , saturation: 0.97 and the lightness value of fcca53 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 01010011
Octal 374 312 123
Decimal 252 202 83
Hex FC CA 53

RGB Percentages of Color #fcca53

%46.93
%37.62
%15.46

CMYK Percentages of Color #fcca53

%0
%20
%67
%1

Triadic Colors of #fcca53

#fcca53 #53fcca #ca53fc

Analogous Colors of #fcca53

#fcca53 #dafc53 #fc7653

Monochromatic Colors of #fcca53

#fcca53

Complementary Color

#fcca53 #5385fc

#fcca53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca53 Color CSS Codes

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

#fcca53 Text Font Color

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

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


#fcca53 Background Color

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

This div background color is #fcca53


#fcca53 Border Color

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

This div border color is #fcca53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca53


Comments

No comments written yet.

Please login to write comment.