Color Hex Logo

#fcc955 Color Hex

#FCC955
(252,201,85)
0 Favorites   0 Comments

Color spaces of #fcc955

RGB 25220185
HSL0.120.970.66
HSV42°66°99°
CMYK 0.000.200.66   0.01
XYZ62.671263.124617.4755
Yxy63.12460.43740.4406
Hunter Lab79.45101.762142.5747
CIE-Lab83.50796.277662.8761

#fcc955 color RGB value is (252,201,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 01010101
Octal 374 311 125
Decimal 252 201 85
Hex FC C9 55

RGB Percentages of Color #fcc955

%46.84
%37.36
%15.80

CMYK Percentages of Color #fcc955

%0
%20
%66
%1

Triadic Colors of #fcc955

#fcc955 #55fcc9 #c955fc

Analogous Colors of #fcc955

#fcc955 #dcfc55 #fc7655

Monochromatic Colors of #fcc955

#fcc955

Complementary Color

#fcc955 #5588fc

#fcc955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc955 Color CSS Codes

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

#fcc955 Text Font Color

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

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


#fcc955 Background Color

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

This div background color is #fcc955


#fcc955 Border Color

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

This div border color is #fcc955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc955


Comments

No comments written yet.

Please login to write comment.