Color Hex Logo

#f79600 Color Hex

#F79600
(247,150,0)
0 Favorites   0 Comments

Color spaces of #f79600

RGB 2471500
HSL0.101.000.48
HSV36°100°97°
CMYK 0.000.391.00   0.03
XYZ49.264141.58685.4306
Yxy41.58680.51170.4319
Hunter Lab64.487823.507640.1486
CIE-Lab70.585128.425775.6652

#f79600 color RGB value is (247,150,0).

#f79600 hex color red value is 247, green value is 150 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f79600 hue: 0.10 , saturation: 1.00 and the lightness value of f79600 is 0.48.

The process color (four color CMYK) of #f79600 color hex is 0.00, 0.39, 1.00, 0.03. Web safe color of #f79600 is #ff9900. Color #f79600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010110 00000000
Octal 367 226 0
Decimal 247 150 0
Hex F7 96 0

RGB Percentages of Color #f79600

%62.22
%37.78
%0.00

CMYK Percentages of Color #f79600

%0
%39
%100
%3

Triadic Colors of #f79600

#f79600 #00f796 #9600f7

Analogous Colors of #f79600

#f79600 #ddf700 #f71b00

Monochromatic Colors of #f79600

#f79600

Complementary Color

#f79600 #0061f7

#f79600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f79600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f79600 Color CSS Codes

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

#f79600 Text Font Color

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

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


#f79600 Background Color

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

This div background color is #f79600


#f79600 Border Color

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

This div border color is #f79600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f79600


Comments

No comments written yet.

Please login to write comment.