Color Hex Logo

#fbc513 Color Hex

#FBC513
(251,197,19)
0 Favorites   0 Comments

Color spaces of #fbc513

RGB 25119719
HSL0.130.970.53
HSV46°92°98°
CMYK 0.000.220.92   0.02
XYZ59.867560.48889.1362
Yxy60.48880.46230.4671
Hunter Lab77.77451.296247.4774
CIE-Lab82.10325.743681.5848

#fbc513 color RGB value is (251,197,19).

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

The process color (four color CMYK) of #fbc513 color hex is 0.00, 0.22, 0.92, 0.02. Web safe color of #fbc513 is #ffcc00. Color #fbc513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 00010011
Octal 373 305 23
Decimal 251 197 19
Hex FB C5 13

RGB Percentages of Color #fbc513

%53.75
%42.18
%4.07

CMYK Percentages of Color #fbc513

%0
%22
%92
%2

Triadic Colors of #fbc513

#fbc513 #13fbc5 #c513fb

Analogous Colors of #fbc513

#fbc513 #bdfb13 #fb5113

Monochromatic Colors of #fbc513

#fbc513

Complementary Color

#fbc513 #1349fb

#fbc513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc513 Color CSS Codes

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

#fbc513 Text Font Color

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

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


#fbc513 Background Color

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

This div background color is #fbc513


#fbc513 Border Color

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

This div border color is #fbc513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc513


Comments

No comments written yet.

Please login to write comment.