Color Hex Logo

#fca02f Color Hex

#FCA02F
(252,160,47)
0 Favorites   0 Comments

Color spaces of #fca02f

RGB 25216047
HSL0.090.970.59
HSV33°81°99°
CMYK 0.000.370.81   0.01
XYZ53.228846.04238.7709
Yxy46.04230.49270.4262
Hunter Lab67.854521.279939.8343
CIE-Lab73.573026.044568.0605

#fca02f color RGB value is (252,160,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 00101111
Octal 374 240 57
Decimal 252 160 47
Hex FC A0 2F

RGB Percentages of Color #fca02f

%54.90
%34.86
%10.24

CMYK Percentages of Color #fca02f

%0
%37
%81
%1

Triadic Colors of #fca02f

#fca02f #2ffca0 #a02ffc

Analogous Colors of #fca02f

#fca02f #f2fc2f #fc392f

Monochromatic Colors of #fca02f

#fca02f

Complementary Color

#fca02f #2f8bfc

#fca02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca02f Color CSS Codes

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

#fca02f Text Font Color

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

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


#fca02f Background Color

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

This div background color is #fca02f


#fca02f Border Color

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

This div border color is #fca02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca02f

Related Colors


Comments

No comments written yet.

Please login to write comment.