Color Hex Logo

#f5761f Color Hex

#F5761F
(245,118,31)
0 Favorites   0 Comments

Color spaces of #f5761f

RGB 24511831
HSL0.070.910.54
HSV24°87°96°
CMYK 0.000.520.87   0.04
XYZ44.381932.46835.2241
Yxy32.46830.54080.3956
Hunter Lab56.981039.315234.4509
CIE-Lab63.728144.250064.7879

#f5761f color RGB value is (245,118,31).

#f5761f hex color red value is 245, green value is 118 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f5761f hue: 0.07 , saturation: 0.91 and the lightness value of f5761f is 0.54.

The process color (four color CMYK) of #f5761f color hex is 0.00, 0.52, 0.87, 0.04. Web safe color of #f5761f is #ff6633. Color #f5761f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110110 00011111
Octal 365 166 37
Decimal 245 118 31
Hex F5 76 1F

RGB Percentages of Color #f5761f

%62.18
%29.95
%7.87

CMYK Percentages of Color #f5761f

%0
%52
%87
%4

Triadic Colors of #f5761f

#f5761f #1ff576 #761ff5

Analogous Colors of #f5761f

#f5761f #f5e11f #f51f33

Monochromatic Colors of #f5761f

#f5761f

Complementary Color

#f5761f #1f9ef5

#f5761f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5761f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5761f Color CSS Codes

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

#f5761f Text Font Color

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

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


#f5761f Background Color

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

This div background color is #f5761f


#f5761f Border Color

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

This div border color is #f5761f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5761f


Comments

No comments written yet.

Please login to write comment.