Color Hex Logo

#fcc66a Color Hex

#FCC66A
(252,198,106)
0 Favorites   0 Comments

Color spaces of #fcc66a

RGB 252198106
HSL0.110.960.70
HSV38°58°99°
CMYK 0.000.210.58   0.01
XYZ62.940562.124222.3095
Yxy62.12420.42710.4215
Hunter Lab78.81894.607338.3913
CIE-Lab82.97949.178052.7471

#fcc66a color RGB value is (252,198,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 01101010
Octal 374 306 152
Decimal 252 198 106
Hex FC C6 6A

RGB Percentages of Color #fcc66a

%45.32
%35.61
%19.06

CMYK Percentages of Color #fcc66a

%0
%21
%58
%1

Triadic Colors of #fcc66a

#fcc66a #6afcc6 #c66afc

Analogous Colors of #fcc66a

#fcc66a #e9fc6a #fc7d6a

Monochromatic Colors of #fcc66a

#fcc66a

Complementary Color

#fcc66a #6aa0fc

#fcc66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc66a Color CSS Codes

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

#fcc66a Text Font Color

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

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


#fcc66a Background Color

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

This div background color is #fcc66a


#fcc66a Border Color

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

This div border color is #fcc66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc66a

Related Colors


Comments

No comments written yet.

Please login to write comment.