Color Hex Logo

#fba621 Color Hex

#FBA621
(251,166,33)
0 Favorites   0 Comments

Color spaces of #fba621

RGB 25116633
HSL0.100.960.56
HSV37°87°98°
CMYK 0.000.340.87   0.02
XYZ53.694447.89157.8528
Yxy47.89150.49060.4376
Hunter Lab69.203717.389841.7147
CIE-Lab74.756422.141573.2265

#fba621 color RGB value is (251,166,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 00100001
Octal 373 246 41
Decimal 251 166 33
Hex FB A6 21

RGB Percentages of Color #fba621

%55.78
%36.89
%7.33

CMYK Percentages of Color #fba621

%0
%34
%87
%2

Triadic Colors of #fba621

#fba621 #21fba6 #a621fb

Analogous Colors of #fba621

#fba621 #e3fb21 #fb3921

Monochromatic Colors of #fba621

#fba621

Complementary Color

#fba621 #2176fb

#fba621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba621 Color CSS Codes

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

#fba621 Text Font Color

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

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


#fba621 Background Color

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

This div background color is #fba621


#fba621 Border Color

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

This div border color is #fba621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba621

Related Colors


Comments

No comments written yet.

Please login to write comment.