Color Hex Logo

#f5903a Color Hex

#F5903A
(245,144,58)
0 Favorites   0 Comments

Color spaces of #f5903a

RGB 24514458
HSL0.080.900.59
HSV28°76°96°
CMYK 0.000.410.76   0.04
XYZ48.393239.66459.1084
Yxy39.66450.49800.4082
Hunter Lab62.979826.943635.5111
CIE-Lab69.229931.886259.4785

#f5903a color RGB value is (245,144,58).

#f5903a hex color red value is 245, green value is 144 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #f5903a hue: 0.08 , saturation: 0.90 and the lightness value of f5903a is 0.59.

The process color (four color CMYK) of #f5903a color hex is 0.00, 0.41, 0.76, 0.04. Web safe color of #f5903a is #ff9933. Color #f5903a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 00111010
Octal 365 220 72
Decimal 245 144 58
Hex F5 90 3A

RGB Percentages of Color #f5903a

%54.81
%32.21
%12.98

CMYK Percentages of Color #f5903a

%0
%41
%76
%4

Triadic Colors of #f5903a

#f5903a #3af590 #903af5

Analogous Colors of #f5903a

#f5903a #f5ee3a #f53a41

Monochromatic Colors of #f5903a

#f5903a

Complementary Color

#f5903a #3a9ff5

#f5903a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5903a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5903a Color CSS Codes

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

#f5903a Text Font Color

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

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


#f5903a Background Color

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

This div background color is #f5903a


#f5903a Border Color

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

This div border color is #f5903a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5903a


Comments

No comments written yet.

Please login to write comment.