Color Hex Logo

#fcc043 Color Hex

#FCC043
(252,192,67)
0 Favorites   0 Comments

Color spaces of #fcc043

RGB 25219267
HSL0.110.970.63
HSV41°73°99°
CMYK 0.000.240.73   0.01
XYZ60.007658.800013.4970
Yxy58.80000.45360.4444
Hunter Lab76.68125.494943.2409
CIE-Lab81.181510.050267.8328

#fcc043 color RGB value is (252,192,67).

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

The process color (four color CMYK) of #fcc043 color hex is 0.00, 0.24, 0.73, 0.01. Web safe color of #fcc043 is #ffcc33. Color #fcc043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 01000011
Octal 374 300 103
Decimal 252 192 67
Hex FC C0 43

RGB Percentages of Color #fcc043

%49.32
%37.57
%13.11

CMYK Percentages of Color #fcc043

%0
%24
%73
%1

Triadic Colors of #fcc043

#fcc043 #43fcc0 #c043fc

Analogous Colors of #fcc043

#fcc043 #dcfc43 #fc6443

Monochromatic Colors of #fcc043

#fcc043

Complementary Color

#fcc043 #437ffc

#fcc043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc043 Color CSS Codes

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

#fcc043 Text Font Color

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

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


#fcc043 Background Color

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

This div background color is #fcc043


#fcc043 Border Color

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

This div border color is #fcc043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc043

Related Colors


Comments

No comments written yet.

Please login to write comment.