Color Hex Logo

#fb832f Color Hex

#FB832F
(251,131,47)
0 Favorites   0 Comments

Color spaces of #fb832f

RGB 25113147
HSL0.070.960.58
HSV25°81°98°
CMYK 0.000.480.81   0.02
XYZ48.413136.94717.2692
Yxy36.94710.52270.3989
Hunter Lab60.784135.798835.4584
CIE-Lab67.237340.529662.3781

#fb832f color RGB value is (251,131,47).

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

The process color (four color CMYK) of #fb832f color hex is 0.00, 0.48, 0.81, 0.02. Web safe color of #fb832f is #ff9933. Color #fb832f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000011 00101111
Octal 373 203 57
Decimal 251 131 47
Hex FB 83 2F

RGB Percentages of Color #fb832f

%58.51
%30.54
%10.96

CMYK Percentages of Color #fb832f

%0
%48
%81
%2

Triadic Colors of #fb832f

#fb832f #2ffb83 #832ffb

Analogous Colors of #fb832f

#fb832f #fbe92f #fb2f41

Monochromatic Colors of #fb832f

#fb832f

Complementary Color

#fb832f #2fa7fb

#fb832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb832f Color CSS Codes

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

#fb832f Text Font Color

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

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


#fb832f Background Color

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

This div background color is #fb832f


#fb832f Border Color

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

This div border color is #fb832f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,131,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 #fb832f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb832f

Related Colors


Comments

No comments written yet.

Please login to write comment.