Color Hex Logo

#fb672f Color Hex

#FB672F
(251,103,47)
0 Favorites   0 Comments

Color spaces of #fb672f

RGB 25110347
HSL0.050.960.58
HSV16°81°98°
CMYK 0.000.590.81   0.02
XYZ45.147030.41506.1805
Yxy30.41500.55230.3721
Hunter Lab55.149849.612431.9604
CIE-Lab62.010753.868957.6380

#fb672f color RGB value is (251,103,47).

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

The process color (four color CMYK) of #fb672f color hex is 0.00, 0.59, 0.81, 0.02. Web safe color of #fb672f is #ff6633. Color #fb672f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100111 00101111
Octal 373 147 57
Decimal 251 103 47
Hex FB 67 2F

RGB Percentages of Color #fb672f

%62.59
%25.69
%11.72

CMYK Percentages of Color #fb672f

%0
%59
%81
%2

Triadic Colors of #fb672f

#fb672f #2ffb67 #672ffb

Analogous Colors of #fb672f

#fb672f #fbcd2f #fb2f5d

Monochromatic Colors of #fb672f

#fb672f

Complementary Color

#fb672f #2fc3fb

#fb672f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb672f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb672f Color CSS Codes

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

#fb672f Text Font Color

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

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


#fb672f Background Color

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

This div background color is #fb672f


#fb672f Border Color

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

This div border color is #fb672f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb672f


Comments

No comments written yet.

Please login to write comment.