Color Hex Logo

#fcc846 Color Hex

#FCC846
(252,200,70)
0 Favorites   0 Comments

Color spaces of #fcc846

RGB 25220070
HSL0.120.970.63
HSV43°72°99°
CMYK 0.000.210.72   0.01
XYZ61.904762.446214.5849
Yxy62.44620.44560.4495
Hunter Lab79.02291.542644.3731
CIE-Lab83.15016.038268.6166

#fcc846 color RGB value is (252,200,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001000 01000110
Octal 374 310 106
Decimal 252 200 70
Hex FC C8 46

RGB Percentages of Color #fcc846

%48.28
%38.31
%13.41

CMYK Percentages of Color #fcc846

%0
%21
%72
%1

Triadic Colors of #fcc846

#fcc846 #46fcc8 #c846fc

Analogous Colors of #fcc846

#fcc846 #d5fc46 #fc6d46

Monochromatic Colors of #fcc846

#fcc846

Complementary Color

#fcc846 #467afc

#fcc846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc846 Color CSS Codes

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

#fcc846 Text Font Color

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

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


#fcc846 Background Color

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

This div background color is #fcc846


#fcc846 Border Color

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

This div border color is #fcc846


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,200,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 #fcc846">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc846

#fcc846 Color Palettes


Comments

No comments written yet.

Please login to write comment.