Color Hex Logo

#f7630e Color Hex

#F7630E
(247,99,14)
0 Favorites   0 Comments

Color spaces of #f7630e

RGB 2479914
HSL0.060.940.51
HSV22°94°97°
CMYK 0.000.600.94   0.03
XYZ42.898928.72953.6998
Yxy28.72950.56950.3814
Hunter Lab53.599949.063433.4274
CIE-Lab60.542253.612767.1900

#f7630e color RGB value is (247,99,14).

#f7630e hex color red value is 247, green value is 99 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f7630e hue: 0.06 , saturation: 0.94 and the lightness value of f7630e is 0.51.

The process color (four color CMYK) of #f7630e color hex is 0.00, 0.60, 0.94, 0.03. Web safe color of #f7630e is #ff6600. Color #f7630e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100011 00001110
Octal 367 143 16
Decimal 247 99 14
Hex F7 63 E

RGB Percentages of Color #f7630e

%68.61
%27.50
%3.89

CMYK Percentages of Color #f7630e

%0
%60
%94
%3

Triadic Colors of #f7630e

#f7630e #0ef763 #630ef7

Analogous Colors of #f7630e

#f7630e #f7d80e #f70e2d

Monochromatic Colors of #f7630e

#f7630e

Complementary Color

#f7630e #0ea2f7

#f7630e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7630e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7630e Color CSS Codes

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

#f7630e Text Font Color

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

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


#f7630e Background Color

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

This div background color is #f7630e


#f7630e Border Color

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

This div border color is #f7630e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7630e


Comments

No comments written yet.

Please login to write comment.