Color Hex Logo

#fcb61b Color Hex

#FCB61B
(252,182,27)
0 Favorites   0 Comments

Color spaces of #fcb61b

RGB 25218227
HSL0.110.970.55
HSV41°89°99°
CMYK 0.000.280.89   0.01
XYZ57.070754.23058.4965
Yxy54.23050.47640.4527
Hunter Lab73.64149.461844.7083
CIE-Lab78.595914.079977.6311

#fcb61b color RGB value is (252,182,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 00011011
Octal 374 266 33
Decimal 252 182 27
Hex FC B6 1B

RGB Percentages of Color #fcb61b

%54.66
%39.48
%5.86

CMYK Percentages of Color #fcb61b

%0
%28
%89
%1

Triadic Colors of #fcb61b

#fcb61b #1bfcb6 #b61bfc

Analogous Colors of #fcb61b

#fcb61b #d2fc1b #fc461b

Monochromatic Colors of #fcb61b

#fcb61b

Complementary Color

#fcb61b #1b61fc

#fcb61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb61b Color CSS Codes

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

#fcb61b Text Font Color

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

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


#fcb61b Background Color

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

This div background color is #fcb61b


#fcb61b Border Color

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

This div border color is #fcb61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb61b


Comments

No comments written yet.

Please login to write comment.