Color Hex Logo

#fcc965 Color Hex

#FCC965
(252,201,101)
0 Favorites   0 Comments

Color spaces of #fcc965

RGB 252201101
HSL0.110.960.69
HSV40°60°99°
CMYK 0.000.200.60   0.01
XYZ63.380563.408321.2104
Yxy63.40830.42820.4284
Hunter Lab79.62932.724739.9478
CIE-Lab83.65677.271755.8839

#fcc965 color RGB value is (252,201,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 01100101
Octal 374 311 145
Decimal 252 201 101
Hex FC C9 65

RGB Percentages of Color #fcc965

%45.49
%36.28
%18.23

CMYK Percentages of Color #fcc965

%0
%20
%60
%1

Triadic Colors of #fcc965

#fcc965 #65fcc9 #c965fc

Analogous Colors of #fcc965

#fcc965 #e4fc65 #fc7e65

Monochromatic Colors of #fcc965

#fcc965

Complementary Color

#fcc965 #6598fc

#fcc965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc965 Color CSS Codes

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

#fcc965 Text Font Color

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

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


#fcc965 Background Color

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

This div background color is #fcc965


#fcc965 Border Color

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

This div border color is #fcc965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc965

Related Colors


Comments

No comments written yet.

Please login to write comment.