Color Hex Logo

#fcc242 Color Hex

#FCC242
(252,194,66)
0 Favorites   0 Comments

Color spaces of #fcc242

RGB 25219466
HSL0.110.970.62
HSV41°74°99°
CMYK 0.000.230.74   0.01
XYZ60.420059.672413.4877
Yxy59.67240.45230.4467
Hunter Lab77.24794.431243.7213
CIE-Lab81.65988.969168.6803

#fcc242 color RGB value is (252,194,66).

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

The process color (four color CMYK) of #fcc242 color hex is 0.00, 0.23, 0.74, 0.01. Web safe color of #fcc242 is #ffcc33. Color #fcc242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 01000010
Octal 374 302 102
Decimal 252 194 66
Hex FC C2 42

RGB Percentages of Color #fcc242

%49.22
%37.89
%12.89

CMYK Percentages of Color #fcc242

%0
%23
%74
%1

Triadic Colors of #fcc242

#fcc242 #42fcc2 #c242fc

Analogous Colors of #fcc242

#fcc242 #d9fc42 #fc6542

Monochromatic Colors of #fcc242

#fcc242

Complementary Color

#fcc242 #427cfc

#fcc242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc242 Color CSS Codes

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

#fcc242 Text Font Color

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

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


#fcc242 Background Color

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

This div background color is #fcc242


#fcc242 Border Color

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

This div border color is #fcc242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc242


Comments

No comments written yet.

Please login to write comment.