Color Hex Logo

#fba252 Color Hex

#FBA252
(251,162,82)
0 Favorites   0 Comments

Color spaces of #fba252

RGB 25116282
HSL0.080.950.65
HSV28°67°98°
CMYK 0.000.350.67   0.02
XYZ54.227046.959114.1886
Yxy46.95910.47000.4070
Hunter Lab68.526721.330035.6926
CIE-Lab74.163626.059054.0579

#fba252 color RGB value is (251,162,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 01010010
Octal 373 242 122
Decimal 251 162 82
Hex FB A2 52

RGB Percentages of Color #fba252

%50.71
%32.73
%16.57

CMYK Percentages of Color #fba252

%0
%35
%67
%2

Triadic Colors of #fba252

#fba252 #52fba2 #a252fb

Analogous Colors of #fba252

#fba252 #fbf752 #fb5256

Monochromatic Colors of #fba252

#fba252

Complementary Color

#fba252 #52abfb

#fba252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba252 Color CSS Codes

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

#fba252 Text Font Color

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

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


#fba252 Background Color

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

This div background color is #fba252


#fba252 Border Color

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

This div border color is #fba252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba252

Related Colors


Comments

No comments written yet.

Please login to write comment.