Color Hex Logo

#fba628 Color Hex

#FBA628
(251,166,40)
0 Favorites   0 Comments

Color spaces of #fba628

RGB 25116640
HSL0.100.960.57
HSV36°84°98°
CMYK 0.000.340.84   0.02
XYZ53.802947.93498.4241
Yxy47.93490.48840.4351
Hunter Lab69.235017.552041.2505
CIE-Lab74.783922.301671.3020

#fba628 color RGB value is (251,166,40).

#fba628 hex color red value is 251, green value is 166 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #fba628 hue: 0.10 , saturation: 0.96 and the lightness value of fba628 is 0.57.

The process color (four color CMYK) of #fba628 color hex is 0.00, 0.34, 0.84, 0.02. Web safe color of #fba628 is #ff9933. Color #fba628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 00101000
Octal 373 246 50
Decimal 251 166 40
Hex FB A6 28

RGB Percentages of Color #fba628

%54.92
%36.32
%8.75

CMYK Percentages of Color #fba628

%0
%34
%84
%2

Triadic Colors of #fba628

#fba628 #28fba6 #a628fb

Analogous Colors of #fba628

#fba628 #e7fb28 #fb3d28

Monochromatic Colors of #fba628

#fba628

Complementary Color

#fba628 #287dfb

#fba628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba628 Color CSS Codes

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

#fba628 Text Font Color

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

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


#fba628 Background Color

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

This div background color is #fba628


#fba628 Border Color

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

This div border color is #fba628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba628

Related Colors


Comments

No comments written yet.

Please login to write comment.