Color Hex Logo

#fcb513 Color Hex

#FCB513
(252,181,19)
0 Favorites   0 Comments

Color spaces of #fcb513

RGB 25218119
HSL0.120.970.53
HSV42°92°99°
CMYK 0.000.280.92   0.01
XYZ56.786353.79028.0057
Yxy53.79020.47890.4536
Hunter Lab73.34189.858944.8674
CIE-Lab78.339214.484678.8669

#fcb513 color RGB value is (252,181,19).

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

The process color (four color CMYK) of #fcb513 color hex is 0.00, 0.28, 0.92, 0.01. Web safe color of #fcb513 is #ffcc00. Color #fcb513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 00010011
Octal 374 265 23
Decimal 252 181 19
Hex FC B5 13

RGB Percentages of Color #fcb513

%55.75
%40.04
%4.20

CMYK Percentages of Color #fcb513

%0
%28
%92
%1

Triadic Colors of #fcb513

#fcb513 #13fcb5 #b513fc

Analogous Colors of #fcb513

#fcb513 #cffc13 #fc4113

Monochromatic Colors of #fcb513

#fcb513

Complementary Color

#fcb513 #135afc

#fcb513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb513 Color CSS Codes

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

#fcb513 Text Font Color

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

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


#fcb513 Background Color

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

This div background color is #fcb513


#fcb513 Border Color

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

This div border color is #fcb513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb513


Comments

No comments written yet.

Please login to write comment.