Color Hex Logo

#fba24e Color Hex

#FBA24E
(251,162,78)
0 Favorites   0 Comments

Color spaces of #fba24e

RGB 25116278
HSL0.080.960.65
HSV29°69°98°
CMYK 0.000.350.69   0.02
XYZ54.079146.899913.4100
Yxy46.89990.47280.4100
Hunter Lab68.483521.109336.3287
CIE-Lab74.125725.845155.8823

#fba24e color RGB value is (251,162,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 01001110
Octal 373 242 116
Decimal 251 162 78
Hex FB A2 4E

RGB Percentages of Color #fba24e

%51.12
%32.99
%15.89

CMYK Percentages of Color #fba24e

%0
%35
%69
%2

Triadic Colors of #fba24e

#fba24e #4efba2 #a24efb

Analogous Colors of #fba24e

#fba24e #fbf94e #fb4e50

Monochromatic Colors of #fba24e

#fba24e

Complementary Color

#fba24e #4ea7fb

#fba24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba24e Color CSS Codes

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

#fba24e Text Font Color

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

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


#fba24e Background Color

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

This div background color is #fba24e


#fba24e Border Color

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

This div border color is #fba24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba24e


Comments

No comments written yet.

Please login to write comment.