Color Hex Logo

#fba248 Color Hex

#FBA248
(251,162,72)
0 Favorites   0 Comments

Color spaces of #fba248

RGB 25116272
HSL0.080.960.63
HSV30°71°98°
CMYK 0.000.350.71   0.02
XYZ53.873746.817812.3282
Yxy46.81780.47670.4142
Hunter Lab68.423520.801937.2139
CIE-Lab74.073125.546758.5427

#fba248 color RGB value is (251,162,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 01001000
Octal 373 242 110
Decimal 251 162 72
Hex FB A2 48

RGB Percentages of Color #fba248

%51.75
%33.40
%14.85

CMYK Percentages of Color #fba248

%0
%35
%71
%2

Triadic Colors of #fba248

#fba248 #48fba2 #a248fb

Analogous Colors of #fba248

#fba248 #fbfb48 #fb4848

Monochromatic Colors of #fba248

#fba248

Complementary Color

#fba248 #48a1fb

#fba248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba248 Color CSS Codes

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

#fba248 Text Font Color

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

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


#fba248 Background Color

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

This div background color is #fba248


#fba248 Border Color

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

This div border color is #fba248


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,162,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 #fba248">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba248

#fba248 Color Palettes


Comments

No comments written yet.

Please login to write comment.