Color Hex Logo

#fcaa25 Color Hex

#FCAA25
(252,170,37)
0 Favorites   0 Comments

Color spaces of #fcaa25

RGB 25217037
HSL0.100.970.57
HSV37°85°99°
CMYK 0.000.330.85   0.01
XYZ54.853549.57858.4288
Yxy49.57850.48600.4393
Hunter Lab70.412015.837042.1910
CIE-Lab75.809820.554273.0551

#fcaa25 color RGB value is (252,170,37).

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

The process color (four color CMYK) of #fcaa25 color hex is 0.00, 0.33, 0.85, 0.01. Web safe color of #fcaa25 is #ff9933. Color #fcaa25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 00100101
Octal 374 252 45
Decimal 252 170 37
Hex FC AA 25

RGB Percentages of Color #fcaa25

%54.90
%37.04
%8.06

CMYK Percentages of Color #fcaa25

%0
%33
%85
%1

Triadic Colors of #fcaa25

#fcaa25 #25fcaa #aa25fc

Analogous Colors of #fcaa25

#fcaa25 #e3fc25 #fc3e25

Monochromatic Colors of #fcaa25

#fcaa25

Complementary Color

#fcaa25 #2577fc

#fcaa25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa25 Color CSS Codes

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

#fcaa25 Text Font Color

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

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


#fcaa25 Background Color

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

This div background color is #fcaa25


#fcaa25 Border Color

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

This div border color is #fcaa25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa25

Related Colors


Comments

No comments written yet.

Please login to write comment.