Color Hex Logo

#f59e3f Color Hex

#F59E3F
(245,158,63)
0 Favorites   0 Comments

Color spaces of #f59e3f

RGB 24515863
HSL0.090.900.60
HSV31°74°96°
CMYK 0.000.360.74   0.04
XYZ50.780344.225110.5625
Yxy44.22510.48100.4189
Hunter Lab66.502019.922637.1343
CIE-Lab72.378724.773560.4806

#f59e3f color RGB value is (245,158,63).

#f59e3f hex color red value is 245, green value is 158 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #f59e3f hue: 0.09 , saturation: 0.90 and the lightness value of f59e3f is 0.60.

The process color (four color CMYK) of #f59e3f color hex is 0.00, 0.36, 0.74, 0.04. Web safe color of #f59e3f is #ff9933. Color #f59e3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011110 00111111
Octal 365 236 77
Decimal 245 158 63
Hex F5 9E 3F

RGB Percentages of Color #f59e3f

%52.58
%33.91
%13.52

CMYK Percentages of Color #f59e3f

%0
%36
%74
%4

Triadic Colors of #f59e3f

#f59e3f #3ff59e #9e3ff5

Analogous Colors of #f59e3f

#f59e3f #f1f53f #f5433f

Monochromatic Colors of #f59e3f

#f59e3f

Complementary Color

#f59e3f #3f96f5

#f59e3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59e3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59e3f Color CSS Codes

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

#f59e3f Text Font Color

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

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


#f59e3f Background Color

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

This div background color is #f59e3f


#f59e3f Border Color

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

This div border color is #f59e3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59e3f

Related Colors


Comments

No comments written yet.

Please login to write comment.