Color Hex Logo

#ff742b Color Hex

#FF742B
(255,116,43)
0 Favorites   0 Comments

Color spaces of #ff742b

RGB 25511643
HSL0.061.000.58
HSV21°83°100°
CMYK 0.000.550.83   0.00
XYZ47.921433.92526.3080
Yxy33.92520.54360.3848
Hunter Lab58.245344.931734.3506
CIE-Lab64.903249.234362.1002

#ff742b color RGB value is (255,116,43).

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

The process color (four color CMYK) of #ff742b color hex is 0.00, 0.55, 0.83, 0.00. Web safe color of #ff742b is #ff6633. Color #ff742b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110100 00101011
Octal 377 164 53
Decimal 255 116 43
Hex FF 74 2B

RGB Percentages of Color #ff742b

%61.59
%28.02
%10.39

CMYK Percentages of Color #ff742b

%0
%55
%83
%0

Triadic Colors of #ff742b

#ff742b #2bff74 #742bff

Analogous Colors of #ff742b

#ff742b #ffde2b #ff2b4c

Monochromatic Colors of #ff742b

#ff742b

Complementary Color

#ff742b #2bb6ff

#ff742b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff742b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff742b Color CSS Codes

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

#ff742b Text Font Color

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

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


#ff742b Background Color

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

This div background color is #ff742b


#ff742b Border Color

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

This div border color is #ff742b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff742b


Comments

No comments written yet.

Please login to write comment.