Color Hex Logo

#fcc35f Color Hex

#FCC35F
(252,195,95)
0 Favorites   0 Comments

Color spaces of #fcc35f

RGB 25219595
HSL0.110.960.68
HSV38°62°99°
CMYK 0.000.230.62   0.01
XYZ61.725560.551919.2609
Yxy60.55190.43610.4278
Hunter Lab77.81515.415639.7950
CIE-Lab82.13739.985556.9308

#fcc35f color RGB value is (252,195,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 01011111
Octal 374 303 137
Decimal 252 195 95
Hex FC C3 5F

RGB Percentages of Color #fcc35f

%46.49
%35.98
%17.53

CMYK Percentages of Color #fcc35f

%0
%23
%62
%1

Triadic Colors of #fcc35f

#fcc35f #5ffcc3 #c35ffc

Analogous Colors of #fcc35f

#fcc35f #e7fc5f #fc755f

Monochromatic Colors of #fcc35f

#fcc35f

Complementary Color

#fcc35f #5f98fc

#fcc35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc35f Color CSS Codes

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

#fcc35f Text Font Color

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

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


#fcc35f Background Color

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

This div background color is #fcc35f


#fcc35f Border Color

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

This div border color is #fcc35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc35f

Related Colors


Comments

No comments written yet.

Please login to write comment.