Color Hex Logo

#fcc74a Color Hex

#FCC74A
(252,199,74)
0 Favorites   0 Comments

Color spaces of #fcc74a

RGB 25219974
HSL0.120.970.64
HSV42°71°99°
CMYK 0.000.210.71   0.01
XYZ61.804362.036715.1954
Yxy62.03670.44450.4462
Hunter Lab78.76342.230043.6959
CIE-Lab82.93296.740066.8338

#fcc74a color RGB value is (252,199,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 01001010
Octal 374 307 112
Decimal 252 199 74
Hex FC C7 4A

RGB Percentages of Color #fcc74a

%48.00
%37.90
%14.10

CMYK Percentages of Color #fcc74a

%0
%21
%71
%1

Triadic Colors of #fcc74a

#fcc74a #4afcc7 #c74afc

Analogous Colors of #fcc74a

#fcc74a #d8fc4a #fc6e4a

Monochromatic Colors of #fcc74a

#fcc74a

Complementary Color

#fcc74a #4a7ffc

#fcc74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc74a Color CSS Codes

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

#fcc74a Text Font Color

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

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


#fcc74a Background Color

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

This div background color is #fcc74a


#fcc74a Border Color

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

This div border color is #fcc74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc74a


Comments

No comments written yet.

Please login to write comment.