Color Hex Logo

#fcb631 Color Hex

#FCB631
(252,182,49)
0 Favorites   0 Comments

Color spaces of #fcb631

RGB 25218249
HSL0.110.970.59
HSV39°81°99°
CMYK 0.000.280.81   0.01
XYZ57.427254.373110.3740
Yxy54.37310.47000.4450
Hunter Lab73.73819.974043.2753
CIE-Lab78.678814.599371.8928

#fcb631 color RGB value is (252,182,49).

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

The process color (four color CMYK) of #fcb631 color hex is 0.00, 0.28, 0.81, 0.01. Web safe color of #fcb631 is #ffcc33. Color #fcb631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 00110001
Octal 374 266 61
Decimal 252 182 49
Hex FC B6 31

RGB Percentages of Color #fcb631

%52.17
%37.68
%10.14

CMYK Percentages of Color #fcb631

%0
%28
%81
%1

Triadic Colors of #fcb631

#fcb631 #31fcb6 #b631fc

Analogous Colors of #fcb631

#fcb631 #ddfc31 #fc5031

Monochromatic Colors of #fcb631

#fcb631

Complementary Color

#fcb631 #3177fc

#fcb631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb631 Color CSS Codes

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

#fcb631 Text Font Color

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

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


#fcb631 Background Color

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

This div background color is #fcb631


#fcb631 Border Color

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

This div border color is #fcb631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb631


Comments

No comments written yet.

Please login to write comment.