Color Hex Logo

#fcb91f Color Hex

#FCB91F
(252,185,31)
0 Favorites   0 Comments

Color spaces of #fcb91f

RGB 25218531
HSL0.120.970.55
HSV42°88°99°
CMYK 0.000.270.88   0.01
XYZ57.741255.49238.9641
Yxy55.49230.47250.4541
Hunter Lab74.49327.996145.0106
CIE-Lab79.324012.587377.3464

#fcb91f color RGB value is (252,185,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 00011111
Octal 374 271 37
Decimal 252 185 31
Hex FC B9 1F

RGB Percentages of Color #fcb91f

%53.85
%39.53
%6.62

CMYK Percentages of Color #fcb91f

%0
%27
%88
%1

Triadic Colors of #fcb91f

#fcb91f #1ffcb9 #b91ffc

Analogous Colors of #fcb91f

#fcb91f #d1fc1f #fc4b1f

Monochromatic Colors of #fcb91f

#fcb91f

Complementary Color

#fcb91f #1f62fc

#fcb91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb91f Color CSS Codes

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

#fcb91f Text Font Color

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

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


#fcb91f Background Color

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

This div background color is #fcb91f


#fcb91f Border Color

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

This div border color is #fcb91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb91f

Related Colors


Comments

No comments written yet.

Please login to write comment.