color codes Logo

#fca52f color codes

#FCA52F
(252,165,47)
0 Favorites   0 Comments

Color spaces of #fca52f

RGB 25216547
HSL0.100.970.59
HSV35°81°99°
CMYK 0.000.350.81   0.01
XYZ54.113147.81099.0657
Yxy47.81090.48760.4308
Hunter Lab69.145418.689340.6282
CIE-Lab74.705523.432769.0561

#fca52f color RGB value is (252,165,47).

#fca52f hex color red value is 252, green value is 165 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fca52f hue: 0.10 , saturation: 0.97 and the lightness value of fca52f is 0.59.

The process color (four color CMYK) of #fca52f color code is 0.00, 0.35, 0.81, 0.01. Web safe color of #fca52f is #ff9933. Color #fca52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 00101111
Octal 374 245 57
Decimal 252 165 47
Hex FC A5 2F

RGB Percentages of Color #fca52f

%54.31
%35.56
%10.13

CMYK Percentages of Color #fca52f

%0
%35
%81
%1

Triadic Colors of #fca52f

#fca52f #2ffca5 #a52ffc

Analogous Colors of #fca52f

#fca52f #edfc2f #fc3e2f

Monochromatic Colors of #fca52f

#fca52f

Complementary Color

#fca52f #2f86fc

#fca52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca52f Color CSS Codes

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

#fca52f Text Font Color

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

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


#fca52f Background Color

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

This div background color is #fca52f


#fca52f Border Color

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

This div border color is #fca52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca52f


Comments

No comments written yet.

Please login to write comment.