Color Hex Logo

#fca84a Color Hex

#FCA84A
(252,168,74)
0 Favorites   0 Comments

Color spaces of #fca84a

RGB 25216874
HSL0.090.970.64
HSV32°71°99°
CMYK 0.000.330.71   0.01
XYZ55.383549.195113.0551
Yxy49.19510.47080.4182
Hunter Lab70.139218.204038.0617
CIE-Lab75.572522.913459.2625

#fca84a color RGB value is (252,168,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 01001010
Octal 374 250 112
Decimal 252 168 74
Hex FC A8 4A

RGB Percentages of Color #fca84a

%51.01
%34.01
%14.98

CMYK Percentages of Color #fca84a

%0
%33
%71
%1

Triadic Colors of #fca84a

#fca84a #4afca8 #a84afc

Analogous Colors of #fca84a

#fca84a #f7fc4a #fc4f4a

Monochromatic Colors of #fca84a

#fca84a

Complementary Color

#fca84a #4a9efc

#fca84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca84a Color CSS Codes

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

#fca84a Text Font Color

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

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


#fca84a Background Color

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

This div background color is #fca84a


#fca84a Border Color

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

This div border color is #fca84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca84a

Related Colors


Comments

No comments written yet.

Please login to write comment.