color codes Logo

#fcac3d color codes

#FCAC3D
(252,172,61)
0 Favorites   0 Comments

Color spaces of #fcac3d

RGB 25217261
HSL0.100.970.61
HSV35°76°99°
CMYK 0.000.320.76   0.01
XYZ55.739750.537411.2318
Yxy50.53740.47430.4301
Hunter Lab71.089715.550740.3952
CIE-Lab76.397920.249065.5089

#fcac3d color RGB value is (252,172,61).

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

The process color (four color CMYK) of #fcac3d color code is 0.00, 0.32, 0.76, 0.01. Web safe color of #fcac3d is #ff9933. Color #fcac3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 00111101
Octal 374 254 75
Decimal 252 172 61
Hex FC AC 3D

RGB Percentages of Color #fcac3d

%51.96
%35.46
%12.58

CMYK Percentages of Color #fcac3d

%0
%32
%76
%1

Triadic Colors of #fcac3d

#fcac3d #3dfcac #ac3dfc

Analogous Colors of #fcac3d

#fcac3d #edfc3d #fc4d3d

Monochromatic Colors of #fcac3d

#fcac3d

Complementary Color

#fcac3d #3d8dfc

#fcac3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcac3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcac3d Color CSS Codes

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

#fcac3d Text Font Color

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

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


#fcac3d Background Color

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

This div background color is #fcac3d


#fcac3d Border Color

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

This div border color is #fcac3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcac3d


Comments

No comments written yet.

Please login to write comment.