Color Hex Logo

#fb782f Color Hex

#FB782F
(251,120,47)
0 Favorites   0 Comments

Color spaces of #fb782f

RGB 25112047
HSL0.060.960.58
HSV21°81°98°
CMYK 0.000.520.81   0.02
XYZ47.013234.14746.8026
Yxy34.14740.53450.3882
Hunter Lab58.435841.345634.0030
CIE-Lab65.079445.944560.4321

#fb782f color RGB value is (251,120,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111000 00101111
Octal 373 170 57
Decimal 251 120 47
Hex FB 78 2F

RGB Percentages of Color #fb782f

%60.05
%28.71
%11.24

CMYK Percentages of Color #fb782f

%0
%52
%81
%2

Triadic Colors of #fb782f

#fb782f #2ffb78 #782ffb

Analogous Colors of #fb782f

#fb782f #fbde2f #fb2f4c

Monochromatic Colors of #fb782f

#fb782f

Complementary Color

#fb782f #2fb2fb

#fb782f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb782f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb782f Color CSS Codes

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

#fb782f Text Font Color

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

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


#fb782f Background Color

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

This div background color is #fb782f


#fb782f Border Color

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

This div border color is #fb782f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb782f

Related Colors


Comments

No comments written yet.

Please login to write comment.