Color Hex Logo

#fbc419 Color Hex

#FBC419
(251,196,25)
0 Favorites   0 Comments

Color spaces of #fbc419

RGB 25119625
HSL0.130.970.54
HSV45°90°98°
CMYK 0.000.220.90   0.02
XYZ59.699160.05939.3658
Yxy60.05930.46230.4651
Hunter Lab77.49791.882847.0832
CIE-Lab81.87046.344680.4561

#fbc419 color RGB value is (251,196,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 00011001
Octal 373 304 31
Decimal 251 196 25
Hex FB C4 19

RGB Percentages of Color #fbc419

%53.18
%41.53
%5.30

CMYK Percentages of Color #fbc419

%0
%22
%90
%2

Triadic Colors of #fbc419

#fbc419 #19fbc4 #c419fb

Analogous Colors of #fbc419

#fbc419 #c1fb19 #fb5319

Monochromatic Colors of #fbc419

#fbc419

Complementary Color

#fbc419 #1950fb

#fbc419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc419 Color CSS Codes

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

#fbc419 Text Font Color

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

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


#fbc419 Background Color

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

This div background color is #fbc419


#fbc419 Border Color

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

This div border color is #fbc419


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,196,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc419

Related Colors


Comments

No comments written yet.

Please login to write comment.