Color Hex Logo

#f4340a Color Hex

#F4340A
(244,52,10)
0 Favorites   0 Comments

Color spaces of #f4340a

RGB 2445210
HSL0.030.920.50
HSV11°96°96°
CMYK 0.000.790.96   0.04
XYZ38.591021.71102.4438
Yxy21.71100.61500.3460
Hunter Lab46.595166.296029.5069
CIE-Lab53.719069.729263.7897

#f4340a color RGB value is (244,52,10).

#f4340a hex color red value is 244, green value is 52 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f4340a hue: 0.03 , saturation: 0.92 and the lightness value of f4340a is 0.50.

The process color (four color CMYK) of #f4340a color hex is 0.00, 0.79, 0.96, 0.04. Web safe color of #f4340a is #ff3300. Color #f4340a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110100 00001010
Octal 364 64 12
Decimal 244 52 10
Hex F4 34 A

RGB Percentages of Color #f4340a

%79.74
%16.99
%3.27

CMYK Percentages of Color #f4340a

%0
%79
%96
%4

Triadic Colors of #f4340a

#f4340a #0af434 #340af4

Analogous Colors of #f4340a

#f4340a #f4a90a #f40a55

Monochromatic Colors of #f4340a

#f4340a

Complementary Color

#f4340a #0acaf4

#f4340a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4340a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4340a Color CSS Codes

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

#f4340a Text Font Color

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

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


#f4340a Background Color

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

This div background color is #f4340a


#f4340a Border Color

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

This div border color is #f4340a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4340a


Comments

No comments written yet.

Please login to write comment.