Color Hex Logo

#f76016 Color Hex

#F76016
(247,96,22)
0 Favorites   0 Comments

Color spaces of #f76016

RGB 2479622
HSL0.050.930.53
HSV20°91°97°
CMYK 0.000.610.91   0.03
XYZ42.685528.19783.9520
Yxy28.19780.57040.3768
Hunter Lab53.101650.558732.7586
CIE-Lab60.067055.023764.9311

#f76016 color RGB value is (247,96,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100000 00010110
Octal 367 140 26
Decimal 247 96 22
Hex F7 60 16

RGB Percentages of Color #f76016

%67.67
%26.30
%6.03

CMYK Percentages of Color #f76016

%0
%61
%91
%3

Triadic Colors of #f76016

#f76016 #16f760 #6016f7

Analogous Colors of #f76016

#f76016 #f7d116 #f7163d

Monochromatic Colors of #f76016

#f76016

Complementary Color

#f76016 #16adf7

#f76016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76016 Color CSS Codes

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

#f76016 Text Font Color

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

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


#f76016 Background Color

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

This div background color is #f76016


#f76016 Border Color

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

This div border color is #f76016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76016


Comments

No comments written yet.

Please login to write comment.