color codes Logo

#fba21e color codes

#FBA21E
(251,162,30)
0 Favorites   0 Comments

Color spaces of #fba21e

RGB 25116230
HSL0.100.970.55
HSV36°88°98°
CMYK 0.000.350.88   0.02
XYZ52.938346.44367.4027
Yxy46.44360.49570.4349
Hunter Lab68.149519.396441.2643
CIE-Lab73.832524.174973.2554

#fba21e color RGB value is (251,162,30).

#fba21e hex color red value is 251, green value is 162 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fba21e hue: 0.10 , saturation: 0.97 and the lightness value of fba21e is 0.55.

The process color (four color CMYK) of #fba21e color code is 0.00, 0.35, 0.88, 0.02. Web safe color of #fba21e is #ff9933. Color #fba21e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 00011110
Octal 373 242 36
Decimal 251 162 30
Hex FB A2 1E

RGB Percentages of Color #fba21e

%56.66
%36.57
%6.77

CMYK Percentages of Color #fba21e

%0
%35
%88
%2

Triadic Colors of #fba21e

#fba21e #1efba2 #a21efb

Analogous Colors of #fba21e

#fba21e #e6fb1e #fb331e

Monochromatic Colors of #fba21e

#fba21e

Complementary Color

#fba21e #1e77fb

#fba21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba21e Color CSS Codes

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

#fba21e Text Font Color

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

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


#fba21e Background Color

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

This div background color is #fba21e


#fba21e Border Color

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

This div border color is #fba21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba21e


Comments

No comments written yet.

Please login to write comment.