color codes Logo

#f59e2f color codes

#F59E2F
(245,158,47)
0 Favorites   0 Comments

Color spaces of #f59e2f

RGB 24515847
HSL0.090.910.57
HSV34°81°96°
CMYK 0.000.360.81   0.04
XYZ50.396144.07148.5398
Yxy44.07140.48920.4278
Hunter Lab66.386319.329438.8435
CIE-Lab72.276224.189566.5901

#f59e2f color RGB value is (245,158,47).

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

The process color (four color CMYK) of #f59e2f color code is 0.00, 0.36, 0.81, 0.04. Web safe color of #f59e2f is #ff9933. Color #f59e2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011110 00101111
Octal 365 236 57
Decimal 245 158 47
Hex F5 9E 2F

RGB Percentages of Color #f59e2f

%54.44
%35.11
%10.44

CMYK Percentages of Color #f59e2f

%0
%36
%81
%4

Triadic Colors of #f59e2f

#f59e2f #2ff59e #9e2ff5

Analogous Colors of #f59e2f

#f59e2f #e9f52f #f53b2f

Monochromatic Colors of #f59e2f

#f59e2f

Complementary Color

#f59e2f #2f86f5

#f59e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59e2f Color CSS Codes

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

#f59e2f Text Font Color

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

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


#f59e2f Background Color

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

This div background color is #f59e2f


#f59e2f Border Color

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

This div border color is #f59e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59e2f


Comments

No comments written yet.

Please login to write comment.