Color Hex Logo

#f59100 Color Hex

#F59100
(245,145,0)
0 Favorites   0 Comments

Color spaces of #f59100

RGB 2451450
HSL0.101.000.48
HSV36°100°96°
CMYK 0.000.411.00   0.04
XYZ47.781639.66335.1374
Yxy39.66330.51610.4284
Hunter Lab62.978825.213839.2487
CIE-Lab69.229030.200874.6767

#f59100 color RGB value is (245,145,0).

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

The process color (four color CMYK) of #f59100 color hex is 0.00, 0.41, 1.00, 0.04. Web safe color of #f59100 is #ff9900. Color #f59100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010001 00000000
Octal 365 221 0
Decimal 245 145 0
Hex F5 91 0

RGB Percentages of Color #f59100

%62.82
%37.18
%0.00

CMYK Percentages of Color #f59100

%0
%41
%100
%4

Triadic Colors of #f59100

#f59100 #00f591 #9100f5

Analogous Colors of #f59100

#f59100 #dff500 #f51700

Monochromatic Colors of #f59100

#f59100

Complementary Color

#f59100 #0064f5

#f59100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59100 Color CSS Codes

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

#f59100 Text Font Color

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

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


#f59100 Background Color

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

This div background color is #f59100


#f59100 Border Color

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

This div border color is #f59100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59100


Comments

No comments written yet.

Please login to write comment.