Color Hex Logo

#fba948 Color Hex

#FBA948
(251,169,72)
0 Favorites   0 Comments

Color spaces of #fba948

RGB 25116972
HSL0.090.960.63
HSV33°71°98°
CMYK 0.000.330.71   0.02
XYZ55.141349.353012.7507
Yxy49.35300.47030.4209
Hunter Lab70.251717.166138.4150
CIE-Lab75.670421.881960.2038

#fba948 color RGB value is (251,169,72).

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

The process color (four color CMYK) of #fba948 color hex is 0.00, 0.33, 0.71, 0.02. Web safe color of #fba948 is #ff9933. Color #fba948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01001000
Octal 373 251 110
Decimal 251 169 72
Hex FB A9 48

RGB Percentages of Color #fba948

%51.02
%34.35
%14.63

CMYK Percentages of Color #fba948

%0
%33
%71
%2

Triadic Colors of #fba948

#fba948 #48fba9 #a948fb

Analogous Colors of #fba948

#fba948 #f4fb48 #fb5048

Monochromatic Colors of #fba948

#fba948

Complementary Color

#fba948 #489afb

#fba948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba948 Color CSS Codes

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

#fba948 Text Font Color

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

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


#fba948 Background Color

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

This div background color is #fba948


#fba948 Border Color

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

This div border color is #fba948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba948


Comments

No comments written yet.

Please login to write comment.