Color Hex Logo

#fba02b Color Hex

#FBA02B
(251,160,43)
0 Favorites   0 Comments

Color spaces of #fba02b

RGB 25116043
HSL0.090.960.58
HSV34°83°98°
CMYK 0.000.360.83   0.02
XYZ52.790545.82538.3483
Yxy45.82530.49350.4284
Hunter Lab67.694420.735540.0742
CIE-Lab73.432025.517769.2277

#fba02b color RGB value is (251,160,43).

#fba02b hex color red value is 251, green value is 160 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fba02b hue: 0.09 , saturation: 0.96 and the lightness value of fba02b is 0.58.

The process color (four color CMYK) of #fba02b color hex is 0.00, 0.36, 0.83, 0.02. Web safe color of #fba02b is #ff9933. Color #fba02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 00101011
Octal 373 240 53
Decimal 251 160 43
Hex FB A0 2B

RGB Percentages of Color #fba02b

%55.29
%35.24
%9.47

CMYK Percentages of Color #fba02b

%0
%36
%83
%2

Triadic Colors of #fba02b

#fba02b #2bfba0 #a02bfb

Analogous Colors of #fba02b

#fba02b #eefb2b #fb382b

Monochromatic Colors of #fba02b

#fba02b

Complementary Color

#fba02b #2b86fb

#fba02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba02b Color CSS Codes

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

#fba02b Text Font Color

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

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


#fba02b Background Color

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

This div background color is #fba02b


#fba02b Border Color

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

This div border color is #fba02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba02b

Related Colors


Comments

No comments written yet.

Please login to write comment.