Color Hex Logo

#fcca3e Color Hex

#FCCA3E
(252,202,62)
0 Favorites   0 Comments

Color spaces of #fcca3e

RGB 25220262
HSL0.120.970.62
HSV44°75°99°
CMYK 0.000.200.75   0.01
XYZ62.134963.284313.4977
Yxy63.28430.44730.4556
Hunter Lab79.55140.205245.6261
CIE-Lab83.59174.671371.9866

#fcca3e color RGB value is (252,202,62).

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

The process color (four color CMYK) of #fcca3e color hex is 0.00, 0.20, 0.75, 0.01. Web safe color of #fcca3e is #ffcc33. Color #fcca3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 00111110
Octal 374 312 76
Decimal 252 202 62
Hex FC CA 3E

RGB Percentages of Color #fcca3e

%48.84
%39.15
%12.02

CMYK Percentages of Color #fcca3e

%0
%20
%75
%1

Triadic Colors of #fcca3e

#fcca3e #3efcca #ca3efc

Analogous Colors of #fcca3e

#fcca3e #cffc3e #fc6b3e

Monochromatic Colors of #fcca3e

#fcca3e

Complementary Color

#fcca3e #3e70fc

#fcca3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca3e Color CSS Codes

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

#fcca3e Text Font Color

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

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


#fcca3e Background Color

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

This div background color is #fcca3e


#fcca3e Border Color

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

This div border color is #fcca3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca3e

Related Colors


Comments

No comments written yet.

Please login to write comment.