Color Hex Logo

#fb833c Color Hex

#FB833C
(251,131,60)
0 Favorites   0 Comments

Color spaces of #fb833c

RGB 25113160
HSL0.060.960.61
HSV22°76°98°
CMYK 0.000.480.76   0.02
XYZ48.715637.06818.8622
Yxy37.06810.51470.3917
Hunter Lab60.883636.279433.9883
CIE-Lab67.328140.968356.9948

#fb833c color RGB value is (251,131,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000011 00111100
Octal 373 203 74
Decimal 251 131 60
Hex FB 83 3C

RGB Percentages of Color #fb833c

%56.79
%29.64
%13.57

CMYK Percentages of Color #fb833c

%0
%48
%76
%2

Triadic Colors of #fb833c

#fb833c #3cfb83 #833cfb

Analogous Colors of #fb833c

#fb833c #fbe33c #fb3c55

Monochromatic Colors of #fb833c

#fb833c

Complementary Color

#fb833c #3cb4fb

#fb833c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb833c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb833c Color CSS Codes

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

#fb833c Text Font Color

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

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


#fb833c Background Color

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

This div background color is #fb833c


#fb833c Border Color

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

This div border color is #fb833c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb833c


Comments

No comments written yet.

Please login to write comment.