Color Hex Logo

#fcc74d Color Hex

#FCC74D
(252,199,77)
0 Favorites   0 Comments

Color spaces of #fcc74d

RGB 25219977
HSL0.120.970.65
HSV42°69°99°
CMYK 0.000.210.69   0.01
XYZ61.907962.078115.7406
Yxy62.07810.44310.4443
Hunter Lab78.78972.372043.3078
CIE-Lab82.95496.887165.6455

#fcc74d color RGB value is (252,199,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 01001101
Octal 374 307 115
Decimal 252 199 77
Hex FC C7 4D

RGB Percentages of Color #fcc74d

%47.73
%37.69
%14.58

CMYK Percentages of Color #fcc74d

%0
%21
%69
%1

Triadic Colors of #fcc74d

#fcc74d #4dfcc7 #c74dfc

Analogous Colors of #fcc74d

#fcc74d #dafc4d #fc704d

Monochromatic Colors of #fcc74d

#fcc74d

Complementary Color

#fcc74d #4d82fc

#fcc74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc74d Color CSS Codes

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

#fcc74d Text Font Color

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

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


#fcc74d Background Color

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

This div background color is #fcc74d


#fcc74d Border Color

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

This div border color is #fcc74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc74d


Comments

No comments written yet.

Please login to write comment.