Color Hex Logo

#fca24e Color Hex

#FCA24E
(252,162,78)
0 Favorites   0 Comments

Color spaces of #fca24e

RGB 25216278
HSL0.080.970.65
HSV29°69°99°
CMYK 0.000.360.69   0.01
XYZ54.440447.086213.4269
Yxy47.08620.47360.4096
Hunter Lab68.619421.532236.4322
CIE-Lab74.244926.252056.0460

#fca24e color RGB value is (252,162,78).

#fca24e hex color red value is 252, green value is 162 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fca24e hue: 0.08 , saturation: 0.97 and the lightness value of fca24e is 0.65.

The process color (four color CMYK) of #fca24e color hex is 0.00, 0.36, 0.69, 0.01. Web safe color of #fca24e is #ff9966. Color #fca24e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 01001110
Octal 374 242 116
Decimal 252 162 78
Hex FC A2 4E

RGB Percentages of Color #fca24e

%51.22
%32.93
%15.85

CMYK Percentages of Color #fca24e

%0
%36
%69
%1

Triadic Colors of #fca24e

#fca24e #4efca2 #a24efc

Analogous Colors of #fca24e

#fca24e #fcf94e #fc4e51

Monochromatic Colors of #fca24e

#fca24e

Complementary Color

#fca24e #4ea8fc

#fca24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca24e Color CSS Codes

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

#fca24e Text Font Color

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

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


#fca24e Background Color

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

This div background color is #fca24e


#fca24e Border Color

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

This div border color is #fca24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca24e


Comments

No comments written yet.

Please login to write comment.