Color Hex Logo

#fba258 Color Hex

#FBA258
(251,162,88)
0 Favorites   0 Comments

Color spaces of #fba258

RGB 25116288
HSL0.080.950.66
HSV27°65°98°
CMYK 0.000.350.65   0.02
XYZ54.465447.054515.4443
Yxy47.05450.46570.4023
Hunter Lab68.596321.685434.6684
CIE-Lab74.224626.402951.2561

#fba258 color RGB value is (251,162,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 01011000
Octal 373 242 130
Decimal 251 162 88
Hex FB A2 58

RGB Percentages of Color #fba258

%50.10
%32.34
%17.56

CMYK Percentages of Color #fba258

%0
%35
%65
%2

Triadic Colors of #fba258

#fba258 #58fba2 #a258fb

Analogous Colors of #fba258

#fba258 #fbf458 #fb5860

Monochromatic Colors of #fba258

#fba258

Complementary Color

#fba258 #58b1fb

#fba258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba258 Color CSS Codes

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

#fba258 Text Font Color

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

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


#fba258 Background Color

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

This div background color is #fba258


#fba258 Border Color

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

This div border color is #fba258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba258


Comments

No comments written yet.

Please login to write comment.