Color Hex Logo

#f48822 Color Hex

#F48822
(244,136,34)
0 Favorites   0 Comments

Color spaces of #f48822

RGB 24413634
HSL0.080.910.55
HSV29°86°96°
CMYK 0.000.440.86   0.04
XYZ46.401136.95696.2012
Yxy36.95690.51810.4127
Hunter Lab60.792229.858136.5066
CIE-Lab67.244734.887866.5765

#f48822 color RGB value is (244,136,34).

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

The process color (four color CMYK) of #f48822 color hex is 0.00, 0.44, 0.86, 0.04. Web safe color of #f48822 is #ff9933. Color #f48822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001000 00100010
Octal 364 210 42
Decimal 244 136 34
Hex F4 88 22

RGB Percentages of Color #f48822

%58.94
%32.85
%8.21

CMYK Percentages of Color #f48822

%0
%44
%86
%4

Triadic Colors of #f48822

#f48822 #22f488 #8822f4

Analogous Colors of #f48822

#f48822 #f4f122 #f42225

Monochromatic Colors of #f48822

#f48822

Complementary Color

#f48822 #228ef4

#f48822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48822 Color CSS Codes

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

#f48822 Text Font Color

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

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


#f48822 Background Color

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

This div background color is #f48822


#f48822 Border Color

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

This div border color is #f48822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48822


Comments

No comments written yet.

Please login to write comment.