Color Hex Logo

#fcc74f Color Hex

#FCC74F
(252,199,79)
0 Favorites   0 Comments

Color spaces of #fcc74f

RGB 25219979
HSL0.120.970.65
HSV42°69°99°
CMYK 0.000.210.69   0.01
XYZ61.979662.106816.1183
Yxy62.10680.44210.4430
Hunter Lab78.80792.470243.0391
CIE-Lab82.97026.988664.8389

#fcc74f color RGB value is (252,199,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 01001111
Octal 374 307 117
Decimal 252 199 79
Hex FC C7 4F

RGB Percentages of Color #fcc74f

%47.55
%37.55
%14.91

CMYK Percentages of Color #fcc74f

%0
%21
%69
%1

Triadic Colors of #fcc74f

#fcc74f #4ffcc7 #c74ffc

Analogous Colors of #fcc74f

#fcc74f #dbfc4f #fc714f

Monochromatic Colors of #fcc74f

#fcc74f

Complementary Color

#fcc74f #4f84fc

#fcc74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc74f Color CSS Codes

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

#fcc74f Text Font Color

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

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


#fcc74f Background Color

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

This div background color is #fcc74f


#fcc74f Border Color

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

This div border color is #fcc74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc74f


Comments

No comments written yet.

Please login to write comment.