Color Hex Logo

#fca448 Color Hex

#FCA448
(252,164,72)
0 Favorites   0 Comments

Color spaces of #fca448

RGB 25216472
HSL0.090.970.64
HSV31°71°99°
CMYK 0.000.350.71   0.01
XYZ54.590047.714212.4635
Yxy47.71420.47570.4157
Hunter Lab69.075520.185637.6549
CIE-Lab74.644324.910359.1749

#fca448 color RGB value is (252,164,72).

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

The process color (four color CMYK) of #fca448 color hex is 0.00, 0.35, 0.71, 0.01. Web safe color of #fca448 is #ff9933. Color #fca448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 01001000
Octal 374 244 110
Decimal 252 164 72
Hex FC A4 48

RGB Percentages of Color #fca448

%51.64
%33.61
%14.75

CMYK Percentages of Color #fca448

%0
%35
%71
%1

Triadic Colors of #fca448

#fca448 #48fca4 #a448fc

Analogous Colors of #fca448

#fca448 #fafc48 #fc4a48

Monochromatic Colors of #fca448

#fca448

Complementary Color

#fca448 #48a0fc

#fca448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca448 Color CSS Codes

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

#fca448 Text Font Color

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

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


#fca448 Background Color

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

This div background color is #fca448


#fca448 Border Color

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

This div border color is #fca448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca448

Related Colors


Comments

No comments written yet.

Please login to write comment.