Color Hex Logo

#fba019 Color Hex

#FBA019
(251,160,25)
0 Favorites   0 Comments

Color spaces of #fba019

RGB 25116025
HSL0.100.970.54
HSV36°90°98°
CMYK 0.000.360.90   0.02
XYZ52.529945.72106.9761
Yxy45.72100.49920.4345
Hunter Lab67.617320.341141.2151
CIE-Lab73.364125.133074.0471

#fba019 color RGB value is (251,160,25).

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

The process color (four color CMYK) of #fba019 color hex is 0.00, 0.36, 0.90, 0.02. Web safe color of #fba019 is #ff9900. Color #fba019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 00011001
Octal 373 240 31
Decimal 251 160 25
Hex FB A0 19

RGB Percentages of Color #fba019

%57.57
%36.70
%5.73

CMYK Percentages of Color #fba019

%0
%36
%90
%2

Triadic Colors of #fba019

#fba019 #19fba0 #a019fb

Analogous Colors of #fba019

#fba019 #e5fb19 #fb2f19

Monochromatic Colors of #fba019

#fba019

Complementary Color

#fba019 #1974fb

#fba019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba019 Color CSS Codes

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

#fba019 Text Font Color

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

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


#fba019 Background Color

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

This div background color is #fba019


#fba019 Border Color

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

This div border color is #fba019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba019

Related Colors


Comments

No comments written yet.

Please login to write comment.