Color Hex Logo

#fcb913 Color Hex

#FCB913
(252,185,19)
0 Favorites   0 Comments

Color spaces of #fcb913

RGB 25218519
HSL0.120.970.53
HSV43°92°99°
CMYK 0.000.270.92   0.01
XYZ57.611455.44048.2807
Yxy55.44040.47480.4569
Hunter Lab74.45837.810645.5270
CIE-Lab79.294312.397979.5649

#fcb913 color RGB value is (252,185,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 00010011
Octal 374 271 23
Decimal 252 185 19
Hex FC B9 13

RGB Percentages of Color #fcb913

%55.26
%40.57
%4.17

CMYK Percentages of Color #fcb913

%0
%27
%92
%1

Triadic Colors of #fcb913

#fcb913 #13fcb9 #b913fc

Analogous Colors of #fcb913

#fcb913 #cbfc13 #fc4513

Monochromatic Colors of #fcb913

#fcb913

Complementary Color

#fcb913 #1356fc

#fcb913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb913 Color CSS Codes

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

#fcb913 Text Font Color

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

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


#fcb913 Background Color

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

This div background color is #fcb913


#fcb913 Border Color

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

This div border color is #fcb913


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,185,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 #fcb913">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb913


Comments

No comments written yet.

Please login to write comment.