Color Hex Logo

#fcc369 Color Hex

#FCC369
(252,195,105)
0 Favorites   0 Comments

Color spaces of #fcc369

RGB 252195105
HSL0.100.960.70
HSV37°58°99°
CMYK 0.000.230.58   0.01
XYZ62.209860.745621.8109
Yxy60.74560.42970.4196
Hunter Lab77.93956.081237.9657
CIE-Lab82.241810.664452.3603

#fcc369 color RGB value is (252,195,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 01101001
Octal 374 303 151
Decimal 252 195 105
Hex FC C3 69

RGB Percentages of Color #fcc369

%45.65
%35.33
%19.02

CMYK Percentages of Color #fcc369

%0
%23
%58
%1

Triadic Colors of #fcc369

#fcc369 #69fcc3 #c369fc

Analogous Colors of #fcc369

#fcc369 #ecfc69 #fc7a69

Monochromatic Colors of #fcc369

#fcc369

Complementary Color

#fcc369 #69a2fc

#fcc369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc369 Color CSS Codes

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

#fcc369 Text Font Color

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

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


#fcc369 Background Color

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

This div background color is #fcc369


#fcc369 Border Color

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

This div border color is #fcc369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc369


Comments

No comments written yet.

Please login to write comment.