Color Hex Logo

#fb762d Color Hex

#FB762D
(251,118,45)
0 Favorites   0 Comments

Color spaces of #fb762d

RGB 25111845
HSL0.060.960.58
HSV21°82°98°
CMYK 0.000.530.82   0.02
XYZ46.735733.65566.5156
Yxy33.65560.53780.3873
Hunter Lab58.013442.276333.9504
CIE-Lab64.688346.850960.8899

#fb762d color RGB value is (251,118,45).

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

The process color (four color CMYK) of #fb762d color hex is 0.00, 0.53, 0.82, 0.02. Web safe color of #fb762d is #ff6633. Color #fb762d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110110 00101101
Octal 373 166 55
Decimal 251 118 45
Hex FB 76 2D

RGB Percentages of Color #fb762d

%60.63
%28.50
%10.87

CMYK Percentages of Color #fb762d

%0
%53
%82
%2

Triadic Colors of #fb762d

#fb762d #2dfb76 #762dfb

Analogous Colors of #fb762d

#fb762d #fbdd2d #fb2d4b

Monochromatic Colors of #fb762d

#fb762d

Complementary Color

#fb762d #2db2fb

#fb762d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb762d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb762d Color CSS Codes

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

#fb762d Text Font Color

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

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


#fb762d Background Color

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

This div background color is #fb762d


#fb762d Border Color

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

This div border color is #fb762d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb762d


Comments

No comments written yet.

Please login to write comment.