Color Hex Logo

#fb742d Color Hex

#FB742D
(251,116,45)
0 Favorites   0 Comments

Color spaces of #fb742d

RGB 25111645
HSL0.060.960.58
HSV21°82°98°
CMYK 0.000.540.82   0.02
XYZ46.502733.18956.4379
Yxy33.18950.53990.3853
Hunter Lab57.610343.266033.7016
CIE-Lab64.314147.807060.5569

#fb742d color RGB value is (251,116,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 00101101
Octal 373 164 55
Decimal 251 116 45
Hex FB 74 2D

RGB Percentages of Color #fb742d

%60.92
%28.16
%10.92

CMYK Percentages of Color #fb742d

%0
%54
%82
%2

Triadic Colors of #fb742d

#fb742d #2dfb74 #742dfb

Analogous Colors of #fb742d

#fb742d #fbdb2d #fb2d4d

Monochromatic Colors of #fb742d

#fb742d

Complementary Color

#fb742d #2db4fb

#fb742d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb742d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb742d Color CSS Codes

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

#fb742d Text Font Color

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

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


#fb742d Background Color

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

This div background color is #fb742d


#fb742d Border Color

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

This div border color is #fb742d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb742d

Related Colors

#fb742d Color Palettes


Comments

No comments written yet.

Please login to write comment.