Color Hex Logo

#f7a113 Color Hex

#F7A113
(247,161,19)
0 Favorites   0 Comments

Color spaces of #f7a113

RGB 24716119
HSL0.100.930.52
HSV37°92°97°
CMYK 0.000.350.92   0.03
XYZ51.220245.31096.6624
Yxy45.31090.49640.4391
Hunter Lab67.313418.026141.2511
CIE-Lab73.096122.849274.8030

#f7a113 color RGB value is (247,161,19).

#f7a113 hex color red value is 247, green value is 161 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #f7a113 hue: 0.10 , saturation: 0.93 and the lightness value of f7a113 is 0.52.

The process color (four color CMYK) of #f7a113 color hex is 0.00, 0.35, 0.92, 0.03. Web safe color of #f7a113 is #ff9900. Color #f7a113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10100001 00010011
Octal 367 241 23
Decimal 247 161 19
Hex F7 A1 13

RGB Percentages of Color #f7a113

%57.85
%37.70
%4.45

CMYK Percentages of Color #f7a113

%0
%35
%92
%3

Triadic Colors of #f7a113

#f7a113 #13f7a1 #a113f7

Analogous Colors of #f7a113

#f7a113 #dbf713 #f72f13

Monochromatic Colors of #f7a113

#f7a113

Complementary Color

#f7a113 #1369f7

#f7a113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7a113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7a113 Color CSS Codes

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

#f7a113 Text Font Color

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

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


#f7a113 Background Color

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

This div background color is #f7a113


#f7a113 Border Color

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

This div border color is #f7a113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7a113


Comments

No comments written yet.

Please login to write comment.