Color Hex Logo

#f5962d Color Hex

#F5962D
(245,150,45)
0 Favorites   0 Comments

Color spaces of #f5962d

RGB 24515045
HSL0.090.910.57
HSV32°82°96°
CMYK 0.000.390.82   0.04
XYZ49.036241.41467.8920
Yxy41.41460.49860.4211
Hunter Lab64.354223.392537.7770
CIE-Lab70.465428.321265.6899

#f5962d color RGB value is (245,150,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010110 00101101
Octal 365 226 55
Decimal 245 150 45
Hex F5 96 2D

RGB Percentages of Color #f5962d

%55.68
%34.09
%10.23

CMYK Percentages of Color #f5962d

%0
%39
%82
%4

Triadic Colors of #f5962d

#f5962d #2df596 #962df5

Analogous Colors of #f5962d

#f5962d #f0f52d #f5322d

Monochromatic Colors of #f5962d

#f5962d

Complementary Color

#f5962d #2d8cf5

#f5962d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5962d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5962d Color CSS Codes

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

#f5962d Text Font Color

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

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


#f5962d Background Color

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

This div background color is #f5962d


#f5962d Border Color

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

This div border color is #f5962d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5962d


Comments

No comments written yet.

Please login to write comment.