Color Hex Logo

#fca24f Color Hex

#FCA24F
(252,162,79)
0 Favorites   0 Comments

Color spaces of #fca24f

RGB 25216279
HSL0.080.970.65
HSV29°69°99°
CMYK 0.000.360.69   0.01
XYZ54.476547.100613.6172
Yxy47.10060.47290.4089
Hunter Lab68.629921.586136.2769
CIE-Lab74.254126.304155.5938

#fca24f color RGB value is (252,162,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 01001111
Octal 374 242 117
Decimal 252 162 79
Hex FC A2 4F

RGB Percentages of Color #fca24f

%51.12
%32.86
%16.02

CMYK Percentages of Color #fca24f

%0
%36
%69
%1

Triadic Colors of #fca24f

#fca24f #4ffca2 #a24ffc

Analogous Colors of #fca24f

#fca24f #fcf94f #fc4f52

Monochromatic Colors of #fca24f

#fca24f

Complementary Color

#fca24f #4fa9fc

#fca24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca24f Color CSS Codes

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

#fca24f Text Font Color

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

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


#fca24f Background Color

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

This div background color is #fca24f


#fca24f Border Color

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

This div border color is #fca24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca24f


Comments

No comments written yet.

Please login to write comment.