Color Hex Logo

#fcc746 Color Hex

#FCC746
(252,199,70)
0 Favorites   0 Comments

Color spaces of #fcc746

RGB 25219970
HSL0.120.970.63
HSV43°72°99°
CMYK 0.000.210.72   0.01
XYZ61.673861.984514.5080
Yxy61.98450.44640.4486
Hunter Lab78.73022.051144.1855
CIE-Lab82.90526.554568.3744

#fcc746 color RGB value is (252,199,70).

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

The process color (four color CMYK) of #fcc746 color hex is 0.00, 0.21, 0.72, 0.01. Web safe color of #fcc746 is #ffcc33. Color #fcc746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 01000110
Octal 374 307 106
Decimal 252 199 70
Hex FC C7 46

RGB Percentages of Color #fcc746

%48.37
%38.20
%13.44

CMYK Percentages of Color #fcc746

%0
%21
%72
%1

Triadic Colors of #fcc746

#fcc746 #46fcc7 #c746fc

Analogous Colors of #fcc746

#fcc746 #d6fc46 #fc6c46

Monochromatic Colors of #fcc746

#fcc746

Complementary Color

#fcc746 #467bfc

#fcc746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc746 Color CSS Codes

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

#fcc746 Text Font Color

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

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


#fcc746 Background Color

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

This div background color is #fcc746


#fcc746 Border Color

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

This div border color is #fcc746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc746


Comments

No comments written yet.

Please login to write comment.