Color Hex Logo

#f5823a Color Hex

#F5823A
(245,130,58)
0 Favorites   0 Comments

Color spaces of #f5823a

RGB 24513058
HSL0.060.900.59
HSV23°76°96°
CMYK 0.000.470.76   0.04
XYZ46.402535.68328.4449
Yxy35.68320.51260.3942
Hunter Lab59.735434.121933.4329
CIE-Lab66.277239.062256.5652

#f5823a color RGB value is (245,130,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000010 00111010
Octal 365 202 72
Decimal 245 130 58
Hex F5 82 3A

RGB Percentages of Color #f5823a

%56.58
%30.02
%13.39

CMYK Percentages of Color #f5823a

%0
%47
%76
%4

Triadic Colors of #f5823a

#f5823a #3af582 #823af5

Analogous Colors of #f5823a

#f5823a #f5e03a #f53a50

Monochromatic Colors of #f5823a

#f5823a

Complementary Color

#f5823a #3aadf5

#f5823a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5823a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5823a Color CSS Codes

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

#f5823a Text Font Color

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

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


#f5823a Background Color

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

This div background color is #f5823a


#f5823a Border Color

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

This div border color is #f5823a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5823a


Comments

No comments written yet.

Please login to write comment.