Color Hex Logo

#fba70d Color Hex

#FBA70D
(251,167,13)
0 Favorites   0 Comments

Color spaces of #fba70d

RGB 25116713
HSL0.110.970.52
HSV39°95°98°
CMYK 0.000.330.95   0.02
XYZ53.675048.17576.8506
Yxy48.17570.49380.4432
Hunter Lab69.408716.572042.7342
CIE-Lab74.935621.319577.2393

#fba70d color RGB value is (251,167,13).

#fba70d hex color red value is 251, green value is 167 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fba70d hue: 0.11 , saturation: 0.97 and the lightness value of fba70d is 0.52.

The process color (four color CMYK) of #fba70d color hex is 0.00, 0.33, 0.95, 0.02. Web safe color of #fba70d is #ff9900. Color #fba70d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 00001101
Octal 373 247 15
Decimal 251 167 13
Hex FB A7 D

RGB Percentages of Color #fba70d

%58.24
%38.75
%3.02

CMYK Percentages of Color #fba70d

%0
%33
%95
%2

Triadic Colors of #fba70d

#fba70d #0dfba7 #a70dfb

Analogous Colors of #fba70d

#fba70d #d8fb0d #fb300d

Monochromatic Colors of #fba70d

#fba70d

Complementary Color

#fba70d #0d61fb

#fba70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba70d Color CSS Codes

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

#fba70d Text Font Color

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

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


#fba70d Background Color

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

This div background color is #fba70d


#fba70d Border Color

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

This div border color is #fba70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba70d


Comments

No comments written yet.

Please login to write comment.