Color Hex Logo

#f76118 Color Hex

#F76118
(247,97,24)
0 Favorites   0 Comments

Color spaces of #f76118

RGB 2479724
HSL0.050.930.53
HSV20°90°97°
CMYK 0.000.610.90   0.03
XYZ42.797328.38954.0882
Yxy28.38950.56850.3771
Hunter Lab53.281850.132632.7481
CIE-Lab60.239054.616464.4755

#f76118 color RGB value is (247,97,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100001 00011000
Octal 367 141 30
Decimal 247 97 24
Hex F7 61 18

RGB Percentages of Color #f76118

%67.12
%26.36
%6.52

CMYK Percentages of Color #f76118

%0
%61
%90
%3

Triadic Colors of #f76118

#f76118 #18f761 #6118f7

Analogous Colors of #f76118

#f76118 #f7d118 #f7183e

Monochromatic Colors of #f76118

#f76118

Complementary Color

#f76118 #18aef7

#f76118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76118 Color CSS Codes

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

#f76118 Text Font Color

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

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


#f76118 Background Color

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

This div background color is #f76118


#f76118 Border Color

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

This div border color is #f76118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76118


Comments

No comments written yet.

Please login to write comment.