Color Hex Logo

#fd764a Color Hex

#FD764A
(253,118,74)
0 Favorites   0 Comments

Color spaces of #fd764a

RGB 25311874
HSL0.040.980.64
HSV15°71°99°
CMYK 0.000.530.71   0.01
XYZ48.222534.333910.5641
Yxy34.33390.51790.3687
Hunter Lab58.595144.360130.3272
CIE-Lab65.226748.671248.1450

#fd764a color RGB value is (253,118,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 01001010
Octal 375 166 112
Decimal 253 118 74
Hex FD 76 4A

RGB Percentages of Color #fd764a

%56.85
%26.52
%16.63

CMYK Percentages of Color #fd764a

%0
%53
%71
%1

Triadic Colors of #fd764a

#fd764a #4afd76 #764afd

Analogous Colors of #fd764a

#fd764a #fdd04a #fd4a78

Monochromatic Colors of #fd764a

#fd764a

Complementary Color

#fd764a #4ad1fd

#fd764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd764a Color CSS Codes

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

#fd764a Text Font Color

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

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


#fd764a Background Color

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

This div background color is #fd764a


#fd764a Border Color

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

This div border color is #fd764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd764a

Related Colors


Comments

No comments written yet.

Please login to write comment.