Color Hex Logo

#f78300 Color Hex

#F78300
(247,131,0)
0 Favorites   0 Comments

Color spaces of #f78300

RGB 2471310
HSL0.091.000.48
HSV32°100°97°
CMYK 0.000.471.00   0.03
XYZ46.474136.00684.5005
Yxy36.00680.53430.4140
Hunter Lab60.005733.237537.5571
CIE-Lab66.525138.195773.1339

#f78300 color RGB value is (247,131,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000011 00000000
Octal 367 203 0
Decimal 247 131 0
Hex F7 83 0

RGB Percentages of Color #f78300

%65.34
%34.66
%0.00

CMYK Percentages of Color #f78300

%0
%47
%100
%3

Triadic Colors of #f78300

#f78300 #00f783 #8300f7

Analogous Colors of #f78300

#f78300 #f0f700 #f70800

Monochromatic Colors of #f78300

#f78300

Complementary Color

#f78300 #0074f7

#f78300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78300 Color CSS Codes

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

#f78300 Text Font Color

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

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


#f78300 Background Color

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

This div background color is #f78300


#f78300 Border Color

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

This div border color is #f78300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78300


Comments

No comments written yet.

Please login to write comment.