Color Hex Logo

#fca502 Color Hex

#FCA502
(252,165,2)
0 Favorites   0 Comments

Color spaces of #fca502

RGB 2521652
HSL0.110.980.50
HSV39°99°99°
CMYK 0.000.350.99   0.01
XYZ53.611047.61016.4215
Yxy47.61010.49800.4423
Hunter Lab69.000117.939142.7822
CIE-Lab74.578322.695178.3201

#fca502 color RGB value is (252,165,2).

#fca502 hex color red value is 252, green value is 165 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fca502 hue: 0.11 , saturation: 0.98 and the lightness value of fca502 is 0.50.

The process color (four color CMYK) of #fca502 color hex is 0.00, 0.35, 0.99, 0.01. Web safe color of #fca502 is #ff9900. Color #fca502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 00000010
Octal 374 245 2
Decimal 252 165 2
Hex FC A5 2

RGB Percentages of Color #fca502

%60.14
%39.38
%0.48

CMYK Percentages of Color #fca502

%0
%35
%99
%1

Triadic Colors of #fca502

#fca502 #02fca5 #a502fc

Analogous Colors of #fca502

#fca502 #d6fc02 #fc2802

Monochromatic Colors of #fca502

#fca502

Complementary Color

#fca502 #0259fc

#fca502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca502 Color CSS Codes

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

#fca502 Text Font Color

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

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


#fca502 Background Color

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

This div background color is #fca502


#fca502 Border Color

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

This div border color is #fca502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca502


Comments

No comments written yet.

Please login to write comment.