Color Hex Logo

#fca028 Color Hex

#FCA028
(252,160,40)
0 Favorites   0 Comments

Color spaces of #fca028

RGB 25216040
HSL0.090.970.57
HSV34°84°99°
CMYK 0.000.370.84   0.01
XYZ53.098745.99038.0859
Yxy45.99030.49540.4291
Hunter Lab67.816121.083740.4020
CIE-Lab73.539225.853970.3122

#fca028 color RGB value is (252,160,40).

#fca028 hex color red value is 252, green value is 160 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #fca028 hue: 0.09 , saturation: 0.97 and the lightness value of fca028 is 0.57.

The process color (four color CMYK) of #fca028 color hex is 0.00, 0.37, 0.84, 0.01. Web safe color of #fca028 is #ff9933. Color #fca028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 00101000
Octal 374 240 50
Decimal 252 160 40
Hex FC A0 28

RGB Percentages of Color #fca028

%55.75
%35.40
%8.85

CMYK Percentages of Color #fca028

%0
%37
%84
%1

Triadic Colors of #fca028

#fca028 #28fca0 #a028fc

Analogous Colors of #fca028

#fca028 #eefc28 #fc3628

Monochromatic Colors of #fca028

#fca028

Complementary Color

#fca028 #2884fc

#fca028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca028 Color CSS Codes

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

#fca028 Text Font Color

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

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


#fca028 Background Color

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

This div background color is #fca028


#fca028 Border Color

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

This div border color is #fca028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca028


Comments

No comments written yet.

Please login to write comment.