Color Hex Logo

#fca215 Color Hex

#FCA215
(252,162,21)
0 Favorites   0 Comments

Color spaces of #fca215

RGB 25216221
HSL0.100.970.54
HSV37°92°99°
CMYK 0.000.360.92   0.01
XYZ53.200646.59036.8983
Yxy46.59030.49870.4367
Hunter Lab68.257119.675741.7879
CIE-Lab73.926924.446075.3160

#fca215 color RGB value is (252,162,21).

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

The process color (four color CMYK) of #fca215 color hex is 0.00, 0.36, 0.92, 0.01. Web safe color of #fca215 is #ff9900. Color #fca215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 00010101
Octal 374 242 25
Decimal 252 162 21
Hex FC A2 15

RGB Percentages of Color #fca215

%57.93
%37.24
%4.83

CMYK Percentages of Color #fca215

%0
%36
%92
%1

Triadic Colors of #fca215

#fca215 #15fca2 #a215fc

Analogous Colors of #fca215

#fca215 #e3fc15 #fc2f15

Monochromatic Colors of #fca215

#fca215

Complementary Color

#fca215 #156ffc

#fca215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca215 Color CSS Codes

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

#fca215 Text Font Color

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

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


#fca215 Background Color

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

This div background color is #fca215


#fca215 Border Color

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

This div border color is #fca215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca215

#fca215 Color Palettes


Comments

No comments written yet.

Please login to write comment.