Color Hex Logo

#fb752d Color Hex

#FB752D
(251,117,45)
0 Favorites   0 Comments

Color spaces of #fb752d

RGB 25111745
HSL0.060.960.58
HSV21°82°98°
CMYK 0.000.530.82   0.02
XYZ46.618633.42136.4765
Yxy33.42130.53880.3863
Hunter Lab57.811242.771933.8256
CIE-Lab64.500647.329960.7231

#fb752d color RGB value is (251,117,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 00101101
Octal 373 165 55
Decimal 251 117 45
Hex FB 75 2D

RGB Percentages of Color #fb752d

%60.77
%28.33
%10.90

CMYK Percentages of Color #fb752d

%0
%53
%82
%2

Triadic Colors of #fb752d

#fb752d #2dfb75 #752dfb

Analogous Colors of #fb752d

#fb752d #fbdc2d #fb2d4c

Monochromatic Colors of #fb752d

#fb752d

Complementary Color

#fb752d #2db3fb

#fb752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb752d Color CSS Codes

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

#fb752d Text Font Color

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

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


#fb752d Background Color

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

This div background color is #fb752d


#fb752d Border Color

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

This div border color is #fb752d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb752d

Related Colors


Comments

No comments written yet.

Please login to write comment.