Color Hex Logo

#fb970f Color Hex

#FB970F
(251,151,15)
0 Favorites   0 Comments

Color spaces of #fb970f

RGB 25115115
HSL0.100.970.52
HSV35°94°98°
CMYK 0.000.400.94   0.02
XYZ50.936542.67696.0048
Yxy42.67690.51130.4284
Hunter Lab65.327624.854940.2795
CIE-Lab71.335129.687274.4501

#fb970f color RGB value is (251,151,15).

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

The process color (four color CMYK) of #fb970f color hex is 0.00, 0.40, 0.94, 0.02. Web safe color of #fb970f is #ff9900. Color #fb970f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010111 00001111
Octal 373 227 17
Decimal 251 151 15
Hex FB 97 F

RGB Percentages of Color #fb970f

%60.19
%36.21
%3.60

CMYK Percentages of Color #fb970f

%0
%40
%94
%2

Triadic Colors of #fb970f

#fb970f #0ffb97 #970ffb

Analogous Colors of #fb970f

#fb970f #e9fb0f #fb210f

Monochromatic Colors of #fb970f

#fb970f

Complementary Color

#fb970f #0f73fb

#fb970f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb970f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb970f Color CSS Codes

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

#fb970f Text Font Color

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

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


#fb970f Background Color

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

This div background color is #fb970f


#fb970f Border Color

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

This div border color is #fb970f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb970f

Related Colors


Comments

No comments written yet.

Please login to write comment.