Color Hex Logo

#fb781f Color Hex

#FB781F
(251,120,31)
1 Favorites   0 Comments

Color spaces of #fb781f

RGB 25112031
HSL0.070.960.55
HSV24°88°98°
CMYK 0.000.520.88   0.02
XYZ46.747534.04115.4031
Yxy34.04110.54240.3949
Hunter Lab58.344840.916035.3507
CIE-Lab64.995245.561266.1519

#fb781f color RGB value is (251,120,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111000 00011111
Octal 373 170 37
Decimal 251 120 31
Hex FB 78 1F

RGB Percentages of Color #fb781f

%62.44
%29.85
%7.71

CMYK Percentages of Color #fb781f

%0
%52
%88
%2

Triadic Colors of #fb781f

#fb781f #1ffb78 #781ffb

Analogous Colors of #fb781f

#fb781f #fbe61f #fb1f34

Monochromatic Colors of #fb781f

#fb781f

Complementary Color

#fb781f #1fa2fb

#fb781f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb781f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb781f Color CSS Codes

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

#fb781f Text Font Color

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

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


#fb781f Background Color

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

This div background color is #fb781f


#fb781f Border Color

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

This div border color is #fb781f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb781f

Related Colors


Comments

No comments written yet.

Please login to write comment.