Color Hex Logo

#fbb419 Color Hex

#FBB419
(251,180,25)
0 Favorites   0 Comments

Color spaces of #fbb419

RGB 25118025
HSL0.110.970.54
HSV41°90°98°
CMYK 0.000.280.90   0.02
XYZ56.280453.22198.2263
Yxy53.22190.47810.4521
Hunter Lab72.953310.036844.3817
CIE-Lab78.005814.667477.5294

#fbb419 color RGB value is (251,180,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 00011001
Octal 373 264 31
Decimal 251 180 25
Hex FB B4 19

RGB Percentages of Color #fbb419

%55.04
%39.47
%5.48

CMYK Percentages of Color #fbb419

%0
%28
%90
%2

Triadic Colors of #fbb419

#fbb419 #19fbb4 #b419fb

Analogous Colors of #fbb419

#fbb419 #d1fb19 #fb4319

Monochromatic Colors of #fbb419

#fbb419

Complementary Color

#fbb419 #1960fb

#fbb419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb419 Color CSS Codes

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

#fbb419 Text Font Color

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

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


#fbb419 Background Color

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

This div background color is #fbb419


#fbb419 Border Color

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

This div border color is #fbb419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb419


Comments

No comments written yet.

Please login to write comment.