Color Hex Logo

#fcc31d Color Hex

#FCC31D
(252,195,29)
0 Favorites   0 Comments

Color spaces of #fcc31d

RGB 25219529
HSL0.120.970.55
HSV45°88°99°
CMYK 0.000.230.88   0.01
XYZ59.881859.81449.5516
Yxy59.81440.46330.4628
Hunter Lab77.33982.862546.8154
CIE-Lab81.73727.355179.6465

#fcc31d color RGB value is (252,195,29).

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

The process color (four color CMYK) of #fcc31d color hex is 0.00, 0.23, 0.88, 0.01. Web safe color of #fcc31d is #ffcc33. Color #fcc31d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 00011101
Octal 374 303 35
Decimal 252 195 29
Hex FC C3 1D

RGB Percentages of Color #fcc31d

%52.94
%40.97
%6.09

CMYK Percentages of Color #fcc31d

%0
%23
%88
%1

Triadic Colors of #fcc31d

#fcc31d #1dfcc3 #c31dfc

Analogous Colors of #fcc31d

#fcc31d #c6fc1d #fc541d

Monochromatic Colors of #fcc31d

#fcc31d

Complementary Color

#fcc31d #1d56fc

#fcc31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc31d Color CSS Codes

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

#fcc31d Text Font Color

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

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


#fcc31d Background Color

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

This div background color is #fcc31d


#fcc31d Border Color

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

This div border color is #fcc31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc31d


Comments

No comments written yet.

Please login to write comment.