Color Hex Logo

#fb750d Color Hex

#FB750D
(251,117,13)
0 Favorites   0 Comments

Color spaces of #fb750d

RGB 25111713
HSL0.070.970.52
HSV26°95°98°
CMYK 0.000.530.95   0.02
XYZ46.217633.26094.3648
Yxy33.26090.55120.3967
Hunter Lab57.672342.120535.8833
CIE-Lab64.371646.752170.1231

#fb750d color RGB value is (251,117,13).

#fb750d hex color red value is 251, green value is 117 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fb750d hue: 0.07 , saturation: 0.97 and the lightness value of fb750d is 0.52.

The process color (four color CMYK) of #fb750d color hex is 0.00, 0.53, 0.95, 0.02. Web safe color of #fb750d is #ff6600. Color #fb750d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 00001101
Octal 373 165 15
Decimal 251 117 13
Hex FB 75 D

RGB Percentages of Color #fb750d

%65.88
%30.71
%3.41

CMYK Percentages of Color #fb750d

%0
%53
%95
%2

Triadic Colors of #fb750d

#fb750d #0dfb75 #750dfb

Analogous Colors of #fb750d

#fb750d #fbec0d #fb0d1c

Monochromatic Colors of #fb750d

#fb750d

Complementary Color

#fb750d #0d93fb

#fb750d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb750d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb750d Color CSS Codes

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

#fb750d Text Font Color

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

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


#fb750d Background Color

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

This div background color is #fb750d


#fb750d Border Color

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

This div border color is #fb750d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb750d


Comments

No comments written yet.

Please login to write comment.