Color Hex Logo

#ff772d Color Hex

#FF772D
(255,119,45)
0 Favorites   0 Comments

Color spaces of #ff772d

RGB 25511945
HSL0.061.000.59
HSV21°82°100°
CMYK 0.000.530.82   0.00
XYZ48.310534.64316.6232
Yxy34.64310.53930.3867
Hunter Lab58.858443.509234.5291
CIE-Lab65.469847.865861.8091

#ff772d color RGB value is (255,119,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110111 00101101
Octal 377 167 55
Decimal 255 119 45
Hex FF 77 2D

RGB Percentages of Color #ff772d

%60.86
%28.40
%10.74

CMYK Percentages of Color #ff772d

%0
%53
%82
%0

Triadic Colors of #ff772d

#ff772d #2dff77 #772dff

Analogous Colors of #ff772d

#ff772d #ffe02d #ff2d4c

Monochromatic Colors of #ff772d

#ff772d

Complementary Color

#ff772d #2db5ff

#ff772d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff772d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff772d Color CSS Codes

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

#ff772d Text Font Color

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

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


#ff772d Background Color

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

This div background color is #ff772d


#ff772d Border Color

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

This div border color is #ff772d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff772d


Comments

No comments written yet.

Please login to write comment.