Color Hex Logo

#fcc953 Color Hex

#FCC953
(252,201,83)
0 Favorites   0 Comments

Color spaces of #fcc953

RGB 25220183
HSL0.120.970.66
HSV42°67°99°
CMYK 0.000.200.67   0.01
XYZ62.592963.093317.0628
Yxy63.09330.43850.4420
Hunter Lab79.43131.655642.8657
CIE-Lab83.49146.167263.7102

#fcc953 color RGB value is (252,201,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 01010011
Octal 374 311 123
Decimal 252 201 83
Hex FC C9 53

RGB Percentages of Color #fcc953

%47.01
%37.50
%15.49

CMYK Percentages of Color #fcc953

%0
%20
%67
%1

Triadic Colors of #fcc953

#fcc953 #53fcc9 #c953fc

Analogous Colors of #fcc953

#fcc953 #dbfc53 #fc7553

Monochromatic Colors of #fcc953

#fcc953

Complementary Color

#fcc953 #5386fc

#fcc953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc953 Color CSS Codes

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

#fcc953 Text Font Color

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

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


#fcc953 Background Color

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

This div background color is #fcc953


#fcc953 Border Color

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

This div border color is #fcc953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc953


Comments

No comments written yet.

Please login to write comment.