Color Hex Logo

#fcc72a Color Hex

#FCC72A
(252,199,42)
0 Favorites   0 Comments

Color spaces of #fcc72a

RGB 25219942
HSL0.120.970.58
HSV45°83°99°
CMYK 0.000.210.83   0.01
XYZ60.986261.709510.8873
Yxy61.70950.45650.4620
Hunter Lab78.55541.105946.7715
CIE-Lab82.75875.571277.4447

#fcc72a color RGB value is (252,199,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 00101010
Octal 374 307 52
Decimal 252 199 42
Hex FC C7 2A

RGB Percentages of Color #fcc72a

%51.12
%40.37
%8.52

CMYK Percentages of Color #fcc72a

%0
%21
%83
%1

Triadic Colors of #fcc72a

#fcc72a #2afcc7 #c72afc

Analogous Colors of #fcc72a

#fcc72a #c8fc2a #fc5e2a

Monochromatic Colors of #fcc72a

#fcc72a

Complementary Color

#fcc72a #2a5ffc

#fcc72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc72a Color CSS Codes

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

#fcc72a Text Font Color

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

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


#fcc72a Background Color

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

This div background color is #fcc72a


#fcc72a Border Color

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

This div border color is #fcc72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc72a

Related Colors


Comments

No comments written yet.

Please login to write comment.