Color Hex Logo

#f76916 Color Hex

#F76916
(247,105,22)
0 Favorites   0 Comments

Color spaces of #f76916

RGB 24710522
HSL0.060.930.53
HSV22°91°97°
CMYK 0.000.570.91   0.03
XYZ43.554229.93524.2416
Yxy29.93520.56030.3851
Hunter Lab54.713146.346633.7027
CIE-Lab61.598351.003565.9917

#f76916 color RGB value is (247,105,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101001 00010110
Octal 367 151 26
Decimal 247 105 22
Hex F7 69 16

RGB Percentages of Color #f76916

%66.04
%28.07
%5.88

CMYK Percentages of Color #f76916

%0
%57
%91
%3

Triadic Colors of #f76916

#f76916 #16f769 #6916f7

Analogous Colors of #f76916

#f76916 #f7da16 #f71633

Monochromatic Colors of #f76916

#f76916

Complementary Color

#f76916 #16a4f7

#f76916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76916 Color CSS Codes

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

#f76916 Text Font Color

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

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


#f76916 Background Color

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

This div background color is #f76916


#f76916 Border Color

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

This div border color is #f76916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76916

Related Colors


Comments

No comments written yet.

Please login to write comment.