color codes Logo

#f77d3e color codes

#F77D3E
(247,125,62)
0 Favorites   0 Comments

Color spaces of #f77d3e

RGB 24712562
HSL0.060.920.61
HSV20°75°97°
CMYK 0.000.490.75   0.03
XYZ46.560934.78928.8184
Yxy34.78920.51640.3858
Hunter Lab58.982437.689432.4233
CIE-Lab65.584242.496454.1311

#f77d3e color RGB value is (247,125,62).

#f77d3e hex color red value is 247, green value is 125 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f77d3e hue: 0.06 , saturation: 0.92 and the lightness value of f77d3e is 0.61.

The process color (four color CMYK) of #f77d3e color code is 0.00, 0.49, 0.75, 0.03. Web safe color of #f77d3e is #ff6633. Color #f77d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01111101 00111110
Octal 367 175 76
Decimal 247 125 62
Hex F7 7D 3E

RGB Percentages of Color #f77d3e

%56.91
%28.80
%14.29

CMYK Percentages of Color #f77d3e

%0
%49
%75
%3

Triadic Colors of #f77d3e

#f77d3e #3ef77d #7d3ef7

Analogous Colors of #f77d3e

#f77d3e #f7da3e #f73e5b

Monochromatic Colors of #f77d3e

#f77d3e

Complementary Color

#f77d3e #3eb8f7

#f77d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77d3e Color CSS Codes

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

#f77d3e Text Font Color

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

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


#f77d3e Background Color

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

This div background color is #f77d3e


#f77d3e Border Color

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

This div border color is #f77d3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,125,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f77d3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f77d3e;
  -webkit-box-shadow: 1px 1px 3px 2px #f77d3e;
  box-shadow:         1px 1px 3px 2px #f77d3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,125,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77d3e

#f77d3e Color Palettes


Comments

No comments written yet.

Please login to write comment.