Color Hex Logo

#fcca54 Color Hex

#FCCA54
(252,202,84)
0 Favorites   0 Comments

Color spaces of #fcca54

RGB 25220284
HSL0.120.970.66
HSV42°67°99°
CMYK 0.000.200.67   0.01
XYZ62.865663.576617.3456
Yxy63.57660.43720.4422
Hunter Lab79.73491.199042.9165
CIE-Lab83.74485.705863.5546

#fcca54 color RGB value is (252,202,84).

#fcca54 hex color red value is 252, green value is 202 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fcca54 hue: 0.12 , saturation: 0.97 and the lightness value of fcca54 is 0.66.

The process color (four color CMYK) of #fcca54 color hex is 0.00, 0.20, 0.67, 0.01. Web safe color of #fcca54 is #ffcc66. Color #fcca54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 01010100
Octal 374 312 124
Decimal 252 202 84
Hex FC CA 54

RGB Percentages of Color #fcca54

%46.84
%37.55
%15.61

CMYK Percentages of Color #fcca54

%0
%20
%67
%1

Triadic Colors of #fcca54

#fcca54 #54fcca #ca54fc

Analogous Colors of #fcca54

#fcca54 #dafc54 #fc7654

Monochromatic Colors of #fcca54

#fcca54

Complementary Color

#fcca54 #5486fc

#fcca54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca54 Color CSS Codes

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

#fcca54 Text Font Color

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

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


#fcca54 Background Color

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

This div background color is #fcca54


#fcca54 Border Color

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

This div border color is #fcca54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca54

Related Colors


Comments

No comments written yet.

Please login to write comment.