Color Hex Logo

#f77216 Color Hex

#F77216
(247,114,22)
0 Favorites   0 Comments

Color spaces of #f77216

RGB 24711422
HSL0.070.930.53
HSV25°91°97°
CMYK 0.000.540.91   0.03
XYZ44.519931.86674.5635
Yxy31.86670.55000.3937
Hunter Lab56.450641.985934.7224
CIE-Lab63.232646.787467.1359

#f77216 color RGB value is (247,114,22).

#f77216 hex color red value is 247, green value is 114 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f77216 hue: 0.07 , saturation: 0.93 and the lightness value of f77216 is 0.53.

The process color (four color CMYK) of #f77216 color hex is 0.00, 0.54, 0.91, 0.03. Web safe color of #f77216 is #ff6600. Color #f77216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110010 00010110
Octal 367 162 26
Decimal 247 114 22
Hex F7 72 16

RGB Percentages of Color #f77216

%64.49
%29.77
%5.74

CMYK Percentages of Color #f77216

%0
%54
%91
%3

Triadic Colors of #f77216

#f77216 #16f772 #7216f7

Analogous Colors of #f77216

#f77216 #f7e316 #f7162a

Monochromatic Colors of #f77216

#f77216

Complementary Color

#f77216 #169bf7

#f77216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77216 Color CSS Codes

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

#f77216 Text Font Color

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

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


#f77216 Background Color

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

This div background color is #f77216


#f77216 Border Color

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

This div border color is #f77216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77216


Comments

No comments written yet.

Please login to write comment.