Color Hex Logo

#fba330 Color Hex

#FBA330
(251,163,48)
0 Favorites   0 Comments

Color spaces of #fba330

RGB 25116348
HSL0.090.960.59
HSV34°81°98°
CMYK 0.000.350.81   0.02
XYZ53.414446.91709.0370
Yxy46.91700.48840.4290
Hunter Lab68.496019.329540.1248
CIE-Lab74.136624.093468.1675

#fba330 color RGB value is (251,163,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 00110000
Octal 373 243 60
Decimal 251 163 48
Hex FB A3 30

RGB Percentages of Color #fba330

%54.33
%35.28
%10.39

CMYK Percentages of Color #fba330

%0
%35
%81
%2

Triadic Colors of #fba330

#fba330 #30fba3 #a330fb

Analogous Colors of #fba330

#fba330 #eefb30 #fb3e30

Monochromatic Colors of #fba330

#fba330

Complementary Color

#fba330 #3088fb

#fba330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba330 Color CSS Codes

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

#fba330 Text Font Color

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

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


#fba330 Background Color

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

This div background color is #fba330


#fba330 Border Color

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

This div border color is #fba330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba330

Related Colors


Comments

No comments written yet.

Please login to write comment.