Color Hex Logo

#f4821c Color Hex

#F4821C
(244,130,28)
0 Favorites   0 Comments

Color spaces of #f4821c

RGB 24413028
HSL0.080.910.53
HSV28°89°96°
CMYK 0.000.470.89   0.04
XYZ45.500535.28225.5106
Yxy35.28220.52730.4089
Hunter Lab59.398832.786136.0787
CIE-Lab65.967837.827967.3446

#f4821c color RGB value is (244,130,28).

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

The process color (four color CMYK) of #f4821c color hex is 0.00, 0.47, 0.89, 0.04. Web safe color of #f4821c is #ff9933. Color #f4821c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000010 00011100
Octal 364 202 34
Decimal 244 130 28
Hex F4 82 1C

RGB Percentages of Color #f4821c

%60.70
%32.34
%6.97

CMYK Percentages of Color #f4821c

%0
%47
%89
%4

Triadic Colors of #f4821c

#f4821c #1cf482 #821cf4

Analogous Colors of #f4821c

#f4821c #f4ee1c #f41c22

Monochromatic Colors of #f4821c

#f4821c

Complementary Color

#f4821c #1c8ef4

#f4821c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4821c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4821c Color CSS Codes

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

#f4821c Text Font Color

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

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


#f4821c Background Color

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

This div background color is #f4821c


#f4821c Border Color

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

This div border color is #f4821c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4821c


Comments

No comments written yet.

Please login to write comment.