Color Hex Logo

#fb770a Color Hex

#FB770A
(251,119,10)
0 Favorites   0 Comments

Color spaces of #fb770a

RGB 25111910
HSL0.080.970.51
HSV27°96°98°
CMYK 0.000.530.96   0.02
XYZ46.435333.72484.3493
Yxy33.72480.54950.3991
Hunter Lab58.073141.101036.2107
CIE-Lab64.743545.765370.8455

#fb770a color RGB value is (251,119,10).

#fb770a hex color red value is 251, green value is 119 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fb770a hue: 0.08 , saturation: 0.97 and the lightness value of fb770a is 0.51.

The process color (four color CMYK) of #fb770a color hex is 0.00, 0.53, 0.96, 0.02. Web safe color of #fb770a is #ff6600. Color #fb770a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110111 00001010
Octal 373 167 12
Decimal 251 119 10
Hex FB 77 A

RGB Percentages of Color #fb770a

%66.05
%31.32
%2.63

CMYK Percentages of Color #fb770a

%0
%53
%96
%2

Triadic Colors of #fb770a

#fb770a #0afb77 #770afb

Analogous Colors of #fb770a

#fb770a #fbf00a #fb0a15

Monochromatic Colors of #fb770a

#fb770a

Complementary Color

#fb770a #0a8efb

#fb770a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb770a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb770a Color CSS Codes

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

#fb770a Text Font Color

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

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


#fb770a Background Color

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

This div background color is #fb770a


#fb770a Border Color

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

This div border color is #fb770a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb770a


Comments

No comments written yet.

Please login to write comment.