Color Hex Logo

#fcc46a Color Hex

#FCC46A
(252,196,106)
0 Favorites   0 Comments

Color spaces of #fcc46a

RGB 252196106
HSL0.100.960.70
HSV37°58°99°
CMYK 0.000.220.58   0.01
XYZ62.486361.215922.1581
Yxy61.21590.42840.4197
Hunter Lab78.24065.636737.9772
CIE-Lab82.494710.216652.1786

#fcc46a color RGB value is (252,196,106).

#fcc46a hex color red value is 252, green value is 196 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fcc46a hue: 0.10 , saturation: 0.96 and the lightness value of fcc46a is 0.70.

The process color (four color CMYK) of #fcc46a color hex is 0.00, 0.22, 0.58, 0.01. Web safe color of #fcc46a is #ffcc66. Color #fcc46a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000100 01101010
Octal 374 304 152
Decimal 252 196 106
Hex FC C4 6A

RGB Percentages of Color #fcc46a

%45.49
%35.38
%19.13

CMYK Percentages of Color #fcc46a

%0
%22
%58
%1

Triadic Colors of #fcc46a

#fcc46a #6afcc4 #c46afc

Analogous Colors of #fcc46a

#fcc46a #ebfc6a #fc7b6a

Monochromatic Colors of #fcc46a

#fcc46a

Complementary Color

#fcc46a #6aa2fc

#fcc46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc46a Color CSS Codes

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

#fcc46a Text Font Color

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

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


#fcc46a Background Color

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

This div background color is #fcc46a


#fcc46a Border Color

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

This div border color is #fcc46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc46a


Comments

No comments written yet.

Please login to write comment.