Color Hex Logo

#fcc31a Color Hex

#FCC31A
(252,195,26)
0 Favorites   0 Comments

Color spaces of #fcc31a

RGB 25219526
HSL0.120.970.55
HSV45°90°99°
CMYK 0.000.230.90   0.01
XYZ59.846459.80029.3656
Yxy59.80020.46390.4635
Hunter Lab77.33062.813246.9507
CIE-Lab81.72957.304080.2138

#fcc31a color RGB value is (252,195,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 00011010
Octal 374 303 32
Decimal 252 195 26
Hex FC C3 1A

RGB Percentages of Color #fcc31a

%53.28
%41.23
%5.50

CMYK Percentages of Color #fcc31a

%0
%23
%90
%1

Triadic Colors of #fcc31a

#fcc31a #1afcc3 #c31afc

Analogous Colors of #fcc31a

#fcc31a #c4fc1a #fc521a

Monochromatic Colors of #fcc31a

#fcc31a

Complementary Color

#fcc31a #1a53fc

#fcc31a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc31a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc31a Color CSS Codes

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

#fcc31a Text Font Color

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

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


#fcc31a Background Color

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

This div background color is #fcc31a


#fcc31a Border Color

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

This div border color is #fcc31a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc31a


Comments

No comments written yet.

Please login to write comment.