Color Hex Logo

#fccd40 Color Hex

#FCCD40
(252,205,64)
0 Favorites   0 Comments

Color spaces of #fccd40

RGB 25220564
HSL0.130.970.62
HSV45°75°99°
CMYK 0.000.190.75   0.01
XYZ62.901664.728314.0290
Yxy64.72830.44400.4569
Hunter Lab80.4539-1.236945.9791
CIE-Lab84.34353.208471.9912

#fccd40 color RGB value is (252,205,64).

#fccd40 hex color red value is 252, green value is 205 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fccd40 hue: 0.13 , saturation: 0.97 and the lightness value of fccd40 is 0.62.

The process color (four color CMYK) of #fccd40 color hex is 0.00, 0.19, 0.75, 0.01. Web safe color of #fccd40 is #ffcc33. Color #fccd40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 01000000
Octal 374 315 100
Decimal 252 205 64
Hex FC CD 40

RGB Percentages of Color #fccd40

%48.37
%39.35
%12.28

CMYK Percentages of Color #fccd40

%0
%19
%75
%1

Triadic Colors of #fccd40

#fccd40 #40fccd #cd40fc

Analogous Colors of #fccd40

#fccd40 #cdfc40 #fc6f40

Monochromatic Colors of #fccd40

#fccd40

Complementary Color

#fccd40 #406ffc

#fccd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd40 Color CSS Codes

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

#fccd40 Text Font Color

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

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


#fccd40 Background Color

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

This div background color is #fccd40


#fccd40 Border Color

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

This div border color is #fccd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd40

Related Colors


Comments

No comments written yet.

Please login to write comment.