color codes Logo

#fbb12f color codes

#FBB12F
(251,177,47)
0 Favorites   0 Comments

Color spaces of #fbb12f

RGB 25117747
HSL0.110.960.58
HSV38°81°98°
CMYK 0.000.290.81   0.02
XYZ56.018952.15879.8045
Yxy52.15870.47480.4421
Hunter Lab72.221012.068542.5057
CIE-Lab77.375616.732471.3490

#fbb12f color RGB value is (251,177,47).

#fbb12f hex color red value is 251, green value is 177 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fbb12f hue: 0.11 , saturation: 0.96 and the lightness value of fbb12f is 0.58.

The process color (four color CMYK) of #fbb12f color code is 0.00, 0.29, 0.81, 0.02. Web safe color of #fbb12f is #ff9933. Color #fbb12f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110001 00101111
Octal 373 261 57
Decimal 251 177 47
Hex FB B1 2F

RGB Percentages of Color #fbb12f

%52.84
%37.26
%9.89

CMYK Percentages of Color #fbb12f

%0
%29
%81
%2

Triadic Colors of #fbb12f

#fbb12f #2ffbb1 #b12ffb

Analogous Colors of #fbb12f

#fbb12f #dffb2f #fb4b2f

Monochromatic Colors of #fbb12f

#fbb12f

Complementary Color

#fbb12f #2f79fb

#fbb12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb12f Color CSS Codes

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

#fbb12f Text Font Color

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

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


#fbb12f Background Color

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

This div background color is #fbb12f


#fbb12f Border Color

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

This div border color is #fbb12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb12f


Comments

No comments written yet.

Please login to write comment.