Color Hex Logo

#f5974f Color Hex

#F5974F
(245,151,79)
0 Favorites   0 Comments

Color spaces of #f5974f

RGB 24515179
HSL0.070.890.64
HSV26°68°96°
CMYK 0.000.380.68   0.04
XYZ50.134142.110212.8829
Yxy42.11020.47690.4006
Hunter Lab64.892424.342633.6540
CIE-Lab70.946829.217051.7227

#f5974f color RGB value is (245,151,79).

#f5974f hex color red value is 245, green value is 151 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #f5974f hue: 0.07 , saturation: 0.89 and the lightness value of f5974f is 0.64.

The process color (four color CMYK) of #f5974f color hex is 0.00, 0.38, 0.68, 0.04. Web safe color of #f5974f is #ff9966. Color #f5974f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010111 01001111
Octal 365 227 117
Decimal 245 151 79
Hex F5 97 4F

RGB Percentages of Color #f5974f

%51.58
%31.79
%16.63

CMYK Percentages of Color #f5974f

%0
%38
%68
%4

Triadic Colors of #f5974f

#f5974f #4ff597 #974ff5

Analogous Colors of #f5974f

#f5974f #f5ea4f #f54f5a

Monochromatic Colors of #f5974f

#f5974f

Complementary Color

#f5974f #4fadf5

#f5974f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5974f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5974f Color CSS Codes

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

#f5974f Text Font Color

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

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


#f5974f Background Color

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

This div background color is #f5974f


#f5974f Border Color

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

This div border color is #f5974f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5974f


Comments

No comments written yet.

Please login to write comment.