Color Hex Logo

#fba344 Color Hex

#FBA344
(251,163,68)
0 Favorites   0 Comments

Color spaces of #fba344

RGB 25116368
HSL0.090.960.63
HSV31°73°98°
CMYK 0.000.350.73   0.02
XYZ53.924247.121011.7220
Yxy47.12100.47820.4179
Hunter Lab68.644720.093237.9268
CIE-Lab74.267124.839660.4899

#fba344 color RGB value is (251,163,68).

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

The process color (four color CMYK) of #fba344 color hex is 0.00, 0.35, 0.73, 0.02. Web safe color of #fba344 is #ff9933. Color #fba344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 01000100
Octal 373 243 104
Decimal 251 163 68
Hex FB A3 44

RGB Percentages of Color #fba344

%52.07
%33.82
%14.11

CMYK Percentages of Color #fba344

%0
%35
%73
%2

Triadic Colors of #fba344

#fba344 #44fba3 #a344fb

Analogous Colors of #fba344

#fba344 #f8fb44 #fb4744

Monochromatic Colors of #fba344

#fba344

Complementary Color

#fba344 #449cfb

#fba344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba344 Color CSS Codes

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

#fba344 Text Font Color

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

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


#fba344 Background Color

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

This div background color is #fba344


#fba344 Border Color

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

This div border color is #fba344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba344

Related Colors


Comments

No comments written yet.

Please login to write comment.