Color Hex Logo

#f5882b Color Hex

#F5882B
(245,136,43)
0 Favorites   0 Comments

Color spaces of #f5882b

RGB 24513643
HSL0.080.910.56
HSV28°82°96°
CMYK 0.000.440.82   0.04
XYZ46.896437.19526.9932
Yxy37.19520.51490.4084
Hunter Lab60.987930.528235.8930
CIE-Lab67.423235.514163.7388

#f5882b color RGB value is (245,136,43).

#f5882b hex color red value is 245, green value is 136 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #f5882b hue: 0.08 , saturation: 0.91 and the lightness value of f5882b is 0.56.

The process color (four color CMYK) of #f5882b color hex is 0.00, 0.44, 0.82, 0.04. Web safe color of #f5882b is #ff9933. Color #f5882b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001000 00101011
Octal 365 210 53
Decimal 245 136 43
Hex F5 88 2B

RGB Percentages of Color #f5882b

%57.78
%32.08
%10.14

CMYK Percentages of Color #f5882b

%0
%44
%82
%4

Triadic Colors of #f5882b

#f5882b #2bf588 #882bf5

Analogous Colors of #f5882b

#f5882b #f5ed2b #f52b33

Monochromatic Colors of #f5882b

#f5882b

Complementary Color

#f5882b #2b98f5

#f5882b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5882b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5882b Color CSS Codes

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

#f5882b Text Font Color

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

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


#f5882b Background Color

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

This div background color is #f5882b


#f5882b Border Color

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

This div border color is #f5882b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5882b


Comments

No comments written yet.

Please login to write comment.