Color Hex Logo

#fcc74e Color Hex

#FCC74E
(252,199,78)
0 Favorites   0 Comments

Color spaces of #fcc74e

RGB 25219978
HSL0.120.970.65
HSV42°69°99°
CMYK 0.000.210.69   0.01
XYZ61.943562.092415.9280
Yxy62.09240.44260.4436
Hunter Lab78.79872.420743.1745
CIE-Lab82.96256.937465.2437

#fcc74e color RGB value is (252,199,78).

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

The process color (four color CMYK) of #fcc74e color hex is 0.00, 0.21, 0.69, 0.01. Web safe color of #fcc74e is #ffcc66. Color #fcc74e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 01001110
Octal 374 307 116
Decimal 252 199 78
Hex FC C7 4E

RGB Percentages of Color #fcc74e

%47.64
%37.62
%14.74

CMYK Percentages of Color #fcc74e

%0
%21
%69
%1

Triadic Colors of #fcc74e

#fcc74e #4efcc7 #c74efc

Analogous Colors of #fcc74e

#fcc74e #dafc4e #fc704e

Monochromatic Colors of #fcc74e

#fcc74e

Complementary Color

#fcc74e #4e83fc

#fcc74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc74e Color CSS Codes

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

#fcc74e Text Font Color

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

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


#fcc74e Background Color

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

This div background color is #fcc74e


#fcc74e Border Color

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

This div border color is #fcc74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc74e


Comments

No comments written yet.

Please login to write comment.