Color Hex Logo

#f4714e Color Hex

#F4714E
(244,113,78)
0 Favorites   0 Comments

Color spaces of #f4714e

RGB 24411378
HSL0.040.880.63
HSV13°68°96°
CMYK 0.000.540.68   0.04
XYZ44.588531.593410.9558
Yxy31.59340.51170.3626
Hunter Lab56.208043.235927.7891
CIE-Lab63.005447.965943.1930

#f4714e color RGB value is (244,113,78).

#f4714e hex color red value is 244, green value is 113 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f4714e hue: 0.04 , saturation: 0.88 and the lightness value of f4714e is 0.63.

The process color (four color CMYK) of #f4714e color hex is 0.00, 0.54, 0.68, 0.04. Web safe color of #f4714e is #ff6666. Color #f4714e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110001 01001110
Octal 364 161 116
Decimal 244 113 78
Hex F4 71 4E

RGB Percentages of Color #f4714e

%56.09
%25.98
%17.93

CMYK Percentages of Color #f4714e

%0
%54
%68
%4

Triadic Colors of #f4714e

#f4714e #4ef471 #714ef4

Analogous Colors of #f4714e

#f4714e #f4c44e #f44e7e

Monochromatic Colors of #f4714e

#f4714e

Complementary Color

#f4714e #4ed1f4

#f4714e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4714e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4714e Color CSS Codes

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

#f4714e Text Font Color

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

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


#f4714e Background Color

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

This div background color is #f4714e


#f4714e Border Color

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

This div border color is #f4714e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,113,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4714e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4714e;
  -webkit-box-shadow: 1px 1px 3px 2px #f4714e;
  box-shadow:         1px 1px 3px 2px #f4714e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,113,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4714e


Comments

No comments written yet.

Please login to write comment.