Color Hex Logo

#fbb40f Color Hex

#FBB40F
(251,180,15)
0 Favorites   0 Comments

Color spaces of #fbb40f

RGB 25118015
HSL0.120.970.52
HSV42°94°98°
CMYK 0.000.280.94   0.02
XYZ56.191153.18627.7563
Yxy53.18620.47970.4541
Hunter Lab72.92899.907344.7445
CIE-Lab77.984814.535879.1351

#fbb40f color RGB value is (251,180,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 00001111
Octal 373 264 17
Decimal 251 180 15
Hex FB B4 F

RGB Percentages of Color #fbb40f

%56.28
%40.36
%3.36

CMYK Percentages of Color #fbb40f

%0
%28
%94
%2

Triadic Colors of #fbb40f

#fbb40f #0ffbb4 #b40ffb

Analogous Colors of #fbb40f

#fbb40f #ccfb0f #fb3e0f

Monochromatic Colors of #fbb40f

#fbb40f

Complementary Color

#fbb40f #0f56fb

#fbb40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb40f Color CSS Codes

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

#fbb40f Text Font Color

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

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


#fbb40f Background Color

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

This div background color is #fbb40f


#fbb40f Border Color

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

This div border color is #fbb40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb40f


Comments

No comments written yet.

Please login to write comment.