Color Hex Logo

#f47440 Color Hex

#F47440
(244,116,64)
0 Favorites   0 Comments

Color spaces of #f47440

RGB 24411664
HSL0.050.890.60
HSV17°74°96°
CMYK 0.000.520.74   0.04
XYZ44.479032.09408.7010
Yxy32.09400.52160.3764
Hunter Lab56.651641.006030.5499
CIE-Lab63.420545.858450.7863

#f47440 color RGB value is (244,116,64).

#f47440 hex color red value is 244, green value is 116 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #f47440 hue: 0.05 , saturation: 0.89 and the lightness value of f47440 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110100 01000000
Octal 364 164 100
Decimal 244 116 64
Hex F4 74 40

RGB Percentages of Color #f47440

%57.55
%27.36
%15.09

CMYK Percentages of Color #f47440

%0
%52
%74
%4

Triadic Colors of #f47440

#f47440 #40f474 #7440f4

Analogous Colors of #f47440

#f47440 #f4ce40 #f44066

Monochromatic Colors of #f47440

#f47440

Complementary Color

#f47440 #40c0f4

#f47440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47440 Color CSS Codes

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

#f47440 Text Font Color

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

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


#f47440 Background Color

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

This div background color is #f47440


#f47440 Border Color

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

This div border color is #f47440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47440


Comments

No comments written yet.

Please login to write comment.