Color Hex Logo

#fcb83b Color Hex

#FCB83B
(252,184,59)
0 Favorites   0 Comments

Color spaces of #fcb83b

RGB 25218459
HSL0.110.970.61
HSV39°77°99°
CMYK 0.000.270.77   0.01
XYZ58.074855.292211.7493
Yxy55.29220.46420.4419
Hunter Lab74.35879.282342.6828
CIE-Lab79.209313.895768.9370

#fcb83b color RGB value is (252,184,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 00111011
Octal 374 270 73
Decimal 252 184 59
Hex FC B8 3B

RGB Percentages of Color #fcb83b

%50.91
%37.17
%11.92

CMYK Percentages of Color #fcb83b

%0
%27
%77
%1

Triadic Colors of #fcb83b

#fcb83b #3bfcb8 #b83bfc

Analogous Colors of #fcb83b

#fcb83b #e0fc3b #fc573b

Monochromatic Colors of #fcb83b

#fcb83b

Complementary Color

#fcb83b #3b7ffc

#fcb83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb83b Color CSS Codes

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

#fcb83b Text Font Color

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

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


#fcb83b Background Color

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

This div background color is #fcb83b


#fcb83b Border Color

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

This div border color is #fcb83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb83b


Comments

No comments written yet.

Please login to write comment.