Color Hex Logo

#f59714 Color Hex

#F59714
(245,151,20)
0 Favorites   0 Comments

Color spaces of #f59714

RGB 24515120
HSL0.100.920.52
HSV35°92°96°
CMYK 0.000.380.92   0.04
XYZ48.849141.59626.1161
Yxy41.59620.50590.4308
Hunter Lab64.495122.330839.5241
CIE-Lab70.591627.266672.7007

#f59714 color RGB value is (245,151,20).

#f59714 hex color red value is 245, green value is 151 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #f59714 hue: 0.10 , saturation: 0.92 and the lightness value of f59714 is 0.52.

The process color (four color CMYK) of #f59714 color hex is 0.00, 0.38, 0.92, 0.04. Web safe color of #f59714 is #ff9900. Color #f59714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010111 00010100
Octal 365 227 24
Decimal 245 151 20
Hex F5 97 14

RGB Percentages of Color #f59714

%58.89
%36.30
%4.81

CMYK Percentages of Color #f59714

%0
%38
%92
%4

Triadic Colors of #f59714

#f59714 #14f597 #9714f5

Analogous Colors of #f59714

#f59714 #e3f514 #f52714

Monochromatic Colors of #f59714

#f59714

Complementary Color

#f59714 #1472f5

#f59714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59714 Color CSS Codes

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

#f59714 Text Font Color

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

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


#f59714 Background Color

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

This div background color is #f59714


#f59714 Border Color

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

This div border color is #f59714


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,151,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f59714; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f59714;
  -webkit-box-shadow: 1px 1px 3px 2px #f59714;
  box-shadow:         1px 1px 3px 2px #f59714; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,151,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59714


Comments

No comments written yet.

Please login to write comment.