Color Hex Logo

#fca503 Color Hex

#FCA503
(252,165,3)
0 Favorites   0 Comments

Color spaces of #fca503

RGB 2521653
HSL0.110.980.50
HSV39°99°99°
CMYK 0.000.350.99   0.01
XYZ53.616547.61236.4503
Yxy47.61230.49790.4422
Hunter Lab69.001717.947342.7587
CIE-Lab74.579722.703278.2063

#fca503 color RGB value is (252,165,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 00000011
Octal 374 245 3
Decimal 252 165 3
Hex FC A5 3

RGB Percentages of Color #fca503

%60.00
%39.29
%0.71

CMYK Percentages of Color #fca503

%0
%35
%99
%1

Triadic Colors of #fca503

#fca503 #03fca5 #a503fc

Analogous Colors of #fca503

#fca503 #d7fc03 #fc2803

Monochromatic Colors of #fca503

#fca503

Complementary Color

#fca503 #035afc

#fca503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca503 Color CSS Codes

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

#fca503 Text Font Color

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

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


#fca503 Background Color

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

This div background color is #fca503


#fca503 Border Color

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

This div border color is #fca503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca503

#fca503 Color Palettes


Comments

No comments written yet.

Please login to write comment.