Color Hex Logo

#fccc0e Color Hex

#FCCC0E
(252,204,14)
0 Favorites   0 Comments

Color spaces of #fccc0e

RGB 25220414
HSL0.130.980.52
HSV48°94°99°
CMYK 0.000.190.94   0.01
XYZ61.817063.91299.4938
Yxy63.91290.45710.4726
Hunter Lab79.9455-1.881648.9210
CIE-Lab83.92042.513383.5902

#fccc0e color RGB value is (252,204,14).

#fccc0e hex color red value is 252, green value is 204 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fccc0e hue: 0.13 , saturation: 0.98 and the lightness value of fccc0e is 0.52.

The process color (four color CMYK) of #fccc0e color hex is 0.00, 0.19, 0.94, 0.01. Web safe color of #fccc0e is #ffcc00. Color #fccc0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 00001110
Octal 374 314 16
Decimal 252 204 14
Hex FC CC E

RGB Percentages of Color #fccc0e

%53.62
%43.40
%2.98

CMYK Percentages of Color #fccc0e

%0
%19
%94
%1

Triadic Colors of #fccc0e

#fccc0e #0efccc #cc0efc

Analogous Colors of #fccc0e

#fccc0e #b5fc0e #fc550e

Monochromatic Colors of #fccc0e

#fccc0e

Complementary Color

#fccc0e #0e3efc

#fccc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc0e Color CSS Codes

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

#fccc0e Text Font Color

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

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


#fccc0e Background Color

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

This div background color is #fccc0e


#fccc0e Border Color

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

This div border color is #fccc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc0e

Related Colors


Comments

No comments written yet.

Please login to write comment.