Color Hex Logo

#fcb31c Color Hex

#FCB31C
(252,179,28)
0 Favorites   0 Comments

Color spaces of #fcb31c

RGB 25217928
HSL0.110.970.55
HSV40°89°99°
CMYK 0.000.290.89   0.01
XYZ56.474653.01958.3559
Yxy53.01950.47920.4499
Hunter Lab72.814511.018544.1663
CIE-Lab77.886515.664176.8820

#fcb31c color RGB value is (252,179,28).

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

The process color (four color CMYK) of #fcb31c color hex is 0.00, 0.29, 0.89, 0.01. Web safe color of #fcb31c is #ffcc33. Color #fcb31c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00011100
Octal 374 263 34
Decimal 252 179 28
Hex FC B3 1C

RGB Percentages of Color #fcb31c

%54.90
%39.00
%6.10

CMYK Percentages of Color #fcb31c

%0
%29
%89
%1

Triadic Colors of #fcb31c

#fcb31c #1cfcb3 #b31cfc

Analogous Colors of #fcb31c

#fcb31c #d5fc1c #fc431c

Monochromatic Colors of #fcb31c

#fcb31c

Complementary Color

#fcb31c #1c65fc

#fcb31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb31c Color CSS Codes

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

#fcb31c Text Font Color

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

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


#fcb31c Background Color

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

This div background color is #fcb31c


#fcb31c Border Color

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

This div border color is #fcb31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb31c


Comments

No comments written yet.

Please login to write comment.