Color Hex Logo

#fba038 Color Hex

#FBA038
(251,160,56)
0 Favorites   0 Comments

Color spaces of #fba038

RGB 25116056
HSL0.090.960.60
HSV32°78°98°
CMYK 0.000.360.78   0.02
XYZ53.068345.93649.8110
Yxy45.93640.48770.4221
Hunter Lab67.776421.155238.8609
CIE-Lab73.504225.926164.6544

#fba038 color RGB value is (251,160,56).

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

The process color (four color CMYK) of #fba038 color hex is 0.00, 0.36, 0.78, 0.02. Web safe color of #fba038 is #ff9933. Color #fba038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 00111000
Octal 373 240 70
Decimal 251 160 56
Hex FB A0 38

RGB Percentages of Color #fba038

%53.75
%34.26
%11.99

CMYK Percentages of Color #fba038

%0
%36
%78
%2

Triadic Colors of #fba038

#fba038 #38fba0 #a038fb

Analogous Colors of #fba038

#fba038 #f5fb38 #fb3e38

Monochromatic Colors of #fba038

#fba038

Complementary Color

#fba038 #3893fb

#fba038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba038 Color CSS Codes

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

#fba038 Text Font Color

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

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


#fba038 Background Color

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

This div background color is #fba038


#fba038 Border Color

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

This div border color is #fba038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba038


Comments

No comments written yet.

Please login to write comment.