Color Hex Logo

#ff740b Color Hex

#FF740B
(255,116,11)
1 Favorites   0 Comments

Color spaces of #ff740b

RGB 25511611
HSL0.071.000.52
HSV26°96°100°
CMYK 0.000.550.96   0.00
XYZ47.545833.77494.3299
Yxy33.77490.55510.3943
Hunter Lab58.116244.330536.2640
CIE-Lab64.783548.707671.0162

#ff740b color RGB value is (255,116,11).

#ff740b hex color red value is 255, green value is 116 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ff740b hue: 0.07 , saturation: 1.00 and the lightness value of ff740b is 0.52.

The process color (four color CMYK) of #ff740b color hex is 0.00, 0.55, 0.96, 0.00. Web safe color of #ff740b is #ff6600. Color #ff740b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110100 00001011
Octal 377 164 13
Decimal 255 116 11
Hex FF 74 B

RGB Percentages of Color #ff740b

%66.75
%30.37
%2.88

CMYK Percentages of Color #ff740b

%0
%55
%96
%0

Triadic Colors of #ff740b

#ff740b #0bff74 #740bff

Analogous Colors of #ff740b

#ff740b #ffee0b #ff0b1c

Monochromatic Colors of #ff740b

#ff740b

Complementary Color

#ff740b #0b96ff

#ff740b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff740b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff740b Color CSS Codes

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

#ff740b Text Font Color

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

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


#ff740b Background Color

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

This div background color is #ff740b


#ff740b Border Color

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

This div border color is #ff740b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,116,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff740b

#ff740b Color Palettes


Comments

No comments written yet.

Please login to write comment.