Color Hex Logo

#fcc554 Color Hex

#FCC554
(252,197,84)
0 Favorites   0 Comments

Color spaces of #fcc554

RGB 25219784
HSL0.110.970.66
HSV40°67°99°
CMYK 0.000.220.67   0.01
XYZ61.711461.268016.9609
Yxy61.26800.44100.4378
Hunter Lab78.27393.750741.9444
CIE-Lab82.52268.291562.2548

#fcc554 color RGB value is (252,197,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 01010100
Octal 374 305 124
Decimal 252 197 84
Hex FC C5 54

RGB Percentages of Color #fcc554

%47.28
%36.96
%15.76

CMYK Percentages of Color #fcc554

%0
%22
%67
%1

Triadic Colors of #fcc554

#fcc554 #54fcc5 #c554fc

Analogous Colors of #fcc554

#fcc554 #dffc54 #fc7154

Monochromatic Colors of #fcc554

#fcc554

Complementary Color

#fcc554 #548bfc

#fcc554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc554 Color CSS Codes

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

#fcc554 Text Font Color

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

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


#fcc554 Background Color

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

This div background color is #fcc554


#fcc554 Border Color

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

This div border color is #fcc554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc554


Comments

No comments written yet.

Please login to write comment.