Color Hex Logo

#fcc359 Color Hex

#FCC359
(252,195,89)
0 Favorites   0 Comments

Color spaces of #fcc359

RGB 25219589
HSL0.110.960.67
HSV39°65°99°
CMYK 0.000.230.65   0.01
XYZ61.463260.446917.8792
Yxy60.44690.43970.4324
Hunter Lab77.74765.054540.7887
CIE-Lab82.08059.615959.5845

#fcc359 color RGB value is (252,195,89).

#fcc359 hex color red value is 252, green value is 195 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fcc359 hue: 0.11 , saturation: 0.96 and the lightness value of fcc359 is 0.67.

The process color (four color CMYK) of #fcc359 color hex is 0.00, 0.23, 0.65, 0.01. Web safe color of #fcc359 is #ffcc66. Color #fcc359 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 01011001
Octal 374 303 131
Decimal 252 195 89
Hex FC C3 59

RGB Percentages of Color #fcc359

%47.01
%36.38
%16.60

CMYK Percentages of Color #fcc359

%0
%23
%65
%1

Triadic Colors of #fcc359

#fcc359 #59fcc3 #c359fc

Analogous Colors of #fcc359

#fcc359 #e4fc59 #fc7259

Monochromatic Colors of #fcc359

#fcc359

Complementary Color

#fcc359 #5992fc

#fcc359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc359 Color CSS Codes

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

#fcc359 Text Font Color

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

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


#fcc359 Background Color

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

This div background color is #fcc359


#fcc359 Border Color

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

This div border color is #fcc359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc359


Comments

No comments written yet.

Please login to write comment.