Color Hex Logo

#fcca2e Color Hex

#FCCA2E
(252,202,46)
0 Favorites   0 Comments

Color spaces of #fcca2e

RGB 25220246
HSL0.130.970.58
HSV45°82°99°
CMYK 0.000.200.82   0.01
XYZ61.758663.133811.5158
Yxy63.13380.45270.4628
Hunter Lab79.4568-0.308447.0268
CIE-Lab83.51274.134176.9918

#fcca2e color RGB value is (252,202,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 00101110
Octal 374 312 56
Decimal 252 202 46
Hex FC CA 2E

RGB Percentages of Color #fcca2e

%50.40
%40.40
%9.20

CMYK Percentages of Color #fcca2e

%0
%20
%82
%1

Triadic Colors of #fcca2e

#fcca2e #2efcca #ca2efc

Analogous Colors of #fcca2e

#fcca2e #c7fc2e #fc632e

Monochromatic Colors of #fcca2e

#fcca2e

Complementary Color

#fcca2e #2e60fc

#fcca2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca2e Color CSS Codes

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

#fcca2e Text Font Color

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

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


#fcca2e Background Color

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

This div background color is #fcca2e


#fcca2e Border Color

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

This div border color is #fcca2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca2e


Comments

No comments written yet.

Please login to write comment.