Color Hex Logo

#f4311a Color Hex

#F4311A
(244,49,26)
0 Favorites   0 Comments

Color spaces of #f4311a

RGB 2444926
HSL0.020.910.53
HSV89°96°
CMYK 0.000.800.89   0.04
XYZ38.593021.50433.0939
Yxy21.50430.61070.3403
Hunter Lab46.372767.401628.5052
CIE-Lab53.497170.692358.7922

#f4311a color RGB value is (244,49,26).

#f4311a hex color red value is 244, green value is 49 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f4311a hue: 0.02 , saturation: 0.91 and the lightness value of f4311a is 0.53.

The process color (four color CMYK) of #f4311a color hex is 0.00, 0.80, 0.89, 0.04. Web safe color of #f4311a is #ff3333. Color #f4311a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110001 00011010
Octal 364 61 32
Decimal 244 49 26
Hex F4 31 1A

RGB Percentages of Color #f4311a

%76.49
%15.36
%8.15

CMYK Percentages of Color #f4311a

%0
%80
%89
%4

Triadic Colors of #f4311a

#f4311a #1af431 #311af4

Analogous Colors of #f4311a

#f4311a #f49e1a #f41a70

Monochromatic Colors of #f4311a

#f4311a

Complementary Color

#f4311a #1addf4

#f4311a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4311a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4311a Color CSS Codes

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

#f4311a Text Font Color

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

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


#f4311a Background Color

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

This div background color is #f4311a


#f4311a Border Color

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

This div border color is #f4311a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4311a

Related Colors


Comments

No comments written yet.

Please login to write comment.