Color Hex Logo

#fca03a Color Hex

#FCA03A
(252,160,58)
0 Favorites   0 Comments

Color spaces of #fca03a

RGB 25216058
HSL0.090.970.61
HSV32°77°99°
CMYK 0.000.370.77   0.01
XYZ53.479446.142510.0907
Yxy46.14250.48740.4206
Hunter Lab67.928321.657238.7423
CIE-Lab73.637926.410464.0408

#fca03a color RGB value is (252,160,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 00111010
Octal 374 240 72
Decimal 252 160 58
Hex FC A0 3A

RGB Percentages of Color #fca03a

%53.62
%34.04
%12.34

CMYK Percentages of Color #fca03a

%0
%37
%77
%1

Triadic Colors of #fca03a

#fca03a #3afca0 #a03afc

Analogous Colors of #fca03a

#fca03a #f7fc3a #fc3f3a

Monochromatic Colors of #fca03a

#fca03a

Complementary Color

#fca03a #3a96fc

#fca03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca03a Color CSS Codes

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

#fca03a Text Font Color

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

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


#fca03a Background Color

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

This div background color is #fca03a


#fca03a Border Color

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

This div border color is #fca03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca03a

Related Colors


Comments

No comments written yet.

Please login to write comment.