Color Hex Logo

#f4864a Color Hex

#F4864A
(244,134,74)
0 Favorites   0 Comments

Color spaces of #f4864a

RGB 24413474
HSL0.060.890.62
HSV21°70°96°
CMYK 0.000.450.70   0.04
XYZ47.069436.777711.0965
Yxy36.77770.49580.3874
Hunter Lab60.644632.414931.6026
CIE-Lab67.109937.349849.8732

#f4864a color RGB value is (244,134,74).

#f4864a hex color red value is 244, green value is 134 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f4864a hue: 0.06 , saturation: 0.89 and the lightness value of f4864a is 0.62.

The process color (four color CMYK) of #f4864a color hex is 0.00, 0.45, 0.70, 0.04. Web safe color of #f4864a is #ff9933. Color #f4864a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000110 01001010
Octal 364 206 112
Decimal 244 134 74
Hex F4 86 4A

RGB Percentages of Color #f4864a

%53.98
%29.65
%16.37

CMYK Percentages of Color #f4864a

%0
%45
%70
%4

Triadic Colors of #f4864a

#f4864a #4af486 #864af4

Analogous Colors of #f4864a

#f4864a #f4db4a #f44a63

Monochromatic Colors of #f4864a

#f4864a

Complementary Color

#f4864a #4ab8f4

#f4864a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4864a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4864a Color CSS Codes

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

#f4864a Text Font Color

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

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


#f4864a Background Color

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

This div background color is #f4864a


#f4864a Border Color

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

This div border color is #f4864a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4864a

#f4864a Color Palettes


Comments

No comments written yet.

Please login to write comment.