Color Hex Logo

#fcac25 Color Hex

#FCAC25
(252,172,37)
0 Favorites   0 Comments

Color spaces of #fcac25

RGB 25217237
HSL0.100.970.57
HSV38°85°99°
CMYK 0.000.320.85   0.01
XYZ55.231350.33418.5547
Yxy50.33410.48400.4411
Hunter Lab70.946514.804442.5134
CIE-Lab76.273919.507573.4329

#fcac25 color RGB value is (252,172,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 00100101
Octal 374 254 45
Decimal 252 172 37
Hex FC AC 25

RGB Percentages of Color #fcac25

%54.66
%37.31
%8.03

CMYK Percentages of Color #fcac25

%0
%32
%85
%1

Triadic Colors of #fcac25

#fcac25 #25fcac #ac25fc

Analogous Colors of #fcac25

#fcac25 #e1fc25 #fc4025

Monochromatic Colors of #fcac25

#fcac25

Complementary Color

#fcac25 #2575fc

#fcac25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcac25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcac25 Color CSS Codes

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

#fcac25 Text Font Color

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

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


#fcac25 Background Color

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

This div background color is #fcac25


#fcac25 Border Color

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

This div border color is #fcac25


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,172,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 #fcac25">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcac25

Related Colors


Comments

No comments written yet.

Please login to write comment.