Color Hex Logo

#fbb346 Color Hex

#FBB346
(251,179,70)
0 Favorites   0 Comments

Color spaces of #fbb346

RGB 25117970
HSL0.100.960.63
HSV36°72°98°
CMYK 0.000.290.72   0.02
XYZ57.009353.191613.0566
Yxy53.19160.46250.4315
Hunter Lab72.932611.896340.4385
CIE-Lab77.988016.549163.4233

#fbb346 color RGB value is (251,179,70).

#fbb346 hex color red value is 251, green value is 179 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #fbb346 hue: 0.10 , saturation: 0.96 and the lightness value of fbb346 is 0.63.

The process color (four color CMYK) of #fbb346 color hex is 0.00, 0.29, 0.72, 0.02. Web safe color of #fbb346 is #ffcc33. Color #fbb346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110011 01000110
Octal 373 263 106
Decimal 251 179 70
Hex FB B3 46

RGB Percentages of Color #fbb346

%50.20
%35.80
%14.00

CMYK Percentages of Color #fbb346

%0
%29
%72
%2

Triadic Colors of #fbb346

#fbb346 #46fbb3 #b346fb

Analogous Colors of #fbb346

#fbb346 #e9fb46 #fb5846

Monochromatic Colors of #fbb346

#fbb346

Complementary Color

#fbb346 #468efb

#fbb346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb346 Color CSS Codes

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

#fbb346 Text Font Color

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

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


#fbb346 Background Color

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

This div background color is #fbb346


#fbb346 Border Color

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

This div border color is #fbb346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb346


Comments

No comments written yet.

Please login to write comment.