Color Hex Logo

#fcc12b Color Hex

#FCC12B
(252,193,43)
0 Favorites   0 Comments

Color spaces of #fcc12b

RGB 25219343
HSL0.120.970.58
HSV43°83°99°
CMYK 0.000.230.83   0.01
XYZ59.650959.009810.5316
Yxy59.00980.46170.4568
Hunter Lab76.81784.178345.6439
CIE-Lab81.29708.701075.9466

#fcc12b color RGB value is (252,193,43).

#fcc12b hex color red value is 252, green value is 193 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fcc12b hue: 0.12 , saturation: 0.97 and the lightness value of fcc12b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 00101011
Octal 374 301 53
Decimal 252 193 43
Hex FC C1 2B

RGB Percentages of Color #fcc12b

%51.64
%39.55
%8.81

CMYK Percentages of Color #fcc12b

%0
%23
%83
%1

Triadic Colors of #fcc12b

#fcc12b #2bfcc1 #c12bfc

Analogous Colors of #fcc12b

#fcc12b #cffc2b #fc592b

Monochromatic Colors of #fcc12b

#fcc12b

Complementary Color

#fcc12b #2b66fc

#fcc12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc12b Color CSS Codes

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

#fcc12b Text Font Color

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

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


#fcc12b Background Color

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

This div background color is #fcc12b


#fcc12b Border Color

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

This div border color is #fcc12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc12b


Comments

No comments written yet.

Please login to write comment.