Color Hex Logo

#fcaa02 Color Hex

#FCAA02
(252,170,2)
0 Favorites   0 Comments

Color spaces of #fcaa02

RGB 2521702
HSL0.110.980.50
HSV40°99°99°
CMYK 0.000.330.99   0.01
XYZ54.530649.44936.7280
Yxy49.44930.49260.4467
Hunter Lab70.320215.359543.5515
CIE-Lab75.730020.079879.0863

#fcaa02 color RGB value is (252,170,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 00000010
Octal 374 252 2
Decimal 252 170 2
Hex FC AA 2

RGB Percentages of Color #fcaa02

%59.43
%40.09
%0.47

CMYK Percentages of Color #fcaa02

%0
%33
%99
%1

Triadic Colors of #fcaa02

#fcaa02 #02fcaa #aa02fc

Analogous Colors of #fcaa02

#fcaa02 #d1fc02 #fc2d02

Monochromatic Colors of #fcaa02

#fcaa02

Complementary Color

#fcaa02 #0254fc

#fcaa02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa02 Color CSS Codes

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

#fcaa02 Text Font Color

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

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


#fcaa02 Background Color

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

This div background color is #fcaa02


#fcaa02 Border Color

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

This div border color is #fcaa02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa02

Related Colors


Comments

No comments written yet.

Please login to write comment.