Color Hex Logo

#fba253 Color Hex

#FBA253
(251,162,83)
0 Favorites   0 Comments

Color spaces of #fba253

RGB 25116283
HSL0.080.950.65
HSV28°67°98°
CMYK 0.000.350.67   0.02
XYZ54.265346.974414.3905
Yxy46.97440.46930.4062
Hunter Lab68.537921.387235.5277
CIE-Lab74.173426.114453.5961

#fba253 color RGB value is (251,162,83).

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

The process color (four color CMYK) of #fba253 color hex is 0.00, 0.35, 0.67, 0.02. Web safe color of #fba253 is #ff9966. Color #fba253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 01010011
Octal 373 242 123
Decimal 251 162 83
Hex FB A2 53

RGB Percentages of Color #fba253

%50.60
%32.66
%16.73

CMYK Percentages of Color #fba253

%0
%35
%67
%2

Triadic Colors of #fba253

#fba253 #53fba2 #a253fb

Analogous Colors of #fba253

#fba253 #fbf653 #fb5358

Monochromatic Colors of #fba253

#fba253

Complementary Color

#fba253 #53acfb

#fba253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba253 Color CSS Codes

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

#fba253 Text Font Color

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

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


#fba253 Background Color

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

This div background color is #fba253


#fba253 Border Color

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

This div border color is #fba253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba253

Related Colors


Comments

No comments written yet.

Please login to write comment.