color codes Logo

#fcc35c color codes

#FCC35C
(252,195,92)
0 Favorites   0 Comments

Color spaces of #fcc35c

RGB 25219592
HSL0.110.960.67
HSV39°63°99°
CMYK 0.000.230.63   0.01
XYZ61.591860.498418.5563
Yxy60.49840.43790.4301
Hunter Lab77.78075.231640.3016
CIE-Lab82.10839.797258.2671

#fcc35c color RGB value is (252,195,92).

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

The process color (four color CMYK) of #fcc35c color code is 0.00, 0.23, 0.63, 0.01. Web safe color of #fcc35c is #ffcc66. Color #fcc35c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 01011100
Octal 374 303 134
Decimal 252 195 92
Hex FC C3 5C

RGB Percentages of Color #fcc35c

%46.75
%36.18
%17.07

CMYK Percentages of Color #fcc35c

%0
%23
%63
%1

Triadic Colors of #fcc35c

#fcc35c #5cfcc3 #c35cfc

Analogous Colors of #fcc35c

#fcc35c #e5fc5c #fc735c

Monochromatic Colors of #fcc35c

#fcc35c

Complementary Color

#fcc35c #5c95fc

#fcc35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc35c Color CSS Codes

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

#fcc35c Text Font Color

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

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


#fcc35c Background Color

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

This div background color is #fcc35c


#fcc35c Border Color

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

This div border color is #fcc35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc35c

Related Colors


Comments

No comments written yet.

Please login to write comment.