Color Hex Logo

#ff764a Color Hex

#FF764A
(255,118,74)
0 Favorites   0 Comments

Color spaces of #ff764a

RGB 25511874
HSL0.041.000.65
HSV15°71°100°
CMYK 0.000.540.71   0.00
XYZ48.954534.711310.5983
Yxy34.71130.51930.3682
Hunter Lab58.916345.215030.5759
CIE-Lab65.523349.400848.5572

#ff764a color RGB value is (255,118,74).

#ff764a hex color red value is 255, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ff764a hue: 0.04 , saturation: 1.00 and the lightness value of ff764a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110110 01001010
Octal 377 166 112
Decimal 255 118 74
Hex FF 76 4A

RGB Percentages of Color #ff764a

%57.05
%26.40
%16.55

CMYK Percentages of Color #ff764a

%0
%54
%71
%0

Triadic Colors of #ff764a

#ff764a #4aff76 #764aff

Analogous Colors of #ff764a

#ff764a #ffd14a #ff4a79

Monochromatic Colors of #ff764a

#ff764a

Complementary Color

#ff764a #4ad3ff

#ff764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff764a Color CSS Codes

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

#ff764a Text Font Color

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

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


#ff764a Background Color

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

This div background color is #ff764a


#ff764a Border Color

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

This div border color is #ff764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff764a


Comments

No comments written yet.

Please login to write comment.